---
title: "Get Model Catalog"
method: GET
path: "/api/v1/voice-agents/model-catalog"
tags: ["voice-agent-metrics"]
---

# Get Model Catalog

`GET /api/v1/voice-agents/model-catalog`

Return the static LiveKit Inference model catalog.

## Response `200`

Successful Response

- ModelCatalogResponse
  - `models` ModelCatalogEntry[], required
    - `provider` string, required
    - `model_id` string, required
    - `label` string, required
    - `tags` string[]
    - `category` string, required
  - `llm_providers` string[], required
  - `stt_providers` string[], required
  - `tts_providers` string[], required

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/3ad158624c53/schema)
