Skip to main content
PUT
Error

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>. Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.

Path Parameters

mc_id
string
required

Model config ID

Body

application/json

Request to update an existing model config. Scope and scope_id are identity fields and cannot be changed.

model_name
string

Name of the model

provider
string

Provider name

budgets
object[]

Full desired set of budgets (reconciled server-side). Send an empty array to remove all budgets.

rate_limit
object

Rate limit configuration

reset_budget_usage
boolean

When true, zeroes current usage on the budgets reconciled by this update. The reset window is left alone: last_reset only ever advances, and never as a side effect of a configuration write, so the current window keeps its existing start and end.

Response

Model config updated successfully

Response containing a created/updated model config

message
string
model_config
object

Model configuration with budget and rate limit settings