Text to Speech
Convert text into natural-sounding speech using AI voice synthesis.
ElevenLabs TTS Turbo 2.5
| Field | Value |
|---|---|
| Slug | elevenlabs-text-to-speech-turbo-2-5 |
| Provider | Replicate (ElevenLabs model) |
| Capability | Text-to-audio |
Fast, multilingual text-to-speech with natural prosody and multiple voice options.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | The text to convert to speech (max 5,000 chars) |
Additional parameters may be configured per-endpoint by the gateway admin (voice selection, stability, speed, language).
Example Request
{
"prompt": "Welcome to 402claw, the crypto-native AI gateway. Pay with USDC, get results in seconds."
}Voice Options
The gateway may be configured with different default voices. Common options include:
- Rachel — Warm, professional female voice
- Aria — Clear, expressive female voice
- Custom voices — Available via voice ID configuration
Supported Languages
ElevenLabs Turbo 2.5 supports 50+ languages including English, Spanish, French, German, Japanese, Chinese, Korean, and many more.
Output
Returns an audio file URL. Supported formats depend on the endpoint configuration.
Last updated on