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
prompt*prompt

Voiceover script/text to speak.

Type
string
Default
Allowed
up to 4000 chars
voice*voice

Voice id from GET /api/v1/voices.

Type
string
Default
Allowed
string
deliveryPresetIddeliveryPresetId

Voice delivery profile applied to the final text-to-speech request.

Type
string
Default
natural
Allowed
natural, calm, expressive, ad_energetic

Cost

from 8 tokens
Chars- 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

Modestext_to_speech
Get API key