API ReferenceAdmin Model API
Update a model catalog entry
Updates metadata for a model catalog entry. Marks it as manually updated to prevent auto-sync overwrites.
Authorization<token>
Type "Bearer" followed by a space and JWT token.
In: header
Path Parameters
model_public_idstring
Model Catalog Public ID (can contain slashes)
Update payload
active?boolean
architecture?
context_length?number
description?string
experimental?boolean
extras?
family?string
is_moderated?boolean
model_display_name?string
notes?string
requires_feature_flag?string
supported_parameters?
supports_audio?boolean
supports_browser?boolean
supports_embeddings?boolean
supports_images?boolean
supports_instruct?boolean
supports_reasoning?boolean
supports_tools?boolean
supports_video?boolean
tags?array<string>
Response Body
application/json
application/json
application/json
application/json
curl -X PATCH "https://loading/v1/admin/models/catalogs/string" \ -H "Content-Type: application/json" \ -d '{}'{
"active": true,
"architecture": {
"input_modalities": [
"string"
],
"instruct_type": "string",
"modality": "string",
"output_modalities": [
"string"
],
"tokenizer": "string"
},
"context_length": 0,
"created_at": 0,
"description": "string",
"experimental": true,
"extras": {
"property1": null,
"property2": null
},
"family": "string",
"id": "string",
"is_moderated": true,
"last_synced_at": 0,
"model_display_name": "string",
"notes": "string",
"public_id": "string",
"requires_feature_flag": "string",
"status": "init",
"supported_parameters": {
"default": {
"property1": 0,
"property2": 0
},
"names": [
"string"
]
},
"supports_audio": true,
"supports_browser": true,
"supports_embeddings": true,
"supports_images": true,
"supports_instruct": true,
"supports_reasoning": true,
"supports_tools": true,
"supports_video": true,
"tags": [
"string"
],
"updated_at": 0
}{
"code": "string",
"error": "string",
"message": "string",
"request_id": "string"
}{
"code": "string",
"error": "string",
"message": "string",
"request_id": "string"
}{
"code": "string",
"error": "string",
"message": "string",
"request_id": "string"
}Bulk enable or disable provider models POST
Enables or disables provider models with flexible patterns: enable all, disable all, enable all except, or disable all except. Optionally filter by provider.
Update a provider model PATCH
Updates configuration for a provider model including pricing, limits, and feature flags