Nemotron 3.5 ASR is an open automatic speech recognition model from NVIDIA. It transcribes speech into text, adds punctuation and capitalization, and can label the detected language when you run it in automatic language mode.
The useful angle is streaming. Instead of waiting for a full recording to finish, the model is built to process audio in chunks. You can choose shorter chunks when you care about lower delay, or longer chunks when you want to give the model more context. The model card lists chunk sizes from 80ms to 1.12s, which makes the tradeoff easy to test instead of treating latency as a fixed property.
It also matters that this is one multilingual model rather than a separate setup per language. The model card lists 40 language-locales, with 32 producing transcription out of the box and another 8 intended for fine-tuning. That makes it a better fit for voice-agent logs, meeting capture, multilingual support calls, or any workflow where language detection is part of the job.