Retrieve callable model
Returns metadata for one model ID or alias you can use in an inference request.
GET /v1/models/{model_id} returns metadata for one callable model.
Pass a canonical model ID such as claude-sonnet-4-6, or pass an alias such as gpt-4o-mini. Aliases resolve to the canonical ID in the response.
To find model IDs, compare capabilities, inspect context windows, or review provider pricing, use the Model directory.
Authorizations
API key authentication.
Keys start with ak_ prefix.
Example: Authorization: Bearer ak_live_xxxxxxxxxxxx
Path Parameters
Canonical model ID or alias. Aliases (e.g. gpt-4o-mini) are
resolved to the canonical ID (e.g. gpt-4o-mini-2024-07-18).
Response
Model details
Model information with provider availability
Canonical model ID
"model"Unix timestamp
Always "auriko"
Auriko extension: Largest context window across the model's providers.
Auriko extension: APIs the model supports (e.g., chat_completions, responses, batch).
Auriko extension: Available providers with pricing.
Allows clients to see all available options for this model.