eleven_turbo_v2_5

circle-info

This documentation is valid for the following list of our models:

  • elevenlabs/eleven_turbo_v2_5

A high-quality text-to-speech model offering natural-sounding intonation, support for 31 languages, and a broad selection of built-in voices. Up to 3Ă— faster than eleven_multilingual_v2. A wide range of output audio formats and quality settings is also available.

Setup your API Key

If you don’t have an API key for the AI/ML API yet, feel free to use our Quickstart guidearrow-up-right.

API Schema

post
Authorizations
AuthorizationstringRequired

Bearer key

Body
modelundefined · enumRequiredPossible values:
textstringRequired

The text content to be converted to speech.

voicestring · enumOptional

Name of the voice to be used.

Default: RachelPossible values:
apply_text_normalizationstring · enumOptional

This parameter controls text normalization with three modes: 'auto', 'on', and 'off'. When set to 'auto', the system will automatically decide whether to apply text normalization (e.g., spelling out numbers). With 'on', text normalization will always be applied, while with 'off', it will be skipped.

Possible values:
next_textstringOptional

The text that comes after the text of the current request. Can be used to improve the speech's continuity when concatenating together multiple generations or to influence the speech's continuity in the current generation.

previous_textstringOptional

The text that came before the text of the current request. Can be used to improve the speech's continuity when concatenating together multiple generations or to influence the speech's continuity in the current generation.

output_formatstring · enumOptional

Format of the output content for non-streaming requests. Controls how the generated audio data is encoded in the response.

Possible values:
seedintegerOptional

If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same seed and parameters should return the same result. Determinism is not guaranteed.

Responses
post
/v1/tts
201Success

Code Example

chevron-rightResponsehashtag
Each voice in ElevenLabs models has its own accent and unique characteristics. Check out this amazing female whisper we stumbled upon completely by accident.

Last updated

Was this helpful?