Update a model
PATCH /v1/llm-models/{id}
PATCH
/v1/llm-models/{id}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Model ID (prefixed, e.g., mod_…)
Request Body required
Section titled “Request Body required ”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-miniResponses
Section titled “ Responses ”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
status
required
LLM model status
string
updated_at
required
string format: date-time
Invalid model ID
Model not found