Alibaba Cloud: qwen3-tts-flash-realtime
qwen3-tts-flash-realtime- Input / Output
- $14.71 / $0.00
- Modalities
- Audio
Getting started
Create API key
Create a key in Console, then use it with every model on the platform.
Send your first request
Copy the example for your language and run it against the endpoint.
Text to speechTokenLab endpointPOST/v1/audio/speechcurl -X POST "https://api.tokenlab.sh/v1/audio/speech" \ -H "Authorization: Bearer sk-xxx" \ -H "Content-Type: application/json" \ -d '{ "model": "qwen3-tts-flash-realtime", "input": "Hello from TokenLab.", "voice": "alloy" }'
Pricing
Official price is the model maker's public baseline. TokenLab price is what you pay for this model on TokenLab.
Cosy Tts Number
Per character- Official price
- Input $14.71 / Output $0.00
- TokenLab price
- Input $14.71 / Output $0.00
- Discount
- -
| Official pricePer character | TokenLab pricePer character | Discount | |
|---|---|---|---|
| Cosy Tts Number | Input $14.71 / Output $0.00 | Input $14.71 / Output $0.00 | - |
Usage & activity
Success rate is the share of requests that completed. Latency is how long a full response takes; P95 means 95% of requests finished within that time.
Usage & availability
Last 24 hoursNo data yet
Data is based on aggregate user requests, excluding status checks.
Use cases
Voice UX
Generate narration, onboarding audio, and spoken UI responses.
Side-by-side test
Compare response quality, latency, and price side by side.
Prompt examples
Generate calm onboarding narration for a developer tool.
Send the smallest possible request and show me the result and cost.
Compare this model with a cheaper one in the same category — when is each worth it?
FAQ
How much does qwen3-tts-flash-realtime cost?
On TokenLab, qwen3-tts-flash-realtime costs Input $14.71 / Output $0.00 Per character. The pricing table above shows the full breakdown. Rates depend on the billing unit, specification, and usage. Compare matching conditions in the model's detailed pricing; a single rate does not determine the total cost.
Which endpoint should qwen3-tts-flash-realtime use?
Use https://api.tokenlab.sh/v1/audio/speech for qwen3-tts-flash-realtime. The request example below shows the matching code shape.