All models

Qwen: Qwen Audio 3.0 TTS Flash

qwen/qwen-audio-3.0-tts-flash
speech

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

inputrequired
voiceloongjohn · longanhuan_v3.6

Voice 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")
API docsTry in the bot