YepAPI

Command Palette

Search for a command to run...

QwenText to Speech/v1/media/queue

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

Fast and cost-efficient

The cheaper Qwen tier, built for volume rather than maximum fidelity.

Strong Chinese coverage

Alibaba's speech stack is tuned for Mandarin, where many Western models are weakest.

DashScope-backed

Runs on Alibaba's production speech synthesiser.

Two built-in voices

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?

One API key for all models — no separate accounts
No monthly minimums — pay per call
Switch models with one line of code
Simple REST API — works from any language
Unified billing across all providers
No rate limits for most use cases

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.

Marcus T.

SEO Platform Founder

One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.

Priya S.

Full-Stack Developer

The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.

Jake R.

Indie Hacker

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