Qwen Audio 3.0 TTS API

Tiered speech synthesis with over 1,000 voices, 16 languages, 20 Chinese dialects, natural-language delivery direction, and inline emotion tags.

Alibaba CloudAudiogenerationVeröffentlicht 20. Juli 2026SingaporeProprietärer EndpointNeu

Über Qwen Audio 3.0 TTS

Tiered speech synthesis with over 1,000 voices, 16 languages, 20 Chinese dialects, natural-language delivery direction, and inline emotion tags.

Voice selection is tier aware: base voice ids work on both tiers and are automatically matched to the selected model_tier, while the six system voices are locked to one tier. Pitch also shifts the pace of the rendered audio, so pair it with speed when you want to preserve the original duration.

Auch bekannt als Qwen Audio TTS, Alibaba Cloud Qwen Audio 3.0 TTS, Qwen-Audio-3.0-TTS, qwen-audio-3-0-tts

text to speechmultilingualexpressive prosodyemotion controlvoice tagsdialectlow latency

Qwen Audio 3.0 TTS Spezifikationen

Modell-ID
qwen-audio-3-0-tts
Anbieter
Alibaba Cloud
Kategorie
Audiogeneration
Veröffentlicht
20. Juli 2026
Eingabe
Text
Ausgabe
Audio
Region
Singapore
Endpoints
POST/v1/audio/speechPOST/v1/audio/speech:streamGET/v1/voices
Alternative Modell-IDs
qwen-audio-3.0-ttsalibaba/qwen-audio-3-0-ttsqwen-audio-3.0-tts-plusqwen-audio-3.0-tts-flash

Qwen Audio 3.0 TTS API-Preise

Live Pay-as-you-go-Preise aus dem EmpirioLabs-Katalog. Du zahlst nur für das, was du nutzt, ohne monatliches Minimum.

Typ
Spezifikation
Preis
Plus synthesis
per 10,000 characters
$0.20
Flash synthesis
per 10,000 characters
$0.15
Auf der vollständigen Preisseite vergleichen

So rufst du die Qwen Audio 3.0 TTS API auf

Qwen Audio 3.0 TTS erzeugt Sprache über POST /v1/audio/speech und liefert abspielbares Audio. Sende den zu sprechenden Text als input mit der Modell-ID qwen-audio-3-0-tts. Hol dir einen API-Schlüssel im EmpirioLabs Dashboard.

cURL
curl https://api.empiriolabs.ai/v1/audio/speech \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen-audio-3-0-tts",
    "input": "Welcome to EmpirioLabs. Your build just finished."
  }' \
  --output speech.mp3
Python
import requests

response = requests.post(
    "https://api.empiriolabs.ai/v1/audio/speech",
    headers={"Authorization": "Bearer YOUR_EMPIRIOLABS_API_KEY"},
    json={"model": "qwen-audio-3-0-tts", "input": "Welcome to EmpirioLabs."},
)
with open("speech.mp3", "wb") as f:
    f.write(response.content)
Vollständige Qwen Audio 3.0 TTS API-Referenz

Qwen Audio 3.0 TTS API-Parameter

Request-Parameter, die die Qwen Audio 3.0 TTS API auf EmpirioLabs unterstützt. Standardwerte gelten, wenn ein Feld weggelassen wird.

