Skip to main content
GET
List LLM provider configurations
List all configured LLM providers and their configurations.

Response Examples

Success Response

No Configurations

Authorizations

Authorization
string
header
required

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

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