BifrostAPI
Models/Qwen/qwen-tts
Qwen
NEW

Qwen-TTS

TextAudio
Input
$1.65
/M tokens
Output
$10.34
/M tokens

Qwen-TTS is Alibaba Tongyi's text-to-speech model with built-in preset voices, supporting Chinese, English, and several Chinese dialects.

Quick start

How to call

POST /v1/audio/speech
bash
curl https://conduit-api.bifrostapi.net/v1/audio/speech \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen-tts","input":"你好,世界","voice":"Cherry"}' \
  --output out.wav

→ Returns binary audio (audio/x-wav).

Auth, billing & streaming → Quickstart

More from Qwen