← All models

Qwen: Qwen Audio 3.0 TTS Plus
qwen/qwen-audio-3.0-tts-plusspeech
Qwen-Audio-3.0-TTS Plus is Alibaba's higher-quality text-to-speech model, generating spoken audio from text via the DashScope Speech Synthesizer API.
Price
Released
Jul 23, 2026
Parameters
inputrequiredvoicelonganlingxin · longanlufengVoice sample
0:00 / 0:00
How to use via API
from openai import OpenAI
client = OpenAI(base_url="https://api.mixen.ai/v1", api_key="mxn-...")
resp = client.audio.speech.create(
model="qwen/qwen-audio-3.0-tts-plus",
voice="longanlingxin", # longanlingxin, longanlufeng...
input="Привет! Это Mixen AI.",
)
resp.stream_to_file("speech.mp3")

