HomeModels › Qwen TTS
Alibaba Cloud · Text-to-Speech

Qwen TTS API

Natural multilingual text-to-speech with multiple voices and expressive, human-like prosody.

$0.013
Per 1K characters
Multi
Voices
URL
Audio output
Alibaba Cloud
Provider
Sign Up - Get $2.00 Free Credit See All Models

Why use Qwen TTS on NovAI?

  • Natural multilingual speech synthesis
  • Multiple expressive voices
  • Human-like prosody and intonation
  • Low cost at $0.013 / 1K characters
  • Official-direct Alibaba Cloud (DashScope) access

Pricing

NovAIOpenRouterAccess
Per 1K characters$0.013N/AOfficial direct

Best use cases

  • Voice assistants
  • Audiobook narration
  • Content voiceover
  • IVR and phone systems
  • Accessibility tools

Quick start

cURL

curl https://aiapi-pro.com/v1/audio/speech -H "Authorization: Bearer $NOVAI_API_KEY" -H "Content-Type: application/json" -d '{
    "model": "qwen-tts",
    "input": "Hello, welcome to NovAI.",
    "voice": "Cherry"
  }'

Python

import requests
r = requests.post(
    "https://aiapi-pro.com/v1/audio/speech",
    headers={"Authorization": "Bearer YOUR_NOVAI_API_KEY"},
    json={"model": "qwen-tts", "input": "Hello, welcome to NovAI.", "voice": "Cherry"},
)
print(r.json()["audio_url"])

Returns a hosted audio_url (WAV) you can stream or download - just set base_url to https://aiapi-pro.com/v1 and use your NovAI API key. Full reference in the API docs.

Try Qwen TTS today

Zero platform fee. Credits never expire. OpenAI-compatible API.

Sign Up Free