llm_audio
Convert text to speech using the best available provider: routes requests to ElevenLabs or OpenAI TTS with voice and model selection.
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 |