v5
latestOpenAPI 3.1.02026-08-043621,4011.8 MBmodels
Get Models
Gets a list of available models.
get/v1/models
Headers
xi-api-keystring 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.
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
Successful Response
Example response
[
{
"can_be_finetuned": true,
"can_do_text_to_speech": true,
"can_do_voice_conversion": true,
"can_use_speaker_boost": true,
"can_use_style": true,
"concurrency_group": "standard_eleven_multilingual_v2",
"description": "Our state of the art multilingual speech synthesis model, able to generate life-like speech in 29 languages.",
"languages": [
{
"language_id": "en",
"name": "English"
}
],
"max_characters_request_free_user": 2500,
"max_characters_request_subscribed_user": 5000,
"maximum_text_length_per_request": 1000000,
"model_id": "eleven_multilingual_v2",
"model_rates": {
"character_cost_multiplier": 1,
"cost_discount_multiplier": 1
},
"name": "Eleven Multilingual v2",
"requires_alpha_access": false,
"serves_pro_voices": false,
"token_cost_factor": 1
}
]