Eleven v3

Eleven v3 is a voiceover generation model from elevenlabs available through the Givon AI API. Use the published schema to prepare inputs and request token quotes before generation.

Cost

from 8 tokens

ImageProvider: ElevenLabs
Run generation
curl -X POST https://api.givon.ai/api/v1/generations \
  -H "Authorization: Bearer $GIVON_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type":"image","model":"elevenlabs-tts","input":{"prompt":"studio portrait of a red corgi, soft light"}}'

Input fields

* required
prompt*prompt

Voiceover script/text to speak.

Type
string
Default
Allowed
string

Cost

from 8 tokens
Chars- 0- 250default8 tokens
Chars- 251- 50014 tokens
Chars- 501- 100024 tokens
Chars- 1001-plus44 tokens
chars 0 2508 tokens
chars 1001 plus44 tokens
chars 251 50014 tokens
chars 501 100024 tokens

The variant is selected automatically from request fields, so you do not need to send it.

Capabilities

Modestext_to_speech

Run Eleven v3

Get an API key and the same request shape will work across every model in the catalog.