Skip to content

Update a model

PATCH
/v1/llm-models/{id}
id
required
string

Model ID (prefixed, e.g., mod_…)

Request to update an LLM model. Only provided fields will be updated.

object
capabilities

List of capabilities this model supports.

array | null
Example
[
"chat",
"tools"
]
display_name

Human-readable display name for the model.

string | null
Example
GPT-4o Mini
is_default

Whether this model should be the default for the provider.

boolean | null
Example
true
is_favorite

Whether this model should be marked as a favorite for quick access.

boolean | null
Example
true
model_id

The model identifier used by the provider’s API.

string | null
Example
gpt-4o-mini
status
One of:
null

Model updated

LLM Model entity

object
capabilities
required
Array<string>
created_at
required
string format: date-time
display_name
required
string
id
required
string
Example
model_01933b5a00007000800000000000001
is_default
required
boolean
is_favorite
required
boolean
model_id
required
string
provider_id
required
string
Example
provider_01933b5a00007000800000000000001
source
required

How the model was added to the system

string
Allowed values: manual discovered predefined
status
required

LLM model status

string
Allowed values: active disabled
updated_at
required
string format: date-time

Invalid model ID

Model not found