FULL STORY

NVIDIA Open-Sources Nemotron 3 Speaker Diarization Model

NVIDIA open-sourced the 100M-parameter Nemotron 3 Diarization model, topping Diarization-Bench. Baseten added day-0 support, enabling 500 real-time streams per GPU.

2026-09-23 ~ 2026-09-24 · 2 episodes · 11 posts

Episode 1 · NVIDIA Open-Sources Nemotron 3 Diarization, Tops Diarization-Bench (2026-09-23, 9 posts)

On September 23, NVIDIA released and open-sourced Nemotron 3 Diarization, a speaker diarization model with just 100M parameters that can track "who spoke when" in multi-speaker overlapping speech. It supports streaming output, tracks up to 8 speakers, is available on Hugging Face, and ships with a commercially friendly license. The model ranked first among 12 systems in the inaugural Diarization-Bench on voicearena.ai, with a diarization error rate of 14.72%—about 24% lower than the runner-up.

Confirmed

  • Nemotron 3 Diarization was officially released and open-sourced by NVIDIA, is available on Hugging Face, has 100M parameters, and supports up to 8 speakers.
  • Official benchmark results: ranked first among 12 systems in the first Diarization-Bench on voicearena.ai, with an error rate of 14.72%, about 24% lower than second place.
  • The model outputs speaker labels (not transcriptions) and supports streaming.

Developer tests and reactions

  • @futterneid tested it locally on a voice agent using 1-second streaming chunks, saying it solves the "who is speaking" pain point and can be used to let a bot remember different speakers (new people).
  • @andimarafioti noted that a key gap in today's voice agents is precisely the inability to distinguish speaker identity, which various phone-call demos obscure; Nemotron 3 Diarization's commercially friendly license makes it well suited for real-world deployment.

Why it matters

  • Speaker diarization has long been a weak spot for real-time voice agents (meeting transcription, customer service, home robots, etc.), and prior open-source solutions have performed poorly on overlapping speech.
  • The combination of a small parameter count (100M), streaming output, and a commercially friendly license means low barriers to local deployment—individual developers (as @futterneid's practice shows) can plug it directly into their own voice agent pipelines.

Episode 2 · NVIDIA Nemotron 3 Diarization Launches on Baseten with Day-0 Support (2026-09-24, 2 posts)

NVIDIA's open-source, end-to-end speaker diarization model Nemotron 3 Diarization launched on Baseten with day-0 support, handling 500 real-time streams on a single GPU and available for one-click deployment.