BifrostAPI
Models/Qwen/qwen3-tts-vc
Qwen
NEW

Qwen3-TTS-VC

TextAudio
Synthesis
≈$0.83
/ 10K chars
Create voice
$0.01
/ voice

Qwen3-TTS-VC is Alibaba Tongyi's voice-cloning text-to-speech model — enroll a custom voice from a short reference clip, then synthesize any text in that voice across multiple languages.

Quick start

How to call

POST /v1/audio/voices → /v1/audio/speech
bash
# 1) clone a voice (returns a voice id)
curl https://conduit-api.bifrostapi.net/v1/audio/voices \
  -H "Authorization: Bearer ck-YOUR_KEY" -F "file=@sample.wav"

# 2) speak with the cloned voice id
curl https://conduit-api.bifrostapi.net/v1/audio/speech \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen3-tts-vc","input":"你好","voice":"<your-voice-id>"}' --output out.wav

→ Clone a voice first, then pass its id to /audio/speech.

Auth, billing & streaming → Quickstart

More from Qwen