llm_audio
Generate speech from text using ElevenLabs or OpenAI TTS. Route audio conversion across multiple providers with voice and model options.
Instructions
Generate speech/audio — routes to ElevenLabs or OpenAI TTS.
Args:
text: Text to convert to speech.
model: Optional model override (e.g. "openai/tts-1-hd", "elevenlabs/eleven_multilingual_v2").
voice: Voice selection (OpenAI: alloy/echo/fable/onyx/nova/shimmer. ElevenLabs: voice ID).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| model | No | ||
| voice | No | alloy |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |