Skip to main content
Core.Today
|
ElevenLabsFastUltra

ElevenLabs Turbo

Industry-leading voice synthesis with the most natural-sounding AI voices and instant voice cloning.

8 credits
per 1000 characters
Most natural voices
Instant voice cloning
25+ languages
Emotion and style control
Professional-grade quality

Quick Start

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "model": "elevenlabs-turbo",
  "input": {
    "text": "Introducing our revolutionary AI platform. Experience the future of technology today.",
    "stability": 0.5,
    "similarity_boost": 0.75
  }
}'

Parameters

ParameterTypeRequiredDefaultDescription
textstringYes-Text to synthesize
voice_idstringNo-Pre-defined or cloned voice ID
model_idstringNoeleven_turbo_v2_5Model version to use
stabilityfloatNo0.5Voice stability (0-1)
similarity_boostfloatNo0.75Voice similarity (0-1)

Examples

Professional Voice

High-quality voiceover

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "model": "elevenlabs-turbo",
  "input": {
    "text": "Introducing our revolutionary AI platform. Experience the future of technology today.",
    "stability": 0.5,
    "similarity_boost": 0.75
  }
}'

Tips & Best Practices

1Lower stability for more expressive speech
2Higher similarity for consistent voice cloning
3Use SSML tags for precise control

Use Cases

Professional voiceovers
Interactive applications
Content creation
Accessibility features
Gaming characters

Model Info

ProviderElevenLabs
Version2.5
CategoryAudio & TTS
Price8 credits

API Endpoint

POST /v1/predictions
Try in PlaygroundBack to Docs