Browsing the catalog
For an interactive browser with search, category tabs, and per-model details, visit orcarouter.ai/models (coming soon). For programmatic access, use the/v1/models endpoint.
List all models
Response shape
Get one model
Naming conventions
Model IDs in OrcaRouter are not prescriptive. Your admin can register models under any name —gpt-4o, openai/gpt-4o, or their own custom
alias. You use whatever name appears in your /v1/models response.
If your admin uses OpenRouter-style prefixed names
(openai/gpt-4o, anthropic/claude-3-5-sonnet), you can use OrcaRouter
as a drop-in replacement for OpenRouter SDK usage. If they use bare
names (gpt-4o), you’re compatible with the OpenAI SDK convention.
Richer metadata coming
Richer per-model metadata —context_length, input_modalities,
output_modalities, supported_parameters, full pricing object — is
being rolled out in an upcoming release. The current response includes
the fields necessary for programmatic routing; the fuller catalog ships
with the /models browser page.