v36

latestOpenAPI 3.1.0raw.githubusercontent.com2025-10-091882241.2 MB
providers

List Providers

Get a list of all custom providers.

get/v1/providers/

Query parameters

beforestring nullable

Provider ID cursor for pagination. Returns providers that come before this provider ID in the specified sort order

Provider ID cursor for pagination. Returns providers that come before this provider ID in the specified sort order

afterstring nullable

Provider ID cursor for pagination. Returns providers that come after this provider ID in the specified sort order

Provider ID cursor for pagination. Returns providers that come after this provider ID in the specified sort order

limitinteger nullable

Maximum number of providers to return

Maximum number of providers to return

order'asc' | 'desc'

Sort order for providers by creation time. 'asc' for oldest first, 'desc' for newest first

Sort order for providers by creation time. 'asc' for oldest first, 'desc' for newest first

order_by'created_at'

Field to sort by

Field to sort by

namestring nullable

Filter providers by name

Filter providers by name

provider_type'anthropic' | 'azure' | 'bedrock' | 'cerebras' | 'deepseek' | 'google_ai' | 'google_vertex' | 'groq' | 'hugging-face' | 'letta' | 'lmstudio_openai' | 'mistral' | 'ollama' | 'openai' | 'together' | 'vllm' | 'xai'

Filter providers by type

Response

Successful Response

idstring nullable

The id of the provider, lazily created by the database manager.

namestring required

The name of the provider

provider_type'anthropic' | 'azure' | 'bedrock' | 'cerebras' | 'deepseek' | 'google_ai' | 'google_vertex' | 'groq' | 'hugging-face' | 'letta' | 'lmstudio_openai' | 'mistral' | 'ollama' | 'openai' | 'together' | 'vllm' | 'xai' required
provider_category'base' | 'byok' required
api_keystring nullable

API key or secret key used for requests to the provider.

base_urlstring nullable

Base URL for the provider.

access_keystring nullable

Access key used for requests to the provider.

regionstring nullable

Region used for requests to the provider.

api_versionstring nullable

API version used for requests to the provider.

updated_atstring date-time nullable

The last update timestamp of the provider.

api_key_encstring nullable

Encrypted secret value (stored as encrypted string)

access_key_encstring nullable

Encrypted secret value (stored as encrypted string)