zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Artificial Intelligence/Qwen TTS
Logo Qwen TTS

Qwen TTS

Text-to-speech via Qwen TTS — 7 voice characters, instant audio URL.

Endpoints
1
Requests
7
Updated
2 months ago
For LLMs
llms.txt
Endpoint health21 hours ago
  • synthesizepassing, 4.2s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
POST/v1/ai:qwen-tts/synthesize1h cache2 paramschecking key…
Parameters
textstringrequired
text/plain

Teks yang mau di-convert ke audio. Bilingual: Mandarin + English boleh dicampur dalam satu kalimat. Min 1 char, max 1000 char.

voiceenum

Voice character (7 pilihan). Cherry/Ethan/Serena/Chelsie = standard bilingual (Mandarin+English). Dialek regional: Dylan = Beijing, Jada = Shanghai, Sunny = Sichuan. Default Cherry.

·
Response
EXAMPLE
{
  "text": "你好,欢迎来到 Zapi。Hello, welcome to Zapi public API.",
  "audio": {
    "url": "https://qwen-qwen-tts-demo.hf.space/gradio_api/file=/tmp/gradio/ad91b8988c1e2c765491db4942da4607b8513020f99ca4971decb981c40f8da0/tmp1zzfppff.wav",
    "mimeType": "audio/wav"
  },
  "voice": "Cherry",
  "provider": "qwen-tts"
}

Code examples

Synthesize
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("ai:qwen-tts", "synthesize", {
  "text": "你好。Hello, this is a short speech sample.",
  "voice": "Cherry"
});
console.log(data);
Full SDK reference →
request.sh
curl -X POST "https://api.zpi.web.id/v1/ai:qwen-tts/synthesize" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx" \
  -H "content-type: application/json" \
  --data '{"text":"你好。Hello, this is a short speech sample.","voice":"Cherry"}'

Full reference

1 endpoint · plain text
POSTSynthesize/v1/ai:qwen-tts/synthesizeText-to-speech via Qwen TTS — 7 voice characters, instant audio URL.

Parameters

textstringrequiredin body
Teks yang mau di-convert ke audio. Bilingual: Mandarin + English boleh dicampur dalam satu kalimat. Min 1 char, max 1000 char.
voiceenumoptionalin body
Voice character (7 pilihan). Cherry/Ethan/Serena/Chelsie = standard bilingual (Mandarin+English). Dialek regional: Dylan = Beijing, Jada = Shanghai, Sunny = Sichuan. Default Cherry. Values: Dylan, Sunny, Jada, Cherry, Ethan, Serena, Chelsie.

Request

curl -X POST "https://api.zpi.web.id/v1/ai:qwen-tts/synthesize" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "text": "你好,欢迎来到 Zapi。Hello, welcome to Zapi public API.",
  "audio": {
    "url": "https://qwen-qwen-tts-demo.hf.space/gradio_api/file=/tmp/gradio/ad91b8988c1e2c765491db4942da4607b8513020f99ca4971decb981c40f8da0/tmp1zzfppff.wav",
    "mimeType": "audio/wav"
  },
  "voice": "Cherry",
  "provider": "qwen-tts"
}

Related APIs

More in ai

Copilot AI

ai/copilot

Microsoft Copilot — chat completion OpenAI-compatible, support streaming SSE

816 calls·10m cache

ChatGPT (chatgpt.com)

ai/chatgpt

ChatGPT (mode anonim, tanpa login) dari OpenAI. Endpoint kompatibel OpenAI Chat Completions (stream & non-stream).

296 calls·no cache

Chatex

ai/chatex

Chatex chat — OpenAI-compatible chat completions.

208 calls·no cache

Felo AI

ai/felo

AI search assistant dengan web real-time — OpenAI-compatible, support streaming, return sumber referensi.

200 calls·no cache

Dolphin AI

ai/dolphin

Dolphin 24B uncensored chat — chat completion OpenAI-compatible, support streaming SSE

77 calls·10m cache

Google AI (g.ai)

ai/google-aimode

Asisten penelusuran AI dari Google (AI Mode / g.ai) — jawaban grounded ke web realtime dengan sitasi. OpenAI-compatible chat completions.

37 calls·no cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026