---
title: "Get Models"
method: GET
path: "/11labs/v1/models"
---

# Get Models

`GET /11labs/v1/models`

Available models in the ElevenLabs shape, one entry per alias.

Returns a bare JSON array — the official API shape; the official SDK
(``client.models.list()``) parses ``List[Model]`` and breaks on any
wrapper object.

## Response `200`

Successful Response

- ElevenLabsModel[]
  - `model_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `can_be_finetuned` boolean
  - `can_do_text_to_speech` boolean
  - `can_do_voice_conversion` boolean
  - `token_cost_factor` number

---

[API](https://skmtc.net/kugelaudio/apis/kugelaudio-tts-api.md) · [All operations](https://skmtc.net/kugelaudio/apis/kugelaudio-tts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kugelaudio/kugelaudio-tts-api/revisions/9ecca94b0377/schema)
