Eleven v3
Realistic, expressive text-to-speech in dozens of languages with a wide choice of voices — for narration, audiobooks and video.
Cost
from 8 tokens
ImageProvider: ElevenLabs
Try Eleven v3 in Givon AI
Open a working project for regular creation, or use Playground to inspect the model parameters.
Use through API
Request fields, constraints, and ready-to-use examples for developers. The user workflow starts above.
Run generation
IDEMPOTENCY_KEY="${IDEMPOTENCY_KEY:-$(uuidgen)}"
curl -X POST https://api.givon.ai/api/v1/generations \
-H "Authorization: Bearer $GIVON_API_KEY" \
-H "Idempotency-Key: $IDEMPOTENCY_KEY" \
-H "Content-Type: application/json" \
-d '{"type":"image","model":"elevenlabs-tts","input":{"prompt":"studio portrait of a red corgi, soft light","deliveryPresetId":"natural"}}'Input fields
* required| Field | Type | Default | Allowed |
|---|---|---|---|
prompt* promptVoiceover script/text to speak. | string | — | up to 4000 chars |
voice* voiceVoice id from GET /api/v1/voices. | string | — | string |
deliveryPresetId deliveryPresetIdVoice delivery profile applied to the final text-to-speech request. | string | natural | natural, calm, expressive, ad_energetic |
prompt*
promptVoiceover script/text to speak.
- Type
- string
- Default
- —
- Allowed
- up to 4000 chars
voice*
voiceVoice id from GET /api/v1/voices.
- Type
- string
- Default
- —
- Allowed
- string
deliveryPresetId
deliveryPresetIdVoice delivery profile applied to the final text-to-speech request.
- Type
- string
- Default
- natural
- Allowed
- natural, calm, expressive, ad_energetic
Cost
from 8 tokensChars- 0- 250default8 tk
Chars- 251- 50014 tk
Chars- 501- 100024 tk
Chars- 1001-plus44 tk
The variant is selected automatically from request fields, so you do not need to send it.
Capabilities
Modes
text_to_speech