generate_speech
Generate speech audio from text using selectable voices and models. Saves output as a .wav file for playback or integration.
Instructions
Synthesizes speech from text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to synthesize into speech | |
| output_path | Yes | File path to save the generated audio (.wav) | |
| voice_name | No | Voice name (e.g. Puck, Charon, Kore, Fenrir, Aoede) | Puck |
| model | No | "speech" (default, Pro quality) or "speech-fast" | speech |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |