Skip to main content
Core.Today
|
ElevenLabsFastHigh

ElevenLabs Turbo v2.5

High-quality, low-latency ElevenLabs text-to-speech in 32 languages. The same 26 premium voices as v3 at half the price, optimized for real-time and high-volume use.

119 credits
per 1000 characters (0.113 credits/char, billed per character)
Low latency optimized for real-time apps
32 language support
26 premium preset voices
Half the price of ElevenLabs v3
Stability and similarity controls

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/turbo-v2.5",
  "input": {
    "prompt": "์•ˆ๋…•ํ•˜์„ธ์š”! ์ฃผ๋ฌธํ•˜์‹  ์ƒํ’ˆ์ด ๋‚ด์ผ ์˜คํ›„์— ๋„์ฐฉํ•  ์˜ˆ์ •์ž…๋‹ˆ๋‹ค. ๋” ๋„์™€๋“œ๋ฆด ์ผ์ด ์žˆ์„๊นŒ์š”?",
    "voice": "Sarah",
    "language_code": "ko",
    "speed": 1.05
  }
}'

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 (same 26-voice lineup as v3)
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

Chatbot Voice Response

Fast voice response for an interactive assistant

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/turbo-v2.5",
  "input": {
    "prompt": "์•ˆ๋…•ํ•˜์„ธ์š”! ์ฃผ๋ฌธํ•˜์‹  ์ƒํ’ˆ์ด ๋‚ด์ผ ์˜คํ›„์— ๋„์ฐฉํ•  ์˜ˆ์ •์ž…๋‹ˆ๋‹ค. ๋” ๋„์™€๋“œ๋ฆด ์ผ์ด ์žˆ์„๊นŒ์š”?",
    "voice": "Sarah",
    "language_code": "ko",
    "speed": 1.05
  }
}'

Tips & Best Practices

1Best price/performance in the ElevenLabs lineup โ€” ideal default for production TTS
2Set language_code to match your text for correct pronunciation across 32 languages
3Slightly faster speed (1.05-1.1) makes chatbot replies feel more responsive
4For maximum expressiveness with audio tags, use ElevenLabs v3 instead

Use Cases

Real-time voice assistants and chatbots
High-volume content narration
IVR and phone system prompts
Live translation voiceovers
Interactive game dialogue