vlmrun hub command lets you browse available domains and JSON schemas from the VLM Run Hub.
CLI
hub
Browse available domains and JSON schemas
The
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Browse available domains and JSON schemas
vlmrun hub command lets you browse available domains and JSON schemas from the VLM Run Hub.
# List all domains
vlmrun hub list
# Filter by category
vlmrun hub list --domain document
vlmrun hub list --domain document.invoice
| Option | Description |
|---|---|
--domain | Filter domains (e.g. document or document.invoice) |
vlmrun hub schema document.invoice
| Argument | Description |
|---|---|
DOMAIN | Domain identifier, e.g. document.invoice (required) |
vlmrun hub version