Qwen3 TTS VD
- Convert text to speech audio; must use a custom voice created with Qwen Voice Design — system built-in voices are not supported
- Workflow: call
qwen-voice-designto create a voice → obtain thevoicename → pass it to thevoiceparameter of this API - Asynchronous processing mode; use the returned task ID to query the result
- Generated audio links are valid for 24 hours — save them promptly
Authorizations
##All endpoints require Bearer Token authentication##
Get your API Key:
Visit the API Key management page to obtain your API Key
Add the following header to every request:
Authorization: Bearer YOUR_API_KEYBody
Model name
qwen3-tts-vd "qwen3-tts-vd"
Text to synthesize
Constraints:
- Maximum
600characters
600"Good evening, listeners. Welcome to the evening news broadcast."
Voice name
- Must first create a voice via Qwen Voice Design
- Obtain the value from
result_data.voicein the Voice Design task result - System built-in voices are not supported
"qwen-tts-vd-announcer-voice-20260402-a1b2"
Language hint to help the model select pronunciation rules
Auto-detected if not provided
Auto, Chinese, English, Japanese, Korean, French, German, Spanish, Italian, Russian, Portuguese "Auto"
HTTPS callback URL invoked when the task completes
Trigger conditions:
- Triggered when the task is completed, failed, or cancelled
- Sent after billing confirmation
Security restrictions:
- HTTPS only
- Internal IP addresses are blocked (127.0.0.1, 10.x.x.x, 172.16-31.x.x, 192.168.x.x, etc.)
- URL length must not exceed
2048characters
Callback behavior:
- Timeout:
10seconds - Up to
3retries after failure (at 1s / 2s / 4s intervals) - Response body format matches the task query API response
- A 2xx status code is considered success; other codes trigger a retry
"https://your-domain.com/webhooks/tts-completed"
Response
Speech synthesis task created successfully
Task creation timestamp
1775122733
Task ID
"task-unified-1775122733-lozyt2i5"
Actual model name used
"qwen3-tts-vd"
Specific task type
audio.generation.task Task progress percentage (0-100)
0 <= x <= 1000
Task status
pending, processing, completed, failed "pending"
Audio task details
Task output type
audio "audio"
Usage and billing information