infery
← All models

Elevenlabs Tts Eleven V3

elevenlabs-tts-eleven-v3

Musicby Elevenlabs

Generate text-to-speech audio using Eleven-v3 from ElevenLabs.

Details

Accepts
text

Pricing

Price
0.013 cr / character

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
textrequiredstringThe text to convert to speech
voicestringThe voice to use for speech generation
stabilitynumberVoice stability (0-1)
timestampsbooleanWhether to return timestamps for each word in the generated speech
language_codeLanguage code (ISO 639-1) used to enforce a language for the model.
apply_text_normalizationstringenum: auto, on, offThis 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.

Output

FieldTypeDescription
audioThe generated audio file
timestampsTimestamps for each word in the generated speech. Only returned if `timestamps` is set to True in the request.