Skip to main content
ASRNVIDIAHugging Face

Nemotron 3.5 ASR Struggles with Russian and Ukrainian

NVIDIA released the lightweight streaming ASR model Nemotron 3.5 0.6B, but in practice, Russian and Ukrainian transcription quality significantly drops. For businesses, this is critical: cheap AI automation with calls and voice is meaningless if recognition quality breaks the entire pipeline. This makes voice AI integration challenging.

Technical Context

I tested Nemotron 3.5 ASR Streaming 0.6B after colleagues' feedback and quickly understood the model's strengths and weaknesses. For AI automation with calls, the idea looks great: only 600M parameters, streaming mode, promised low latency, and a single checkpoint for 40 locales, including ru-RU and uk-UA.

In terms of hardware, the model is indeed pleasant. NVIDIA promotes it as cache-aware streaming ASR with high concurrency, and through the API, it can be used without a heavy self-hosted infrastructure. There are latency modes from around 80ms to 1.12s, plus decent punctuation and capitalization out of the box.

But here I stumbled: language support in the model card and real transcription quality are not the same. For Russian and Ukrainian, NVIDIA barely shows public WER figures, which was already a red flag. If you believe the supported locales field, everything is fine. If you run live speech, especially with accents, background noise, or fast pace, it becomes sad.

Another important point: the phrase "can even work in the browser" sounds too optimistic. In a browser, you can conveniently call a remote endpoint, but the model doesn't run natively as a lightweight web toy. Inference needs NeMo, CUDA, and a proper server setup if you're not using the hosted API.

Business and Automation Impact

My practical conclusion is simple. If you're building voice AI for English-speaking traffic or a multilingual prototype, the model could be interesting due to its cost, speed, and resource density.

But if your main workload is ru/ukr, poor recognition kills the entire downstream: call summaries, entity extraction, quality control, AI integration with CRM. An ASR error then spreads across the whole chain and makes automation just an expensive imitation of usefulness.

Teams that need a cheap streaming baseline and are willing to honestly validate languages on their own data win. Those who take multilingual support from the model card as a guarantee of production-ready quality lose.

At Nahornyi AI Lab, we usually cut through such things very quickly: first test on real calls, then AI solution development around transcription, not the other way around. If your voice processes are stuck at this layer, we can analyze the stack together and build AI automation without nice-looking but useless compromises.

We previously compared the accuracy of popular meeting transcription services — tl;dv, Otter.ai, and others — and identified hallucination risks. This directly echoes today's test of Nemotron-3.5, where Russian and Ukrainian recognition quality was close to zero.

Share this article