Get Model

View as Markdown

Return a single enabled model by its model ID with per-user discounted pricing.

Served from the same Redis cache as GET /v1/models — no additional DB queries when the cache is warm. Discounts are applied per-user and not cached.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

model_idstringRequired

Response

Successful Response
idstring
namestring
context_lengthinteger or null
is_freeboolean
pricingobject
supports_thinkingboolean
supports_completions_apiboolean
supports_responses_apiboolean
model_typestring
input_modalitieslist of strings
output_modalitieslist of strings
providerstring or null
descriptionstring or null
supports_realtimebooleanDefaults to false
supports_embeddingsbooleanDefaults to false
supports_toolsbooleanDefaults to false
supports_structured_outputbooleanDefaults to false
supports_system_promptbooleanDefaults to true
supports_batchingbooleanDefaults to false
context_windowinteger or null
standard_context_thresholdinteger or null
realtime_session_max_tokensinteger or null
realtime_max_concurrent_per_ownerinteger or null
is_compositebooleanDefaults to false
composite_modelslist of strings or null

Errors

422
Unprocessable Entity Error