generate_audio
Generate audio from text using text-to-speech. Supports multiple languages and custom voice selection.
Instructions
Text-to-speech (unlimited) via the v2 text2speech_v2 model.
Verified contract: params {prompt, model:"elevenlabs", voice_id, voice_type:"preset"}.
Get a voice_id from list_voices. Works with Turkish (and other languages) text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| wait | No | ||
| model | No | text2speech_v2 | |
| account | No | ||
| timeout | No | ||
| download | No | ||
| voice_id | No | ||
| tts_model | No | elevenlabs | |
| voice_type | No | preset | |
| extra_params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |