List models for a specific provider
GET /v1/llm-providers/{provider_id}/models
GET
/v1/llm-providers/{provider_id}/models
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” provider_id
required
string
Provider ID (prefixed, e.g., prov_…)
Responses
Section titled “ Responses ”List of 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). All models are available via API regardless of this flag.
boolean
id
required
string
Example
model_01933b5a00007000800000000000001 is_favorite
required
boolean
model_id
required
string
provider_id
required
string
Example
provider_01933b5a00007000800000000000001 source
required
How the model was added to the system
string
status
required
LLM model status
string
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
Invalid provider ID