Update a model
PATCH /v1/llm-models/{id}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”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
List of capabilities this model supports.
Example
[ "chat", "tools"]Human-readable display name for the model.
Example
GPT-4o MiniWhether this model should be enabled (visible in UI model pickers).
Example
trueWhether this model should be marked as a favorite for quick access.
Example
trueThe model identifier used by the provider’s API.
Example
gpt-4o-miniResponses
Section titled “ Responses ”Model updated
Wrapper that adds self_url and view_url to a serialized resource.
Uses self_url (not url) for the API link to avoid collision with
resources that already have a url field (e.g. McpServer).
object
Whether this model is enabled (visible in UI model pickers). All models are available via API regardless of this flag.
Example
model_01933b5a00007000800000000000001Example
provider_01933b5a00007000800000000000001How the model was added to the system
LLM model status
Full API endpoint URL for this resource.
Full UI URL for viewing this resource.
Invalid model ID
Model not found