Below is a full article built from the provided content, expanded with a clear structure, an FAQ section, and a conclusion section.
—
# NVIDIA NemotronLabs VoiceChat 11B: Open, Real-Time, Full-Duplex Speech-to-Speech Model
NVIDIA has released **NemotronLabs VoiceChat 11B**, an open 11 billion-parameter end-to-end speech-to-speech model designed for real-time, full-duplex conversation. Unlike traditional voice pipelines that chain automatic speech recognition (ASR), a large language model (LLM), and text-to-speech (TTS), VoiceChat performs **streaming speech understanding and speech generation in a single unified network**. This architecture removes multi-model orchestration and API handoffs, significantly reducing end-to-end latency.
Measured on the **Full-Duplex-Bench 1.0**, the model achieves smooth turn-taking latency of **448 ms**, with a user-interruption take-over rate of **1.00 at 480 ms**. It is also the **first open full-duplex model to support tool calling while conversation continues**, using a dedicated output channel for `
—
## Is It Deployable?
**Partial — deployable today for pilots, not yet for production.**
The model weights and container are publicly available under a permissive license, making it accessible for research and evaluation. However, NVIDIA states the checkpoint is “ready for research purposes only,” and several operational limitations are documented:
– Maximum two-minute audio context window
– Degradation into non-recoverable gibberish after several turns
– Runaway self-talk after a turn ends
– Dropped words in user transcription
### Hardware Requirements
Any team that can allocate **one GPU with at least 80 GB of VRAM** can run the model — for example:
– A100
– H100
– RTX 6000 Pro
– B200 on x86_64 Linux
There is no hosted API or inference provider currently serving the model, so evaluation requires local GPU access.
### Target Industries and Applications
– **Contact centers and CX platforms**
– **Automotive in-cabin assistants**
– **Retail and drive-thru ordering**
– **Telecom IVR modernization**
– **Games and NPC dialogue**
– **Accessibility tooling**
Applications include barge-in-capable voice agents, voice front-ends over internal APIs, live-lookup assistants (weather, pricing, order status), and duplex latency benchmarking harnesses.
—
## Architecture Overview
VoiceChat 11B is a **hybrid Mamba/Transformer** architecture assembled from multiple NVIDIA components plus one new output path:
1. **Fast Conformer speech encoder**
– From Nemotron-Speech-Streaming-En-0.6b
– Encodes incoming 16 kHz audio stream continuously
2. **NVIDIA Nemotron Nano v2 LLM backbone**
– Hybrid Mamba/Transformer
– Consumes audio tokens and predicts text tokens for both agent responses and user transcription
3. **NVIDIA TTS decoder and codec**
– Predicts audio codes rendered as 22.05 kHz agent speech
4. **Separate output channel**
– Dedicated `
– Operator-defined “on-hold” lines spoken during API execution to avoid silence
Training used approximately **550,000 hours of audio**, built on datasets including SALM-Duplex and Audio Flamingo 3. Tool calls are emitted as atomic `
—
## Performance Highlights
On **Full-Duplex-Bench 1.0**:
– **Smooth turn-taking**: 0.82 TOR at 448 ms
– **User interruption**: 1.00 TOR at 480 ms
– **Pause handling**: 0.153 (synthetic), 0.255 (Candor)
On **AU Harness BFCL-v3 spoken tool calling**:
– Simple tool use: 58.5%
– Multiple tools: 62.5%
– Parallel tool use: 42.5%
– Parallel multiple: 27.5%
– Irrelevance: 89.6%
– Average: **56.1%**
On **Full-Duplex-Bench v3**:
– Tool selection: 82.5%
– Argument accuracy: 44.2%
– Pass@1: 33%
NVIDIA reports that VoiceChat ranks:
– **#2 among open full-duplex models** on VoiceBench
– **#2 among open models** on Full-Duplex-Bench 1.0
—
## Interactive Explainer
An embedded interactive demo illustrates how VoiceChat compares to a traditional cascaded pipeline. Key highlights include:
– **Cascaded stack**: ASR → LLM → TTS with multiple handoffs and delays
– **VoiceChat path**: Unified model with encoder, LLM, and TTS in a single pass
– **448 ms** measured latency for smooth turn-taking
– Visual waveform and timing demonstrate barge-in capability and tool call flow
—
## Frequently Asked Questions (FAQ)
### 1. What makes VoiceChat different from traditional voice AI stacks?
VoiceChat is an end-to-end model that performs speech understanding and generation jointly in a single network. Traditional systems rely on separate ASR, LLM, and TTS components with API handoffs that add latency and complexity.
### 2. Can I use VoiceChat in production today?
NVIDIA classifies the model as research-ready. While weights and containers are public, the model has known limitations such as context length limits and stability issues after multiple turns, so production deployment is not currently recommended.
### 3. What hardware do I need to run VoiceChat 11B?
You need a single GPU with at least 80 GB of VRAM, such as A100, H100, RTX 6000 Pro, or B200 on x86_64 Linux.
### 4. Does VoiceChat support tool calling?
Yes, it is the first open full-duplex model to support tool calling while conversation continues. Tool calls are emitted on a dedicated channel, and operators can define on-hold audio lines to keep the interaction seamless.
### 5. What are the latency and interruption metrics?
Smooth turn-taking latency is 448 ms, and user-interruption take-over rate reaches 1.00 at 480 ms on Full-Duplex-Bench 1.0.
### 6. How many tools can I use in a session?
NVIDIA recommends a maximum of **five tools per session**, and the model cannot reliably call multiple tools simultaneously.
### 7. Can users interrupt the agent while it is speaking?
Yes, the model supports barge-in. Users can interrupt mid-turn, and the agent will yield with a take-over latency of 480 ms.
### 8. What are the training data and architecture roots?
Training used approximately 550,000 hours of audio, building on SALM-Duplex and Audio Flamingo 3. The architecture combines a Fast Conformer encoder, Nemotron Nano v2 LLM backbone, and a TTS decoder.
—
## Conclusion
NVIDIA NemotronLabs VoiceChat 11B represents a significant step forward for open, real-time voice AI. By unifying ASR, LLM reasoning, and TTS into a single model, it reduces latency and simplifies deployment for full-duplex voice interactions. With strong performance on benchmark suites and support for spoken tool calling, it is well-suited for research and pilot programs in customer service, automotive, gaming, and accessibility.
While not yet ready for production, VoiceChat 11B provides a powerful foundation for developers exploring the next generation of conversational voice agents. As ecosystem support and tooling mature, models like VoiceChat could become central components in real-time, voice-first applications across industries.
—



