Skip to main content
PUT
Update LLM provider configuration
Update an existing LLM provider configuration.

Path Parameters

Request Body

You can update either or both of these fields:

Response Examples

Success Response

Provider Not Found

Usage Examples

Enable/Disable a Provider

Update Credentials

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 update configuration for The provider to use for LLM access

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

Body

application/json
enabled
boolean

Whether the provider is enabled

credentials
object

The credentials for the provider

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