Skip to main content
GET
Get LLM provider configuration
Get configuration for a specific LLM provider.

Path Parameters

Response Examples

Success Response

Provider Not Found

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

provider
enum<string>
required

The LLM provider to fetch configuration for The provider to use for LLM access

Available options:
openai,
anthropic,
google,
google-vertex,
azure,
amazon-bedrock,
xai

Response

OK

provider
enum<string>

The provider to use for LLM access

Available options:
openai,
anthropic,
google,
google-vertex,
azure,
amazon-bedrock,
xai
enabled
boolean

Whether the provider is enabled

credentials
object

The credentials for the provider