Skip to main content
The vlmrun hub command lets you browse available domains and JSON schemas from the VLM Run Hub.

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