
For detailed information about using models with APIpie, check out our Models Overview and Completions Guide.
ElevenLabs is a leading provider of state-of-the-art text-to-speech technology. Their advanced AI models offer natural-sounding voice synthesis with unprecedented quality and control. The platform supports multiple languages and can generate highly realistic speech with various voices, accents, and emotional tones.
Learn more about ElevenLabs:
ElevenLabs utilizes cutting-edge deep learning techniques to create natural-sounding synthetic voices. Their technology incorporates:
| Model | Max Tokens | Provider | Type | Description |
|---|---|---|---|---|
| eleven_multilingual_v2 | 5000 | elevenlabs | tts | Latest multilingual model with enhanced quality |
| eleven_multilingual_v1 | 5000 | elevenlabs | tts | First generation multilingual model |
| eleven_monolingual_v1 | 5000 | elevenlabs | tts | English-optimized model |
| eleven_turbo_v2 | 5000 | elevenlabs | tts | Fast generation model |
| eleven_turbo_v2_5 | 5000 | elevenlabs | tts | Enhanced turbo model |
| eleven_flash_v2 | 5000 | elevenlabs | tts | Ultra-fast generation |
| eleven_flash_v2_5 | 5000 | elevenlabs | tts | Latest ultra-fast model |
ElevenLabs provides a diverse set of pre-made voices with different characteristics:
curl -X POST 'https://apipie.ai/v1/audio/speech' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
--data-raw '{
"model": "eleven_multilingual_v2",
"voice": "Rachel",
"input": "Hello! This is a test of the ElevenLabs text to speech API.",
"voice_settings": {
"stability": 0.5,
"similarity_boost": 0.75
}
}'
{
"created": 1729535643,
"audio": {
"content_type": "audio/mpeg",
"url": "https://example.com/generated-audio.mp3"
},
"usage": {
"text_characters": 57,
"cost": 0.004275,
"latency_ms": 1200
}
}
You can customize the voice output using these parameters:
ElevenLabs' text-to-speech technology can be integrated into various applications:
ElevenLabs maintains strict guidelines for voice usage:
Get help and learn more:
OpenAI Models: Explore APIpie's Overview
Explore OpenAI's models like GPT-4 and O1 series, comparing features, token limits, and integration options to maximize your AI effectiveness.
User Agreement - Terms of Service
Review our User Agreement for APIpie services, detailing account management, billing practices, usage limits, how User Content is handled, and your rights.