Skip to main content
Core.Today
|
ElevenLabsMediumHigh

ElevenLabs v2 Multilingual

ElevenLabs Multilingual v2 text-to-speech in over 30 languages. Stable, proven voice quality with the same premium voice lineup and fine-grained voice settings.

237 credits
per 1000 characters (0.225 credits/char, billed per character)
30+ language support
Stable, production-proven voice quality
26 premium preset voices
Stability and similarity controls
Consistent long-form narration

Run it right now

Test this model instantly in the Console Playground โ€” no code required

Sign in to try

Use with AI Assistant

Copy usage instructions for Claude, ChatGPT, or other AI

Quick Start

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "elevenlabs/v2-multilingual",
  "input": {
    "prompt": "Demain, dรจs l'aube, ร  l'heure oรน blanchit la campagne, je partirai.",
    "voice": "Aria",
    "language_code": "fr",
    "stability": 0.6
  }
}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringYes-The text to convert to speech
speednumberNo1Speed of speech (0.7-1.2)
stylenumberNo0Style exaggeration (0.0-1.0)
voicestringNoRachelVoice choice for speech generation
RachelDrewClydePaulAriaDomiDaveRogerFinSarahJamesJaneJuniperArabellaHopeBradfordReginaldGamingAustinKuonBlondiePriyankaAlexandraMonikaMarkGrimblewood
next_textstringNo-Next text for context
stabilitynumberNo0.5Voice stability (0.0-1.0). Lower is more variable and expressive
language_codestringNoenLanguage of the text. Match it to your input for correct pronunciation
enkojazhdehifrptitesidnltrfilplsvbgroarcselfihrmsskdataukruhunovi
previous_textstringNo-Previous text for context
similarity_boostnumberNo0.75How closely the output follows the original voice (0.0-1.0)

Common Parameters

Common parameters used when calling POST /v1/predictions.

ParameterTypeRequiredDefaultDescription
modelstringYes-Model identifier
inputobjectYes-Object containing the model-specific parameters from the table above
output_folderstringNo-Folder path for output files (max 256 chars, '..' not allowed)
webhook_urlstringNo-Webhook URL to call on completion
is_publicbooleanNofalseIf true, output files are also available via permanent public URLs

Examples

Multilingual Narration

French poetry narration with a calm voice

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "elevenlabs/v2-multilingual",
  "input": {
    "prompt": "Demain, dรจs l'aube, ร  l'heure oรน blanchit la campagne, je partirai.",
    "voice": "Aria",
    "language_code": "fr",
    "stability": 0.6
  }
}'

Tips & Best Practices

1The most stable choice for long-form multilingual narration
2Raise stability (0.6-0.8) for consistent audiobook-style delivery
3Set language_code to match your text for correct pronunciation
4For the newest expressive features (audio tags), use ElevenLabs v3

Use Cases

Multilingual audiobook narration
Localized e-learning content
International marketing videos
Documentary voiceovers
Multilingual product demos