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

# Get Models

`GET /v1/models`

Gets a list of available models.

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- ModelResponseModel[]
  - `model_id` string, required — The unique identifier of the model.
  - `name` string, required — The name of the model.
  - `can_be_finetuned` boolean, required — Whether the model can be finetuned.
  - `can_do_text_to_speech` boolean, required — Whether the model can do text-to-speech.
  - `can_do_voice_conversion` boolean, required — Whether the model can do voice conversion.
  - `can_use_style` boolean, required — Whether the model can use style.
  - `can_use_speaker_boost` boolean, required — Whether the model can use speaker boost.
  - `serves_pro_voices` boolean, required — Whether the model serves pro voices.
  - `token_cost_factor` number, required — The cost factor for the model.
  - `description` string, required — The description of the model.
  - `requires_alpha_access` boolean, required — Whether the model requires alpha access.
  - `max_characters_request_free_user` integer, required — The maximum number of characters that can be requested by a free user.
  - `max_characters_request_subscribed_user` integer, required — The maximum number of characters that can be requested by a subscribed user.
  - `maximum_text_length_per_request` integer, required — The maximum length of text that can be requested for this model.
  - `languages` LanguageResponseModel[], required — The languages supported by the model.
    - `language_id` string, required — The unique identifier of the language.
    - `name` string, required — The name of the language.
  - `model_rates` ModelRatesResponseModel, required
    - `character_cost_multiplier` number, required — The cost multiplier for characters.
    - `cost_discount_multiplier` number — Discount multiplier applied to cost estimates. Defaults to 1.0 (no discount).
  - `concurrency_group` string, required — The concurrency group for the model.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/revisions/3b2cee2701a3/schema)
