Deploying real-time personalized speech with Qwen3-TTS on Amazon SageMaker AI
You can now clone any voice in real‑time on SageMaker using Qwen3‑TTS, no retraining needed.

Why Now
AWS released a guide to deploy the publicly available Qwen3‑TTS‑12Hz‑1.7B‑Base model on SageMaker for real‑time voice cloning.
What Happened
The model supports 10 languages and can clone a voice from a few seconds of audio plus transcript. It runs on a managed real‑time endpoint via SageMaker JumpStart, handling GPU provisioning, scaling, and monitoring. The deployment uses a vLLM‑Omni serving container and outputs 24 kHz audio.
Why It Matters
This lets developers build personalized, multilingual voice experiences at scale without large training sets or API costs. It keeps audio data inside the customer’s AWS account, improving privacy and cost control.
The Limitation
The guide covers only the Base variant; fine‑tuning or custom voice sets require additional steps not detailed here.
What You Can Do
Deploy the Qwen3‑TTS model on SageMaker using the JumpStartModel deploy method and test voice cloning with a short reference clip.
Source
Read original sourceWhy we picked this
Core AI content: real-time TTS deployment of a large model with cross-lingual cloning.