elevenlabs_text_to_speech
Converts text to speech using ElevenLabs voices, returning base64-encoded audio for integration.
Instructions
Convert text to speech with a selected ElevenLabs voice. Returns base64-encoded audio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | ||
| voice_id | Yes | ||
| text | Yes | Text to synthesize (max 5000 characters) | |
| model_id | No | ElevenLabs model ID (default: eleven_monolingual_v1) | |
| output_format | No | mp3_44100_128, pcm_16000, etc. (default: mp3_44100_128) | |
| stability | No | 0.0-1.0 (default: 0.5) | |
| similarity_boost | No | 0.0-1.0 (default: 0.75) | |
| style | No | 0.0-1.0 style exaggeration | |
| use_speaker_boost | No |