v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-25173140700.7 KB
LlmCatalog

Update a catalog entry

Update fields of an existing catalog entry.

patch/llm/catalog/{catalog_id}

Path parameters

catalog_idinteger required

ID of the catalog entry to update.

ID of the catalog entry to update.

Query parameters

cookie_namestring nullable

Request body

namestring nullable

Unique catalog name identifying the model.

descriptionstring nullable

Human-readable description of the model.

multi_modalboolean nullable

Whether the model accepts non-text inputs such as images.

gdpr_compliantboolean nullable

Whether the model may be used for GDPR-compliant workloads.

embedding_dimensioninteger nullable

Vector dimension produced by the model; required for embedding models.

supports_embeddingboolean nullable

Whether the model can generate embeddings.

supports_transcriptionboolean nullable

Whether the model can transcribe audio.

auto_seedboolean nullable

Whether to auto-create default settings for this catalog entry on seed.

Example request

{
  "name": "gpt-4o",
  "description": "OpenAI GPT-4o multimodal model.",
  "multi_modal": true,
  "gdpr_compliant": true,
  "embedding_dimension": 1536
}

Response

Successful Response

{"stackTrail":"paths:/llm/catalog/{catalog_id}:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}