Documentation Index
Fetch the complete documentation index at: https://docs.vlm.run/llms.txt
Use this file to discover all available pages before exploring further.
Hub
The vlmrun hub command lets you browse available domains and JSON schemas.
List Domains
# 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) |
Get Schema
vlmrun hub schema document.invoice
| Argument | Description |
|---|
DOMAIN | Domain identifier, e.g. document.invoice (required) |
Hub Version
Models
The vlmrun models command lists supported models.
List Models
# List all models
vlmrun models list
# Filter by domain
vlmrun models list --domain document.invoice
| Option | Description |
|---|
--domain | Filter by domain (e.g. document or document.invoice) |