Skip to main content
PATCH
Update Llm Configuration

Authorizations

X-API-KEY
string
header
required

Path Parameters

config_id
string
required

Cookies

la_session
string

Body

application/json

Request schema for updating an LLM configuration

base_url
string

The LLM API endpoint URL

Minimum string length: 1
display_name
string

Display name for the configuration

Required string length: 1 - 255
model_name
string

The model name to use

Required string length: 1 - 255
secret_id
string

ID of the secret containing the API key

Required string length: 1 - 36

Response

Successful Response

code
integer
default:100
data
LLMConfigurationResponseSchema · object | null

Response schema for an LLM configuration

message
string