Skip to main content

What it does

Converts text into spoken audio using ElevenLabs voice synthesis. The generated MP3 is attached to the conversation so it can be played back, downloaded, or handed to other tools (for example, transcribed back via elevenlabs_speech_to_text).

Key features

  • Curated enum of 10 voices spanning gender, accent, and tone — pick by name, no voice IDs required
  • Escape hatch for custom or cloned voices via raw voice_id
  • Latest eleven_v3 model by default; opt into eleven_multilingual_v2, eleven_flash_v2_5, or eleven_turbo_v2_5 for specialized tradeoffs
  • Configurable output format (MP3 at multiple bitrates, PCM, µ-law)
  • Output file is attached to the thread for downstream use

Parameters

Voice reference

Common use cases

Generate a short voiceover

Use a specific model for low-latency playback

Use a custom cloned voice

Response

Returns a generated_files attachment with the MP3, plus metadata about the voice, model, output format, and file size. The attachment is immediately available to downstream tools in the same conversation.

Setup

No per-user setup. ElevenLabs is configured at the platform level — just enable the tool on your agent in Control Hub > Edit Agent under the Audio section.