--- title: Alibaba | Scenario Docs --- > This page is auto-generated from model configurations. Last updated: 2026-08-17. This reference lists all available **Alibaba** audio generation models and their parameters. Use these parameter names when calling the [Generation API](/api/postgeneratecustom/index.md). - [Qwen Audio 3.0 TTS](#qwen-audio-30-tts) --- ## Qwen Audio 3.0 TTS Fast multilingual text-to-speech from Alibaba Qwen Audio 3.0 TTS (Flash) with selectable voices and language control. **Model ID:** `model_alibaba-qwen-audio-3-tts` **Capabilities:** `txt2audio` **LLM Markdown:** | Parameter | Type | Required | Default | Min | Max | Allowed Values | Description | | ---------- | ------ | -------- | -------- | --- | --- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | | `text` | string | Yes | - | - | - | - | The text to convert to speech. Max 2,000 characters. | | `voice` | string | No | `Cherry` | - | - | `Cherry`, `Serena`, `Ethan`, `Chelsie`, `Momo`, `Vivian`, `Moon`, `Maia`, `Kai`, `Nofish`, `Bella`, `Jennifer`, `Ryan`, `Katerina`, `Aiden`, `Mia`, `Mochi`, `Bellona`, `Vincent`, `Bunny`, `Neil`, `Elias`, `Arthur`, `Nini`, `Seren`, `Pip`, `Stella`, `Bodega`, `Sonrisa`, `Alek`, `Dolce`, `Sohee`, `Lenn`, `Emilien`, `Andre`, `Jada`, `Dylan`, `Li`, `Marcus`, `Roy`, `Peter`, `Sunny`, `Eric`, `Rocky`, `Kiki` | The voice used for speech synthesis. | | `language` | string | No | `Auto` | - | - | `Auto`, `Chinese`, `English`, `Spanish`, `Russian`, `Italian`, `French`, `Korean`, `Japanese`, `German`, `Portuguese` | Language of the input text. Auto lets the model detect it; setting it explicitly improves pronunciation and intonation. |