synthesize
Render text to speech as base64-encoded WAV audio. Choose from six voices and 23 languages, with accurate pronunciation of numbers, dates, and order IDs.
Instructions
Render text to speech. Returns the WAV audio base64-encoded.
voice: one of gandr-ava, gandr-dane, gandr-jenny, gandr-leo, gandr-lewis, gandr-mia. language: a two-letter code, call list_languages for the 23 supported. Any voice can speak any of them. temperature: 0.1-1.2 pitch range (omit for the tuned default). cfg_weight: 0.2-1.0 pacing. sample_rate: 8000-48000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| voice | No | gandr-ava | |
| language | No | en | |
| cfg_weight | No | ||
| sample_rate | No | ||
| temperature | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |