---
title: "Get Models"
method: GET
path: "/models"
tags: ["Models"]
---

# Get Models

`GET /models`

Retrieve a list of all available voice synthesis models

## Response `200`

List of available models

- Model[]
  - `id` string, uuid, required — Unique identifier for the model
  - `model_id` string, required — Model identifier used in API calls
  - `model_name` string, required — Human-readable model name
  - `description` string, nullable — Detailed description of the model

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `429` — Too Many Requests - Rate limit exceeded

---

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