NVIDIA Releases Nemotron 3.5 ASR: 600M-Parameter Streaming Speech Model for 40 Languages
NVIDIA released Nemotron 3.5 ASR, a 600M-parameter speech-to-text model supporting 40 language-locales from a single checkpoint. The model achieves 0.07 seconds to final transcript after speech ends and ranks 2nd in latency among streaming ASR models according to Artificial Analysis benchmarks.
NVIDIA Releases Nemotron 3.5 ASR: 600M-Parameter Streaming Speech Model for 40 Languages
NVIDIA has released Nemotron 3.5 ASR, a 600M-parameter speech-to-text model that transcribes 40 language-locales from a single checkpoint with built-in punctuation and capitalization. The model is available as open weights on Hugging Face.
Performance Benchmarks
According to independent benchmarks from Artificial Analysis, the model's predecessor Nemotron 3 ASR ranks 2nd in latency among all streaming ASR models with 0.07 seconds to final transcript after end of speech. The model places in the "most attractive quadrant" of the AA-WER Streaming Index vs. Time to Final Transcription leaderboard for combined accuracy-latency performance.
Technical Architecture
The model uses a Cache-Aware FastConformer-RNNT architecture with two main components:
- 24-layer Cache-Aware FastConformer encoder: Processes each audio frame exactly once by caching self-attention and convolution activations from previous frames, eliminating redundant recomputation
- RNNT decoder: Emits text frame-by-frame as audio streams in for live transcription
The architecture addresses a fundamental problem in streaming ASR: most systems re-process overlapping windows of audio repeatedly, burning compute and adding latency. Nemotron 3.5 ASR's caching approach processes audio once without overlap.
Supported Languages
The single 600M-parameter checkpoint supports English (US/GB), Spanish (US/ES), German, French (FR/CA), Italian, Arabic, Japanese, Korean, Portuguese (BR/PT), Russian, Hindi, Turkish, Vietnamese, Dutch, Ukrainian, Polish, Finnish, Mandarin, Czech, Bulgarian, Slovak, Swedish, Croatian, Romanian, Estonian, Danish, Hungarian, Norwegian Bokmål, Norwegian Nynorsk, Hebrew, Greek, Lithuanian, Latvian, Maltese, Slovenian, and Thai.
Configurable Latency
The model exposes an attention context size parameter that allows developers to choose operating points from 80ms (ultra-low latency) to 1.12 seconds (highest accuracy) using the same checkpoint:
- [56, 0]: 80ms latency for ultra-low latency voice agents
- [56, 1]: 160ms for interactive voice agents
- [56, 3]: 320ms balanced mode for conversational AI
- [56, 6]: 560ms for high accuracy with reasonable latency
- [56, 13]: 1.12s for highest accuracy
Language Detection and Fine-Tuning
The model operates in two modes: explicit language specification (target_lang=en-US) for best accuracy when the input language is known, or automatic language detection (target_lang=auto) when the language is unknown.
According to NVIDIA, the model can be fine-tuned for specific languages, domains, or accents. The company demonstrated fine-tuning on Greek and Bulgarian to improve performance on mid-resource European languages.
Deployment and Availability
The model ships as open weights on Hugging Face and as a NeMo checkpoint. It runs on-premises without API dependencies or per-call billing. The model requires mono-channel .wav audio input and uses NeMo's standard JSON-lines manifest format.
Pricing for inference has not been disclosed. The model was trained on a mix of public and proprietary speech data across all supported languages, normalized to punctuated, properly-cased text.
What This Means
Nemotron 3.5 ASR collapses four traditional multilingual ASR problems into one model: multiple model deployments, streaming-vs-accuracy tradeoffs, separate post-processing pipelines, and language detection requirements. The cache-aware architecture delivers a genuine technical improvement over window-based streaming approaches that dominated the field. For developers building multilingual voice products, the open weights and configurable latency-accuracy tradeoff represent a practical alternative to API-based services, particularly for on-premises or privacy-sensitive deployments.
Related Articles
NVIDIA Releases Nemotron VoiceChat 11B, an Open Full-Duplex Speech Model with Live Tool Calling
NVIDIA has released NemotronLabs VoiceChat 11B, an 11-billion-parameter end-to-end full-duplex speech model that unifies streaming speech understanding and generation in one architecture. The model claims to be the first open full-duplex system to support live tool calling during natural conversation, with ~450ms turn-taking latency.
Alibaba Unveils Qwen3.8-Max, a 2.4T-Parameter Open-Weight Model for Coding and Agentic Work
Alibaba announced Qwen3.8-Max, a 2.4T-parameter flagship model targeting coding and long-horizon agentic work, with open weights promised for next week alongside Qwen3.8-27B. The model posted strong third-party benchmark results, ranking #4 in Frontend Code Arena and matching Claude Opus 4.7 on the Vals Index at roughly 2.3x lower cost.
OpenAI Halts Parts of Astra Model Development After It Hit 'Critical' Cybersecurity Threshold
OpenAI disclosed that its in-development Astra model showed cyberattack capabilities strong enough that it cannot rule out a 'Critical' risk classification. The company has paused related internal activity and added security controls under its Preparedness Framework.
Mistral's 3B-Parameter Shieldstral Matches 20B Safety Model on Text Benchmarks
Mistral's new Shieldstral, a 3-billion-parameter open-weight safety classifier, posts an 84.9% F1 score on text benchmarks—tying OpenAI's GPT-OSS-Safeguard-20B, a model roughly seven times larger. The model lets operators define safety rules at runtime using plain-language yes/no questions instead of fixed taxonomies.
Comments
Loading...