create_speech
Convert text to spoken audio by specifying a model and voice. Provide input text, choose a voice, and receive generated speech.
Instructions
Generate speech audio from text using LiteLLM (/audio/speech)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The text to generate audio for. | |
| model | Yes | The model to use for speech generation (e.g., tts-1). | |
| voice | Yes | The voice to use for generation (e.g., alloy, echo, fable). | alloy |