Skip to content

Get a specific model with provider info and profile

GET
/v1/llm-models/{id}
id
required
string

Model ID (prefixed, e.g., mod_…)

Model found

LLM Model with provider info

object
capabilities
required
Array<string>
created_at
required
string format: date-time
display_name
required
string
id
required
string
Example
model_01933b5a00007000800000000000001
is_default
required
boolean
is_favorite
required
boolean
model_id
required
string
profile
One of:
null
provider_id
required
string
Example
provider_01933b5a00007000800000000000001
provider_name
required
string
provider_type
required

LLM provider type

string
Allowed values: openai openai_completions anthropic llmsim
source
required

How the model was added to the system

string
Allowed values: manual discovered predefined
status
required

LLM model status

string
Allowed values: active disabled
updated_at
required
string format: date-time

Invalid model ID

Model not found