Skip to main content

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
OptionDescription
--domainFilter domains (e.g. document or document.invoice)

Get Schema

vlmrun hub schema document.invoice
ArgumentDescription
DOMAINDomain identifier, e.g. document.invoice (required)

Hub Version

vlmrun 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
OptionDescription
--domainFilter by domain (e.g. document or document.invoice)