← All models
Generate text-to-speech audio using Eleven-v3 from ElevenLabs.
Details
- Accepts
- text
Pricing
- Price
- 0.013 cr / character
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| textrequired | string | The text to convert to speech |
| voice | string | The voice to use for speech generation |
| stability | number | Voice stability (0-1) |
| timestamps | boolean | Whether to return timestamps for each word in the generated speech |
| language_code | — | Language code (ISO 639-1) used to enforce a language for the model. |
| apply_text_normalization | stringenum: auto, on, off | This parameter controls text normalization with three modes: 'auto', 'on', and 'off'. When set to 'auto', the system will automatically decide whether to apply text normalization (e.g., spelling out numbers). With 'on', text normalization will always be applied, while with 'off', it will be skipped. |
Output
| Field | Type | Description |
|---|---|---|
| audio | — | The generated audio file |
| timestamps | — | Timestamps for each word in the generated speech. Only returned if `timestamps` is set to True in the request. |