Qwen-Audio 3.0 TTS Plus
[Core Function] Qwen-Audio 3.0 TTS Plus is Alibaba’s high-quality Qwen-Audio text-to-speech model on the same SpeechSynthesizer endpoint family as CosyVoice. [Strengths] Natural speech synthesis with voice, format, sample-rate, prosody, SSML, instruction, language_hint, and AIGC watermark controls; system voices include longanlingxin and longanlufeng (see the Qwen-Audio-TTS voice list). [Best For] Premium narration, brand voiceovers, multilingual product audio, and quality-sensitive batch TTS when Qwen-Audio voices are preferred. [Limitations] Does not expose hot_fix or Markdown filtering. Do NOT use for real-time streaming or word-level timestamps. Do NOT mix Flash-only voices (e.g. longanhuan_v3.6) with Plus. [Routing] Choose Plus when speech quality is the priority. Choose qwen-audio-3.0-tts-flash when lower latency matters more.
Authorizations
Modellix API Key. Format: Bearer <your_api_key>
Body
Shared Qwen-Audio 3.0 TTS request fields. Submit as an async task; poll GET /api/v1/tasks/{task_id} for the audio URL in result.resources. Qwen-Audio TTS does not expose hot_fix or Markdown filtering.
Text to synthesize. Required. Max 20,000 Unicode characters. Supports plain text and SSML (set enable_ssml to true) per Alibaba documentation.
1 - 20000"There is a large garden behind my house."
Voice ID for qwen-audio-3.0-tts-plus only. Use a Plus system voice (e.g. longanlingxin, longanlufeng) or a Plus base/cloned voice ID from the official Qwen-Audio-TTS voice list: https://help.aliyun.com/zh/model-studio/qwen-audio-tts-voice-list . Do not mix Flash system voices with Plus.
1 - 256"longanlingxin"
Audio encoding format. Default mp3.
mp3, pcm, wav, opus "mp3"
Audio sample rate in Hz. Default 22050.
8000, 16000, 22050, 24000, 44100, 48000 24000
Output volume. Default 50. Range 0 (silent) to 100 (maximum).
0 <= x <= 10050
Speech rate multiplier. Default 1.0. Range 0.5 (slow) to 2.0 (fast).
0.5 <= x <= 21
Pitch multiplier. Default 1.0. Range 0.5 (lower) to 2.0 (higher).
0.5 <= x <= 21
Audio bit rate in kbps. Optional. Range 6 to 510. Only supported when format is opus; do not use for mp3, pcm, or wav.
6 <= x <= 51032
Optional speaking-style instruction. Enforced weighted length ≤100 (CJK ideographs / Han count as 2; other characters count as 1).
"Speak in a friendly customer-service tone."
Target language hint for pronunciation (numbers, symbols, minor languages).
zh, en, fr, de, ja, ko, ru, pt, th, id, vi, es, it, ms, fil, ar "en"
Random seed for reproducible synthesis when text, voice, and other parameters are identical. Default 0. Range 0 to 65535.
0 <= x <= 655350
Whether to parse text as SSML. Default false. When true, text must follow Alibaba SpeechSynthesizer SSML rules.
false
Embed AIGC invisible watermark into wav/mp3/opus output. Supported on Qwen-Audio 3.0 TTS Plus and Flash.
AIGC ContentPropagator. Only effective when enable_aigc_tag is true.
AIGC PropagateID. Only effective when enable_aigc_tag is true.
Response
Task submitted successfully. Poll GET /api/v1/tasks/{task_id} until the task completes; synthesized audio is returned on the task result.
Response object for asynchronous task submission.