NVIDIA Releases NemotronLabs VoiceChat 11B: An Open Full-Duplex Speech-to-Speech Model with ~450 ms Turn-Taking and Live Tool Calling NVIDIA released NemotronLabs VoiceChat 11B, an open 11B end-to-end speech-to-speech model for real-time full-duplex conversation, achieving 448 ms smooth turn-taking latency on Full-Duplex-Bench 1.0 and a user-interruption take-over rate of 1.00 at 480 ms. The model, built from a Fast Conformer encoder, Nemotron Nano v2 LLM, and NVIDIA TTS decoder, supports live tool calling via a separate output channel with on-hold messages, but NVIDIA states it is 'ready for research purposes only' and documents failure modes including a two-minute audio context ceiling and degradation into gibberish after several turns. NVIDIA has released NemotronLabs VoiceChat 11B https://huggingface.co/nvidia/NVIDIA-NemotronLabs-VoiceChat-11B , an open 11B end-to-end speech-to-speech model for real-time, full-duplex conversation. Instead of chaining ASR, an LLM, and TTS, it performs streaming speech understanding and speech generation in one unified network. That removes the multi-model orchestration and API handoffs a cascaded stack requires, and cuts end-to-end latency: measured smooth turn-taking latency is 448 ms on Full-Duplex-Bench 1.0 https://arxiv.org/abs/2503.04721 . The model listens while it speaks, so a user can barge in mid-turn and the agent yields, with a take-over rate of 1.00 at 480 ms. It is also first open full-duplex model to support tool calling while conversation keeps flowing, using a separate output channel for