Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>. Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.

Path Parameters

provider
string
required

Provider name

Response

Successful response

Provider configuration response

name
enum<string>

AI model provider identifier

Available options:
openai,
azure,
anthropic,
bedrock,
cohere,
vertex,
vllm,
mistral,
ollama,
groq,
sgl,
parasail,
perplexity,
replicate,
cerebras,
deepseek,
gemini,
openrouter,
elevenlabs,
huggingface,
nebius,
xai,
runway,
fireworks
network_config
object

Network configuration for provider connections

concurrency_and_buffer_size
object

Concurrency settings

proxy_config
object

Proxy configuration

send_back_raw_request
boolean
send_back_raw_response
boolean
store_raw_request_response
boolean
custom_provider_config
object

Custom provider configuration

provider_status
enum<string>

Status of the provider

Available options:
active,
error,
deleted
status
string

Operational status (e.g., list_models_failed)

description
string

Error/status description

config_hash
string

Hash of config.json version, used for change detection