---
title: "Update a catalog entry"
method: PATCH
path: "/llm/catalog/{catalog_id}"
tags: ["LlmCatalog"]
---

# Update a catalog entry

`PATCH /llm/catalog/{catalog_id}`

Update fields of an existing catalog entry.

## Path parameters

- `catalog_id` integer, required — ID of the catalog entry to update.

## Query parameters

- `cookie_name` string, nullable

## Request body

- CatalogUpdate
  - `name` string, nullable — Unique catalog name identifying the model.
  - `description` string, nullable — Human-readable description of the model.
  - `multi_modal` boolean, nullable — Whether the model accepts non-text inputs such as images.
  - `gdpr_compliant` boolean, nullable — Whether the model may be used for GDPR-compliant workloads.
  - `embedding_dimension` integer, nullable — Vector dimension produced by the model; required for embedding models.
  - `supports_embedding` boolean, nullable — Whether the model can generate embeddings.
  - `supports_transcription` boolean, nullable — Whether the model can transcribe audio.
  - `auto_seed` boolean, nullable — Whether to auto-create default settings for this catalog entry on seed.

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Missing or invalid authentication.
- `403` — Platform operator privileges required.
- `404` — No catalog entry exists with the given id.
- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/revisions/b53e89b98c2b/schema)
