Overview
About this model
Qwen3-TTS covers 10 major languages (Chinese, English, Japanese, Korean, German, French, Russian, Portuguese, Spanish, and Italian) as well as multiple dialectal voice profiles to meet global application needs. In addition, the models feature strong contextual understanding, enabling adaptive control of tone, speaking rate, and emotional expression based on instructions and text semantics, and they show markedly improved robustness to noisy input text.
Specifications
Model details
- Provider
- Alibaba
- Modality
- Text-to-speech
- Pricing
- $2.00 / 1M tok
API
Call it in code
One OpenAI-compatible API. Swap the model id and you're done.
from openai import OpenAI
client = OpenAI(
base_url="https://api.ecohash.com/v1",
api_key="YOUR_API_KEY",
)
speech = client.audio.speech.create(
model="qwen3-tts",
input="Hello, welcome to EcoHash!",
voice="af_sky",
)More models