NVIDIA Releases Magpie Multilingual TTS: 364M Open-Weight Model for Sub-200ms Voice Agents

NVIDIA has released Magpie Multilingual TTS, a 364-million parameter open-weights text-to-speech model engineered for low-latency conversational AI agents. Released under the NVIDIA Open Model License, the model is available as open checkpoints on the Hugging Face Hub and as an optimized microservice container within NVIDIA NIM. The release expands language support to 12 languages: English, Spanish, French, German, Italian, Vietnamese, Mandarin, Hindi, Japanese, Modern Standard Arabic, Korean,

2 min
NVIDIA Releases Magpie Multilingual TTS: 364M Open-Weight Model for Sub-200ms Voice Agents

NVIDIA has released Magpie Multilingual TTS, a 364-million parameter open-weights text-to-speech model engineered for low-latency conversational AI agents. Released under the NVIDIA Open Model License, the model is available as open checkpoints on the Hugging Face Hub and as an optimized microservice container within NVIDIA NIM.

The release expands language support to 12 languages: English, Spanish, French, German, Italian, Vietnamese, Mandarin, Hindi, Japanese, Modern Standard Arabic, Korean, and Brazilian Portuguese.

Frame-Stacked Local Transformer Architecture

In cascaded voice agent architectures, text-to-speech serves as the final pipeline stage before audio output. Magpie is structured to operate within sub-200ms end-to-end latency budgets by reducing Time to First Audio (TTFA).

NVIDIA Magpie TTS Architecture and Serving Benchmarks

To minimize generation latency without sacrificing acoustic fidelity, the architecture pairs two core techniques:

  • Frame Stacking: The decoder predicts two discrete audio frames simultaneously at each decoding step. This halves the total number of autoregressive decoding iterations required per utterance.
  • Local Transformer Refinement: Because simultaneous frame generation can introduce codebook token discrepancies, a localized transformer block models intra-frame dependencies and refines acoustic features before waveform reconstruction.

The model also incorporates International Phonetic Alphabet (IPA) grapheme-to-phoneme mapping and custom pronunciation dictionaries to support code-switching in mixed-language dialogues.

Hardware Benchmarks and Concurrency Scaling

According to on-premise benchmarks across NVIDIA GPU architectures, Magpie achieves the following latencies:

  • Single-Stream Generation: Time to First Audio measures 32ms on Blackwell B200 (12.1x real-time throughput), 47ms on H100 (14.7x), 53ms on DGX Spark (9.8x), and 79ms on A100 (12.2x).
  • Concurrent Scaling (64 Streams): Under a 64-stream concurrent load, B200 registers a TTFA of 239ms while achieving 319.8x real-time throughput. On H100, 64-stream TTFA reaches 275ms at 290.8x real-time throughput.

Acoustic evaluation benchmarks demonstrate reductions in Character Error Rates (CER) and improvements in Speaker Similarity (SSIM):

  • Spanish: CER reduced from 1.14% to 0.60%, with SSIM increasing from 0.715 to 0.793.
  • French: CER reduced from 2.70% to 1.54%, with SSIM improving from 0.703 to 0.747.
  • New Languages: Modern Standard Arabic records a 1.62% CER baseline, Korean records 2.69%, and Brazilian Portuguese records 2.91%.

Magpie Multilingual TTS is integrated into NVIDIA's Nemotron Voice Agent reference architecture for on-premises and air-gapped enterprise deployments.

Sources

Written by

More to read

  • Energy-Based Models: How Energy Landscapes, Contrastive Divergence, and Langevin Dynamics Unify Generative Learning

    Energy-Based Models: How Energy Landscapes, Contrastive Divergence, and Langevin Dynamics Unify Generative Learning Probabilistic modeling in machine learning fundamentally centers on estimating data distributions over high-dimensional spaces. Standard generative architectures achieve this by enforcing structural constraints: autoregressive models factorize joint distributions through causal chains, normalizing flows constrain network architectures to invertible bijections with tractable Jacobi

    1 min
  • Tabular RAG in Production: Table Serialization, Row-Column Chunking, NL-to-SQL Hybridization, and Dense Entity Linking

    Tabular RAG in Production: Table Serialization, Row-Column Chunking, NL-to-SQL Hybridization, and Dense Entity Linking Standard Retrieval-Augmented Generation (RAG) architectures excel when indexing unstructured prose. Dense semantic embeddings, recursive character chunking, and bi-encoder vector similarity match user queries against passages that follow linear syntactic structures. However, when these pipelines encounter tabular data (such as financial statements, medical registries, inventory

    1 min
  • Meta Releases Muse Glimmer 30B: Apache 2.0 Multimodal Model for Local AI Agents

    Meta has released Muse Glimmer, a 30-billion parameter multimodal model distributed under the permissive Apache 2.0 license. Distilled from Meta's larger Muse Spark foundation model, Muse Glimmer is engineered specifically for local execution and privacy-sensitive agentic workflows, spanning software engineering, document processing, and desktop automation. The model release includes immediate day-zero runtime support across Hugging Face Transformers, vLLM, llama.cpp, and native hardware accele

    1 min