Skip to main content
PATCH
Update model config

Authorizations

x-api-key
string
header
default:YOUR_KUPE_API_KEY
required

Kupe dashboard API key for your user.

Path Parameters

agent_id
string<uuid>
required

Query Parameters

force_update
boolean
default:false

Body

application/json

model_name: LLM catalog code or row UUID. Requests may also send the legacy property model_provider_id with the same meaning (OpenAPI lists one field to avoid duplicate inputs).

model_name
string

LLM catalog code or row UUID (GET /api/v1/providers/model).

Example:

"gpt-4.1-mini"

temperature
number<float>
Example:

0.7

max_tokens
integer
Example:

256

system_prompt
string
Example:

"You are a concise voice assistant for billing questions."

Response

200 - application/json

Updated successfully

Complete agent response (abridged).

agent
object
configurations
object
validation_status
string
Example:

"valid"