AIToday
Audio & SpeechOpen-Source AIAmazon AI BlogPublished: Sep 26, 2026, 04:00 JST

AWS ships Qwen3-TTS-12Hz-1.7B-Base voice cloning on SageMaker JumpStart

AWS ships Qwen3-TTS-12Hz-1.7B-Base voice cloning on SageMaker JumpStart

3 Key Points

  1. What happened

    AWS detailed deploying Qwen3-TTS-12Hz-1.7B-Base from Alibaba Cloud's Qwen team via Amazon SageMaker JumpStart to a managed real-time endpoint. It clones a voice from a few seconds of reference audio, in 10 languages, with cross-lingual cloning.

  2. Why it matters

    Teams can now produce speech in a chosen speaker's voice, in any of 10 languages, from just a few seconds of reference audio — without retraining a model or collecting large training datasets.

  3. What to watch

    Whether deployments stay inside the roughly 24 GB GPU the walkthrough uses — the setup hinges on splitting GPU memory correctly between the talker and code2wav stages. Watch the KV cache token budget of 56,928 tokens for concurrency.

WHO IT HITSMedia teams, educators, and application developers who build personalized voice experiences or localize multilingual content can now run voice cloning on their own managed AWS endpoint. Contact-center and virtual-assistant builders may particularly benefit from a consistent brand voice, though the setup requires GPU memory configuration and routing knowledge.

Not sure about something? Ask the AI

Questions and answers are published on this page.

Summaries like this, in your inbox every morning.

Context & Analysis

The Qwen3-TTS family, developed by the Qwen team at Alibaba Cloud, uses the Qwen3-TTS-Tokenizer-12Hz speech tokenizer and supports streaming generation for low-latency, interactive scenarios. The Base variant used here performs voice cloning from a few seconds of user audio and can also serve as a base for fine-tuning. It differs from the CustomVoice variant, which generates speech from a fixed set of predefined speakers rather than a user-supplied reference.

The deployment runs the model as two stages on the same GPU: a talker stage that generates speech tokens from text and reference voice, and a code2wav stage that renders them into a waveform. At container startup, each stage logs memory use to the endpoint's CloudWatch Logs log group. The talker model weights are 3.66 GiB and the code2wav model weights are 0.45 GiB, with most of the remaining memory becoming KV cache — the working memory that holds tokens for in-flight requests.

The key test for this deployment is whether teams can keep the two stages' combined GPU memory reservation within the 24 GB capacity while still handling enough concurrent requests. The article notes that one instance can accommodate multiple simultaneous requests because TTS requests are typically short, but for higher traffic, more instances or a larger GPU would be needed. The walkthrough shows how to manage that balance with configuration and monitoring, which is where the practical value of this news lies for teams building voice-enabled applications.

FAQ
How much reference audio do I need to clone a voice?
A few seconds of reference audio is sufficient. You also need the transcript of the words spoken in the clip.
Which languages does the model support?
It covers 10 languages: Chinese, English, Japanese, Korean, German, French, Russian, Portuguese, Spanish, and Italian. Cross-lingual cloning lets you capture a voice in one language and generate speech in another.
What GPU instance do I need to run this model?
The walkthrough uses ml.g6.4xlarge (1x NVIDIA L4 GPU, 24 GB), which is sufficient for the 1.7B model. The setup applies a GPU memory utilization of 0.45 to both the talker and code2wav stages, fitting within the 24 GB GPU.
Amazon AI BlogRead Original Article

Get the latest Audio & Speech news every morning

For example, today's edition would include:

  • McDonald's unveils "Archy" AI drive-thru amid sales slumpSemafor Tech · 3h ago
  • Sony, UMG sue Suno again over v6 training dataThe Verge AI · 6h ago
  • Google tests "Call for Me" on Pixel 11THE DECODER · 9h ago

AI-summarized, only the topics you pick: one digest a day via Email, LINE, or Slack.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. The AI reads this article, earlier AIToday articles, and Wikipedia, and cites its sources. Q&As are published on this page for other readers too.

Questions and answers are published on this page.

Related Articles

Next articleProaction's Colin Knudsen builds demos with Codex, lifts deals 50% to 60%