CosyVoice v3 Plus
[Core Function] CosyVoice v3 Plus is Alibaba’s high-quality text-to-speech model. [Strengths] System voices (e.g. longanyang, longanhuan), SSML and LaTeX input, hot_fix pronunciation correction, AIGC watermark, and output in mp3, pcm, wav, or opus. System-voice instruction must use the fixed Chinese formats in the CosyVoice voice list. [Best For] Brand voiceovers, audiobooks, high-quality narration, marketing clips, and scenarios where speech quality matters more than minimum latency. [Limitations] Do NOT use for real-time streaming or word-level timestamps. Fewer system voices than Flash. [Routing] Choose Plus when quality or narration fidelity matters most. Choose cosyvoice-v3-flash for lower latency or a richer system-voice catalog.
Authorizations
Modellix API Key. Format: Bearer <your_api_key>
Body
Shared CosyVoice v3 TTS request fields. Submit as an async task; poll GET /api/v1/tasks/{task_id} for the audio URL in result.resources.
Text to synthesize. Required. Max 20,000 Unicode characters. Supports plain text, SSML (set enable_ssml to true), and LaTeX formulas per Alibaba documentation.
1 - 20000"There is a large garden behind my house."
System voice for cosyvoice-v3-plus. Complete set from the Alibaba CosyVoice voice list (https://help.aliyun.com/zh/model-studio/cosyvoice-voice-list).
longanyang, longanhuan "longanyang"
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 for Instruct-capable system voices. Enforced weighted length ≤100 (CJK ideographs / Han count as 2; other characters count as 1). Alibaba requires fixed Chinese formats from the CosyVoice voice list for system voices.
"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 CosyVoice SSML rules.
false
Text hot-fix before synthesis. Optional object with pronunciation (custom pinyin for Chinese words) and replace (text substitution) arrays per Alibaba HTTP API.
Embed AIGC invisible watermark into wav/mp3/opus output. Supported on cosyvoice-v3-plus and cosyvoice-v3-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.