ParameterTypStandardBereich / WerteBeschreibung
inputstring-max. 20000Text to synthesize. Up to 20,000 characters per request. Supports inline expression tags placed directly in the text, for example [excited], [laughing], [whispers],...
model_tierenumplusplus, flashplus: highest audio quality and expressiveness, best for content creation, audiobooks, dubbing, and brand voice work. flash: tuned for real-time interaction with...
voiceenumloongjameszhaoloongjameszhao, loongolivialin, loonglunawang, loongnorahu, l...Voice preset. The base voices work on BOTH tiers, so changing model_tier keeps your selection. Six flagship voices are tier locked: longanlingxin and longanlufeng on...
voice_idstring--Free-form voice id, which overrides voice when set. Accepts any base voice from GET /v1/voices, either as the bare id (recommended, works on both tiers) or fully...
response_formatenummp3mp3, wav, pcm, opusAudio container. mp3 and opus are compressed, wav is uncompressed PCM in a RIFF header, and pcm is headerless raw samples for chunked playback.
sample_rateenum240008000, 16000, 22050, 24000, 44100, 48000Output sample rate in Hz. 24000 suits speech playback, and 48000 gives broadcast-quality output at a larger file size.
speednumber10.5 bis 2Speaking rate multiplier. 0.5 is half speed and 2.0 is double speed.
pitchnumber10.5 bis 2Pitch multiplier. Values below 1.0 lower the voice and values above raise it. Pitch also shifts the pace of the rendered audio, so pair it with speed when you want...
volumeinteger500 bis 100Output loudness, where 50 is the reference level.
instructionstring-max. 128Natural-language direction for delivery, up to 128 characters. Controls emotion, tone, character, pace, and speaking style, for example 'Speak quickly in an excited,...
language_hintsarray-zh, enLanguage codes that bias pronunciation for mixed-language text, for example ["zh", "en"]. Leave unset to let the model detect the language.
seedinteger00 bis 65535Sampling seed. Reuse a seed with identical input and settings for a repeatable render.
bit_rateinteger3200016000 bis 64000Encoder bitrate in bps. Applies to the opus format only, and is ignored for mp3, wav, and pcm.
pronunciationobject--Pronunciation overrides keyed by the written form, for example {"重要": "zhong4 yao4"}. Use it to fix names, acronyms, and homographs.
2 weitere Parameter in den Docs

Gut zu wissen

Tiers

  • Plus: highest audio quality and expressiveness, for content creation, audiobooks, dubbing, and brand voice work
  • Flash: tuned for real-time interaction with lower first-packet latency, for voice assistants and live agents
  • Switch with the model_tier parameter, or send qwen-audio-3.0-tts-plus or qwen-audio-3.0-tts-flash as the model id

Voices

  • Over 1,000 base voices, all available on both tiers, so changing tier keeps your selected voice
  • Six flagship system voices are tier specific: longanlingxin and longanlufeng on Plus, and longanhuan_v3.6, longjielidou_v3.6, loongeva_v3.6, loongjohn on Flash
  • Browse the full catalog with GET /v1/voices, and pass any voice through voice_id

Input limits

  • Up to 20,000 characters per request
  • instruction accepts up to 128 characters
  • SSML input is not supported. Use instruction for delivery direction, and inline tags such as [excited] or [whispers] inside the text

Billing

  • Billed per character of input text at the selected tier's rate

Qwen Audio 3.0 TTS API: häufige Fragen

Wie viel kostet die Qwen Audio 3.0 TTS API?

Auf EmpirioLabs wird Qwen Audio 3.0 TTS nach Verbrauch abgerechnet: Plus synthesis $0.20 per 10,000 characters; Flash synthesis $0.15 per 10,000 characters. Die Live-Preistabelle auf dieser Seite entspricht immer dem, was die API berechnet.

Welchen Endpoint verwendet Qwen Audio 3.0 TTS?

Qwen Audio 3.0 TTS wird über POST /v1/audio/speech auf api.empiriolabs.ai mit normaler Bearer-Token-Authentifizierung bereitgestellt.

Kann ich Qwen Audio 3.0 TTS im Browser testen, bevor ich integriere?

Ja. Der EmpirioLabs Playground führt Qwen Audio 3.0 TTS im Browser mit denselben Parametern aus, die die API bietet. So kannst du Prompts testen, bevor du Code schreibst.

Wie bekomme ich einen Qwen Audio 3.0 TTS API-Schlüssel?

Erstelle ein EmpirioLabs-Konto und generiere dann einen Schlüssel unter API Keys im Dashboard. Die Abrechnung erfolgt über Pay-as-you-go-Guthaben, du zahlst also nur für deine Requests.

Bereit, bessere Endpunkte zu nutzen?

Schauen Sie sich unsere Preise an oder kontaktieren Sie uns, wenn Sie Ihr eigenes Modell auf unserem Stack implementieren möchten.