Qwen3-TTS-Flash from Alibaba Model Studio is a low-latency, cost-effective text-to-speech model. It supports multilingual synthesis (Chinese, English, Japanese, Korean, French, German, Russian, Spanish, Italian, Portuguese) and Chinese dialects, returning a ready-to-play audio URL in a single call. Ideal for audiobooks, e-learning voiceovers, and high-volume content production.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"text":"Today is a wonderful day to build something people love!","voice":"Cherry","languageType":"Auto"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location'https://www.runninghub.ai/openapi/v2/alibaba/qwen3-tts-flash' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data'{
"text": "Today is a wonderful day to build something people love!",
"voice": "Cherry",
"languageType": "Auto"
}'