Skip to main content
Alibaba logo

Qwen3-TTS

ReadyText-to-speechby Alibaba

Overview

About this model

qwen3-tts

Specifications

Model details

Provider
Alibaba
Modality
Text-to-speech
Pricing
$10.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

Other text-to-speech models

Start building

Grab an API key and call this model in minutes.