Build Low-Latency Multilingual Voice Agents: Open Weights & Full Deployment Control with NVIDIA Magpie TTS
18:25 · August 10, 2026 · Hugging Face Blog

Summary
NVIDIA Magpie TTS is a 364-million-parameter open-weights text-to-speech model that supports twelve languages and ships with production deployment through NVIDIA NIM. The model covers English, Spanish, French, German, Italian, Vietnamese, Mandarin, Hindi, Japanese, Modern Standard Arabic, Korean, and Brazilian Portuguese, with shared speaker representations for male and female voices in each language. Recent updates added the three newest languages and improved synthesis quality on several existing ones through expanded training data.
The architecture targets low-latency inference in cascaded voice pipelines. Frame stacking lets the decoder predict two audio frames per step, halving the number of decoder iterations. A local transformer then models dependencies among the simultaneously generated codebook tokens, restoring quality that would otherwise be lost. Together these changes reduce generation time while preserving natural output. The same model is available as an open Hugging Face checkpoint for research and fine-tuning and as an optimized NIM container for production serving.
Measured on-prem, the system reaches time-to-first-audio figures between 32 and 79 ms on a single stream across current NVIDIA GPUs. On a B200 at 64 concurrent streams it sustains 239 ms TTFA while delivering 320 times real-time throughput. These server-side numbers exclude external round-trips, giving developers direct control over the final segment of the latency budget in ASR-LLM-TTS stacks. Objective metrics show reduced character error rates and higher speaker similarity on several languages compared with the prior release.
Because the weights are open and the stack runs inside customer infrastructure, teams can enforce data residency, benchmark exact latency, swap components as better models appear, and fine-tune for domain-specific terminology or code-switching. The model is positioned as one element in the broader Nemotron Voice Agent reference implementation, which demonstrates coordinated ASR, LLM, and TTS components that can be cloned and adapted for production voice agents.
Why it matters
Strong match for ML Engineers due to production latency optimization, GPU deployment details, benchmarks, and open-weights fine-tuning guidance. Directly actionable for Dutch teams building voice AI with data residency and EU compliance needs.




