Skip to main content
GET
Use this to check a single model before you set it on an assistant. The path is the model’s id from List models, split at the slash. Every way this can fail returns the same 404: an unknown provider, a provider this deployment has no credential for, a model that is not in the catalogue, or a name that is not a model at all. It requires a role that can read assistants, which every role except dataset_operator has.
string
required
The provider identifier, for example anthropic.
string
required
The model name within the provider, for example claude-sonnet-5.

Response

string
required
The qualified selector, provider/name. Use this as an assistant’s model.
string
required
The provider: anthropic, openai or google.
string
required
The model name within its provider.
string[]
required
What the model supports, sorted alphabetically. Values: chat, embedding, rerank, streaming.
integer | null
required
Input tokens the model accepts, when known.
integer | null
required
Output tokens the model can produce, when known.
Last modified on September 26, 2026