Skip to content

List all models across all providers

GET
/v1/llm-models
source
One of:
null

Filter by model source (manual, discovered, predefined)

include_stale
boolean

Include models that are stale (not seen in recent sync). Default: true

favorites_only
boolean

Only return favorite models. Default: false

List of all models

Response wrapper for list endpoints. All list endpoints return responses wrapped in a data field.

object
data
required

Array of items returned by the list operation.

Array

Wrapper that adds self_url and view_url to a serialized resource.

Uses self_url (not url) for the API link to avoid collision with resources that already have a url field (e.g. McpServer).

object
capabilities
required
Array<string>
created_at
required
string format: date-time
display_name
required
string
enabled
required

Whether this model is enabled (visible in UI model pickers)

boolean
id
required
string
Example
model_01933b5a00007000800000000000001
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 azure_openai openai_completions anthropic gemini 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
self_url
required

Full API endpoint URL for this resource.

string
view_url
required

Full UI URL for viewing this resource.

string