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-miniProvider that owns this model.
Example
provider_019df670b5af7db7a5685a4ad18a544aResponses
Section titled “ Responses ”Model updated
Wrapper that adds API and UI links 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
Full API endpoint URL for this resource.
Alias for view_url, used by command and MCP outputs.
Full UI URL for viewing this resource.
Invalid model ID
Model not found