Convert text to speech with ElevenLabs TTS Turbo 2.5. Fast, natural single-voice narration with tunable stability and speed. Try free — pay per generation.
About this model
ElevenLabs TTS Turbo 2.5 converts written text into natural, expressive single-voice speech optimized for speed without sacrificing audio quality. Choose from a curated set of built-in voices or supply your own ElevenLabs custom voice ID, then fine-tune stability, similarity, and speaking rate to match your project's tone.
Built for high-throughput narration workloads, Turbo 2.5 is well suited for voiceovers, IVR prompts, and app-generated audio where turnaround time matters. For multi-speaker conversations with several distinct characters, use ElevenLabs Text to Dialogue V3 instead.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.05 per 1,000 characters | Pay-per-use pricing based on trimmed text length, no subscription required. |
| Fal.ai | Not available | Fal.ai does not currently offer ElevenLabs TTS Turbo 2.5. |
| Replicate | Not available | Replicate does not currently offer ElevenLabs TTS Turbo 2.5. |
Pay-per-use pricing based on trimmed text length, no subscription required.
Fal.ai does not currently offer ElevenLabs TTS Turbo 2.5.
Replicate does not currently offer ElevenLabs TTS Turbo 2.5.
* Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | Text to convert to speech. Maximum 40,000 characters; billing is based on trimmed length. | Welcome to Muapi. Your workspace is ready. |
| Voice ID | Enum (26 options) | ElevenLabs voice ID. Select a popular voice or paste your own custom voice ID. | 21m00Tcm4TlvDq8ikWAM |
| Stability | number | Determines voice consistency and randomness (0 to 1, default 0.5). | 0.5 |
| Similarity Boost | number | Determines how closely the output resembles the selected voice (0 to 1, default 0.75). | 0.75 |
| Speed | number | Speech rate adjustment (0.7 to 1.2, default 1.0). | 1 |
| Language Code | Enum (7 options) | Target language for speech. Leave empty for automatic language detection. | null |
Text to convert to speech. Maximum 40,000 characters; billing is based on trimmed length.
Welcome to Muapi. Your workspace is ready.ElevenLabs voice ID. Select a popular voice or paste your own custom voice ID.
21m00Tcm4TlvDq8ikWAMDetermines voice consistency and randomness (0 to 1, default 0.5).
0.5Determines how closely the output resembles the selected voice (0 to 1, default 0.75).
0.75Speech rate adjustment (0.7 to 1.2, default 1.0).
1Target language for speech. Leave empty for automatic language detection.
nullDeveloper documentation
Write Your Text
prompt to the text you want spoken (up to 40,000 characters; billing is based on trimmed length).Pick a Voice (Optional)
voice_id to one of the built-in voices or your own ElevenLabs custom voice ID. Defaults to Rachel.Tune Delivery (Optional)
stability (0–1, default 0.5): higher keeps the voice steady, lower adds expressive variation.similarity_boost (0–1, default 0.75): how closely the output matches the selected voice.speed (0.7–1.2, default 1.0): speaking rate.Set Language (Optional)
language_code (e.g. en, fr, de, ja, vi, hu, no) to hint the target language.Submit the Request
curl -X POST https://api.muapi.ai/api/v1/elevenlabs-tts-turbo-2-5 \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Welcome to Muapi. Your workspace is ready.",
"voice_id": "21m00Tcm4TlvDq8ikWAM",
"speed": 1.0
}'
/api/v1/predictions/{request_id}/result until the status is completed, then download the returned audio URL.Frequently asked
It converts a block of text into natural-sounding, single-voice speech using ElevenLabs' Turbo 2.5 synthesis engine, optimized for fast turnaround.
Turbo 2.5 generates single-voice narration from plain text. Text to Dialogue V3 generates multi-speaker conversations from a structured dialogue script with a distinct voice per turn.
Set `voice_id` to one of the built-in voice options, or paste your own ElevenLabs custom voice ID. If omitted, the model defaults to the Rachel voice.
Stability (0–1) controls how consistent the voice sounds. Values near 1.0 keep delivery uniform and predictable; lower values allow more natural, expressive variation.
Turbo 2.5 supports English, French, German, Japanese, Vietnamese, Hungarian, and Norwegian via the `language_code` parameter. Leave it empty for automatic language detection.
Cost is based on the trimmed character count of your `prompt` text, billed per 1,000 characters.