ElevenLabs v3
ElevenLabs v3 is ElevenLabs' next-generation expressive text-to-speech model, supporting highly natural prosody, multilingual coverage across dozens of languages, and audio tags for fine-grained emotional and stylistic control. It is suited for long-form narration, character voices, and dialogue. Use it for audiobooks, video voiceover, and any production needing top-tier expressive TTS.
Pricing
Input
$0.120 / min
Output
—
Pay only for what you use. No subscriptions, no minimums.
Specs
- Context
- —
- Max output
- —
- Latency
- Fast
- Category
- Audio
- Arabic
- Partial
Constraints & limits
Max input
Per provider
Output
MP3 (32 kHz, 128 kbps, mono)
Default voice
Rachel
The gateway auto-clamps requests to the model's limits where possible.
Quick start
This sample hits the text-to-speech endpoint. Change base_url and your key, then run it.
from openai import OpenAI
client = OpenAI(
api_key="tl-xxxxxxxxxxxxxxxxxxxxxxxx",
base_url="https://api.thalam.ai/v1",
)
response = client.audio.speech.create(
model="elevenlabs/eleven-v3",
input="Welcome to Thalam, your unified gateway to AI models.",
)
with open("out.mp3", "wb") as f:
f.write(response.content)Similar models
ElevenLabs Multilingual v2
ElevenLabs Multilingual v2: faithful, consistent voice synthesis.
Fish Audio TTS
Fish Audio TTS: multilingual voice synthesis with cloning.