Skip to main content
POST
Create Llm Configuration

Authorizations

X-API-KEY
string
header
required

Cookies

la_session
string

Body

application/json

Request schema for creating a new LLM configuration

display_name
string
required

Display name for the configuration

Required string length: 1 - 255
model_name
string
required

The model name to use

Required string length: 1 - 255
secret_id
string
required

ID of the secret containing the API key

Required string length: 1 - 36
base_url
string

The LLM API endpoint URL

Response

Successful Response

code
integer
default:100
data
LLMConfigurationResponseSchema · object | null

Response schema for an LLM configuration

message
string