Skip to content

List all LLM providers

GET
/v1/llm-providers

List of providers

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
api_key_set
required

Whether an API key is configured (key is never returned)

boolean
base_url
string | null
created_at
required
string format: date-time
id
required
string
Example
provider_01933b5a00007000800000000000001
last_synced_at

When models were last synced from provider API

string | null format: date-time
name
required
string
provider_type
required

LLM provider type

string
Allowed values: openai azure_openai openai_completions anthropic gemini llmsim
status
required

LLM provider 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