speech_t2a_http
Convert text to speech synchronously and receive a 24-hour valid audio URL. Supports plain text or SSML input with customizable voice, speed, pitch, and emotion.
Instructions
Synchronous text-to-speech synthesis (≤10,000 chars). Returns audio URL + metadata. Use output_format="url" to receive a 24h-valid URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vol | No | ||
| text | Yes | Plain text or SSML up to 10,000 chars | |
| model | Yes | T2A model identifier | |
| pitch | No | ||
| speed | No | ||
| format | No | ||
| stream | No | ||
| bitrate | No | ||
| channel | No | ||
| emotion | No | ||
| voice_id | Yes | System or cloned voice id | |
| force_cbr | No | ||
| latex_read | No | ||
| sample_rate | No | ||
| voice_modify | No | ||
| output_format | No | Use "url" to receive a 24h-valid audio URL. | |
| subtitle_type | No | ||
| aigc_watermark | No | ||
| language_boost | No | Language hint, e.g. "auto", "en", "zh" | |
| subtitle_enable | No | ||
| pronunciation_dict | No | ||
| text_normalization | No |