Qwen-Audio 3.0 TTS Flash
Qwen-Audio 3.0 TTS Flash text to speech — fast Chinese & English speech, billed on input length.
Alibaba's fast, cost-efficient speech model, served through the DashScope Speech Synthesizer. The cheaper of the two Qwen speech tiers and a natural pick for high-volume Chinese synthesis.
No credit card required. Takes 30 seconds.
2,400+
Developers
1.2M+
API calls served
100+
Endpoints
$0.01
Per call
Yep, that's it.
Playground coming soon — use the API endpoint directly with your API key.
Pricing
Per character: $0.0317/1K chars
Endpoint
/v1/media/queue
Strengths
The cheaper Qwen tier, built for volume rather than maximum fidelity.
Alibaba's speech stack is tuned for Mandarin, where many Western models are weakest.
Runs on Alibaba's production speech synthesiser.
A small, dependable catalogue rather than an overwhelming one.
Quick start
Copy this snippet and start making calls with Qwen-Audio 3.0 TTS Flash.
// Step 1: Submit job
const res = await fetch('https://api.yepapi.com/v1/media/queue', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
"model": "qwen/qwen-audio-3.0-tts-flash",
"prompt": "Your order has shipped and should arrive within three business days. Track it any time from your account page.",
"options": {
"voice": "loongjohn"
}
}),
});
const { data } = await res.json();
const jobId = data.jobId;
// Step 2: Poll for result
const status = await fetch(`https://api.yepapi.com/v1/media/status/${jobId}`, {
headers: { 'x-api-key': 'YOUR_API_KEY' },
});
const { data: job } = await status.json();
// job.status: "pending" | "processing" | "completed" | "failed"
// job.result: { text?, image?, audio?, video? }Why use Qwen-Audio 3.0 TTS Flash through YepAPI?
Qwen-Audio 3.0 TTS Flash API — fast speech from Alibaba
Qwen-Audio-3.0-TTS Flash is Alibaba's fast, cost-efficient text-to-speech model, generating spoken audio via the DashScope Speech Synthesizer API.
It is the cheaper of the two Qwen speech tiers and a strong pick for high-volume Chinese-language synthesis. Billed at $0.0317 per 1,000 characters on YepAPI.
Start generating in 30 seconds
$5 free credit on signup. No credit card required. Pay per call.
What developers say
“Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.”
“One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.”
“The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.”
Frequently asked questions
Alibaba's fast, cost-efficient speech model, served through the DashScope Speech Synthesizer. The cheaper of the two Qwen speech tiers and a natural pick for high-volume Chinese synthesis.
Pricing for Qwen-Audio 3.0 TTS Flash through YepAPI is based on usage. No monthly minimums — you only pay for what you use.
Sign up for a free API key, then send requests to the /v1/media/queue endpoint.
Ready to use Qwen-Audio 3.0 TTS Flash?
$5 free credit on signup. No credit card required. Pay per call.
Explore more models
Qwen3.7 Max
QwenAccess Qwen3.7 Max through one API key. Alibaba's most capable Qwen model.
Qwen 3.6 Plus
QwenAccess Qwen 3.6 Plus through one API key. Powerful reasoning with 1M context at a great price.
Qwen 3 Coder
QwenAccess Qwen 3 Coder through one API key. Coding-specialized model at an ultra-low price.