NVIDIA Magpie TTS: Open Weights for Low-Latency Multilingual Voice Agents
NVIDIA just released open weights for Magpie TTS, a 364-million-parameter multilingual text-to-speech model aimed squarely at that final stretch, with a reported Time to First Audio as low as 32…
Tara Linsley·updated August 11, 2026

ever stared at a pipeline latency budget wondering where the last 200ms went, you know TTS is where voice agents live or die — the final stage before audio hits the user's ears, and the one they absolutely notice when it drags. NVIDIA just released open weights for Magpie TTS, a 364-million-parameter multilingual text-to-speech model aimed squarely at that final stretch, with a reported Time to First Audio as low as 32 milliseconds on B200 hardware, according to the Hugging Face model card.
What ships in the weights
Magpie TTS Multilingual lands at 364M parameters and covers twelve languages out of the box: English, Spanish, French, German, Italian, Vietnamese, Mandarin, Hindi, and Japanese, plus the three newly added languages — Modern Standard Arabic, Korean, and Brazilian Portuguese. Each language comes with male and female speaker voices through a shared multilingual speaker representation, which means we're not juggling twelve separate checkpoints per region.
This release also expands code-switching support for Hindi and Japanese, enabled through IPA grapheme-to-phoneme processing and custom pronunciation dictionaries. That's the gotcha we keep hitting when models butcher technical terms, brand names, or mixed-language content — having a pronunciation layer we can actually edit is a real workflow win, not a cosmetic feature.
Why latency — and on-prem — are the headline
In a cascaded voice stack, TTS is what the user hears last — so Time to First Audio is the metric that defines perceived responsiveness. NVIDIA reports TTFA as low as 32ms on B200, with throughput (RTFX) drawn from the NVIDIA TTS NIM Performance documentation (v26.07), averaged over three trials, on-prem.
Because the model ships with production-ready NVIDIA NIM and runs inside your own infrastructure, the latency you measure is server-side only — no managed-service round-trip folded into the number. That's the practical difference between tuning a model end-to-end and tuning a black box you can't open. For teams wiring up customer support agents, enterprise copilots, or healthcare assistants, that control is the whole pitch.
Sanity checks before you wire it in
- Hardware match. The 32ms TTFA figure is on B200. If you're on A100, H100, or L40S, re-measure on your actual silicon — your latency budget will shift with it.
- Pronunciation dictionaries. If your domain is heavy on jargon, proper nouns, or mixed-language content, build your custom dict early; don't bolt it on after the demo breaks in front of a customer.
- Code-switching behavior. Hindi and Japanese get expanded support this round — if your traffic includes those, test the IPA pipeline against real transcripts, not just the curated examples.
- Multilingual consolidation. Replacing per-region TTS checkpoints with one 364M model is a real ops win, but validate voice quality across all twelve languages, not just the four you already shipped.
As capital keeps flowing into AI infrastructure — including plays like Hamilton Lane's new $270M fund to widen private-market access for wealth investors — owning that on-prem voice stack is becoming a board-level conversation, not just a model choice. Pull the weights, run the numbers, then run the audio.