🎭 ElevenLabs: Premium Voice Quality

Industry-leading TTS with 70+ languages, voice cloning, and granular voice controls. Perfect for high-quality customer interactions and content creation.

Quick Setup

1

Get API Key

  1. Visit ElevenLabs.io and create an account
  2. Navigate to your API Settings
  3. Copy your API key
2

Configure in Burki

  1. Go to AI ConfigurationTTS tab
  2. Select ElevenLabs as provider
  3. Paste your API key in the TTS API Key field
3

Choose Voice & Model

Select your preferred model and voice from the dropdowns

Available Models

⚡ Flash v2.5

~75ms latencyUltra-fast model optimized for real-time useLanguages: 70+ languages Best for: Phone calls, live chat

🚀 Flash v2

~75ms latencyFast model (English only, legacy)Languages: English only Best for: English-only speed applications

Available Voices

Preset Voices

Voice Controls

ElevenLabs offers advanced voice customization options:
Controls voice consistency (Range: 0.0 - 1.0)
  • 0.0-0.3: More variation, expressive but inconsistent
  • 0.4-0.6: ✅ Balanced consistency (Recommended)
  • 0.7-1.0: Very consistent, may sound monotone
# Example API call
{
  "stability": 0.5,  # Recommended value
}

Multilingual Support

Performance Optimization

API Integration

import requests

def synthesize_speech(text, voice_id="21m00Tcm4TlvDq8ikWAM"):
    url = f"https://api.elevenlabs.io/v1/text-to-speech/{voice_id}/stream-input"
    
    headers = {
        "xi-api-key": "your-api-key",
        "Content-Type": "application/json"
    }
    
    data = {
        "text": text,
        "model_id": "eleven_flash_v2_5",
        "voice_settings": {
            "stability": 0.5,
            "similarity_boost": 0.75,
            "style": 0.0,
            "use_speaker_boost": True
        }
    }
    
    response = requests.post(url, json=data, headers=headers, stream=True)
    return response

Voice Cloning

1

Upload Voice Samples

Upload 1-25 minutes of clear audio samples of the target voice
2

Train Custom Voice

ElevenLabs processes and creates your custom voice (usually takes a few minutes)
3

Use Custom Voice ID

Use the generated voice ID in your Burki configuration

Pricing Overview

PlanCharacters/MonthPriceBest For
Free10,000$0Testing & small projects
Starter30,000$5Small businesses
Creator100,000$22Content creators
Pro500,000$99Professional use
Scale2,000,000$330Enterprise

Common Issues & Solutions

See Also

🎛️ Optimization Resources

Fine-tune your ElevenLabs setup:

🚀 Ready to Use ElevenLabs?

Head back to your assistant configuration and set up ElevenLabs with these optimized settings!