v3

latestOpenAPI 3.1.02026-08-045365213.8 KB

Get Llm Integration

Get a specific LLM provider integration by ID.

get/llm-providers/config/{integration_id}

Path parameters

integration_idstring required

Response

Successful Response

integration_idstring uuid nullable

Unique integration ID (auto-generated)

integration_namestring required

User-friendly name for this integration

providerstring required

LLM provider name (openai, anthropic, custom)

api_keystring nullable required

API key for the provider (null to keep existing when updating)

model_namestring required

Default model name for this integration (required)

base_urlstring nullable

Custom endpoint URL (required for 'custom' provider, null for cloud)

supports_web_searchboolean

Whether model supports web search

input_cost_per_tokennumber nullable

Estimated input token cost for this model

output_cost_per_tokennumber nullable

Estimated output token cost for this model

is_defaultboolean

Whether this is the default provider

model_deprecatedboolean

Whether model is no longer supported and needs updating