Get a specific model with provider info and profile
GET /v1/llm-models/{id}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Model ID (prefixed, e.g., mod_…)
Responses
Section titled “ Responses ”Model found
LLM Model with provider info
object
Example
model_01933b5a00007000800000000000001Readonly profile with model capabilities (not persisted to database)
object
Whether the model supports file/image attachments
Model family (e.g., “gpt-4o”, “claude-3-5-sonnet”)
Knowledge cutoff date (YYYY-MM-DD format)
Last updated date (YYYY-MM-DD format)
Display name of the model
Whether the model has open weights
Whether the model has reasoning/chain-of-thought capabilities
Reasoning effort configuration (for reasoning models)
object
Default reasoning effort for this model
Available reasoning effort values for this model
Named reasoning effort value for UI display
object
Display name (e.g., “Low”, “Medium”)
The API value (e.g., “low”, “medium”)
Release date (YYYY-MM-DD format)
Whether the model supports structured output (JSON mode)
Whether temperature control is supported
Whether the model supports tool/function calling
Example
provider_01933b5a00007000800000000000001LLM provider type
How the model was added to the system
LLM model status
Invalid model ID
Model not found