← All models

Qwen: Qwen Audio 3.0 TTS Flash
qwen/qwen-audio-3.0-tts-flashspeech
Qwen-Audio-3.0-TTS Flash is Alibaba's fast, cost-efficient text-to-speech model, generating spoken audio from text via the DashScope Speech Synthesizer API.
Price
Released
Jul 23, 2026
Parameters
inputrequiredvoiceloongjohn · longanhuan_v3.6Voice 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-flash",
voice="loongjohn", # loongjohn, longanhuan_v3.6...
input="Привет! Это Mixen AI.",
)
resp.stream_to_file("speech.mp3")

