API ReferenceAdmin Model API

Get a model catalog entry

Retrieves detailed information about a model catalog entry by its public ID (supports IDs with slashes)

GET
/v1/admin/models/catalogs/{model_public_id}
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)

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://loading/v1/admin/models/catalogs/string"
{
  "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"
}