back

Qwen3-TTS CustomVoice

Alibaba Cloud, open modelqwen3-tts-customvoiceModel source: Hugging Face

Reads your text aloud in the voice you choose.

What it does

Text to speech

tts

How it is charged

Each million characters

19.00 €

Where it runs

Spain (EU)

MIG B200

Brain size

Small and fast

TTS, Voice cloning

What it is good at

  • TTS. Reads a text aloud in a natural voice.
  • Voice cloning. Imitates a voice from a sample you provide.

Pricing

€ per million characters, VAT included

Each million characters (use)19.00 €
try it with 50 € freeNo card, and you only pay for what you use.

For your technical team

You send the text and get the audio back. You pick the model and the voice.

curl https://api.gpuflow.ai/v1/audio/speech \
  -H "Authorization: Bearer $GPUFLOW_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "model": "qwen3-tts-customvoice",
        "input": "Hola",
        "voice": "Ryan" }' --output speech.wav