AI SeedbankHelp preserve open and free AI for humanity's future

← All models

nvidia_NVIDIA-NemotronLabs-VoiceChat-11B

nvidia · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: openmdw-1.1 language:

  • en base_model:
  • nvidia/NVIDIA-Nemotron-Nano-9B-v2

NVIDIA NemotronLabs VoiceChat 11B

Hear it first. Natural turn-taking, barge-in and live tool calling.

Sample What to listen for Player
Natural turn-taking Smooth back-and-forth, ~450 ms response
Barge-in / interruption User cuts in; model yields instantly
Tool calling live Tools are called when needed

Code: On Github

Model Overview

Description:

NVIDIA NemotronLabs VoiceChat is a 11B end-to-end, real-time speech full duplex (FD) model for conversational AI that jointly performs streaming speech understanding and speech generation [1, 2]. Unlike traditional cascaded stacks (ASR → LLM → TTS), this model achieves full duplex, real-time, seamless voice interaction in one unified architecture, eliminating the need for multiple models or API handoffs, thus reducing end-to-end latency. It sets new benchmarks by bringing open, robust, and highly natural conversation capabilities. Moreover, NVIDIA NemotronLabs VoiceChat is the first open full-duplex model to support tool calling while maintaining a natural conversation flow during tool execution. For each tool, a specific “on-hold” message can be defined that will be spoken by the agent as soon as the LLM generates the text that will trigger the tool call and response.

The model operates on audio signals, which are encoded using a fast conformer module. The resulting audio tokens are inputted into a Nemotron Nano V2 9B LLM backbone to predict text tokens, which are fed to a TTS decoder [2] to predict audio codes for generating the agent's speech. A separate output channel is used to predict tool calling scripts. NemotronLabs VoiceChat offers an unprecedented trade-off between intelligence and latency in the space of open-source voice agents, as highlighted by our benchmarking results below.

Highlights

Parameters Turn-taking latency VoiceBench (open FD) Tool calling Architecture
11B ~450 ms #2 1st open FD 1 unified model

License/Terms of Use

GOVERNING TERMS: The use of this model is governed by the OpenMDW License Agreement, version 1.1.

Use Case:

NemotronLabs VoiceChat is targeted for researchers, developers, and professionals in the field of natural language processing (NLP) and speech technology for purposes such as automatic speech recognition (ASR), text-to-speech synthesis (TTS), and voice assistant development.

Deployment Geography

Global

Release Date:

August 3, 2026.

Model Architecture

Architecture Type: Hybrid Mamba/Transformer  ·  Parameters: 11B

Network Architecture:

NemotronLabs VoiceChat uses:

Input

Property Value
Input Type(s) Text (prompt), Audio (user speech)
Input Format String, WAV/WebAudio
Sample rate 16 kHz

Output

Property Value
Output Type(s) Text (agent), Audio (agent speech), Text (user transcription)
Output Format String, WAV/WebAudio
Sample rate 22.05 kHz

Software Integration

Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA’s hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.

Runtime Engine: vLLM

Supported Hardware Microarchitecture Compatibility:

  • NVIDIA A100
  • NVIDIA H100
  • NVIDIA H200
  • NVIDIA B100
  • NVIDIA B200
  • NVIDIA RTX-6000

Preferred/Supported Operating System(s):

  • Linux

The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment.

Model Version(s)

  • v1.0

Quickstart

To try inference with the model, check the instructions below:

  • Offline inference — load this Hugging Face checkpoint for non-interactive batch speech-to-speech testing (Offline inference).
  • Interactive streaming — deploy the optimized NVIDIA inference container for real-time WebSocket conversations (Interactive streaming deployment).

Full setup details are also availabel in the Github repo.

Training, Testing, and Evaluation Datasets:

Training Dataset:

Data Modality: Audio (speech) and Text
Audio Training Data Size: ~550k hours

VoiceChat has been trained on a blend of different datasets comprising both real audio datasets and synthetic speech datasets generated using various TTS systems on text training corpora, including:

  • Nemotron 5.5 pre-training and SFT text data
  • Brainy-mantis text data
  • Greteal AI v1 and v2 text data
  • Ultrachat text data
  • Blackwell studio recordings real speech data
  • Fisher real speech data
  • LibriVox
  • LibriTTS
  • HiFi-TTS
  • Riva Speakers: Internal Dataset
  • Publicly available internet scale data
  • PromptTTS
  • VCTK
  • Voxmovies
  • JL-Corpus
  • Nemotron Nano v3 function calling data
  • Persona Plex training datasets

Data Collection Method by dataset: Hybrid: Human, Synthetic, Automated.
Labeling Method by dataset: Automated.

Testing/Evaluation Dataset:

VoiceBench

VoiceBench is a benchmark dataset developed to evaluate large language model (LLM)-based voice assistants, focusing on real-world spoken interactions rather than just text or clean speech recognition. It combines audio and text data. The dataset includes multiple subsets covering tasks like open-ended questions, multiple-choice QA, instruction following, and adversarial cases — sourced from both real human speech and synthetic text-to-speech examples.

Link: VoiceBench
Data Collection Method by dataset: Hybrid: Human, Synthetic, Automated.
Labeling Method by dataset: Automated.
Properties: VoiceChat is #2 amongst all open full-duplex models on VoiceBench.

Full-Duplex-Bench 1.0

Full-Duplex-Bench 1.0 is a benchmark designed to evaluate the interactive capabilities of full-duplex spoken dialogue models like VoiceChat. It focuses on measuring natural, human-like conversational behaviors such as pause handling, backchanneling, smooth turn-taking, and user interruption management, using automatic metrics to provide consistent, reproducible assessments of model performance.

Link: Full-Duplex-Bench 1.0
Data Collection Method by dataset: Hybrid: Human, Synthetic, Automated.
Labeling Method by dataset: Automated.
Properties: NemotronLabs VoiceChat is #2 amongst all open models on FullDuplexBench 1.0.

Benchmark Scores:

Metric Value
Pause Handling(Synthetic): TOR↓ 0.153
Pause Handling(Candor): TOR↓ 0.255
Smooth Turn Taking: TOR↑ 0.82
Smooth Turn Taking: Latency↓ 448 ms
User Interruption: TOR↑ 1
User Interruption: Latency↓ 480 ms
User Interruption: GPT-4o↑ 4.33

AU Harness BFCL-v3 (tool calling)

This is the subset of the AU Harness benchmark focused on the evaluation of tool calling within audio conversation. It was created by systematically converting the original BFCL-v3 textual instructions into spoken counterparts.

Link: AU Harness
Data Collection Method by dataset: Hybrid: Human, Synthetic, Automated.
Properties: NemotronLabs VoiceChat is the first open full-duplex model to support tool calling while maintaining a natural conversation flow during tool execution.

Benchmark Scores:

Metric Value
Simple 58.5%
Multiple 62.5%
Parallel 42.5%
Parallel Multiple 27.5%
Irrelevance 89.6%
Average 56.1%

Full-Duplex-Bench v3 (tool calling)

Full-Duplex-Bench-v3 (FDB-v3) is a benchmark for evaluating spoken language models under naturalistic speech conditions and multi-step tool use.

Link: Full-Duplex-Bench v3
Data Collection Method by dataset: Human.
Properties: NemotronLabs VoiceChat is competitive with frontier models in terms of tool selection accuracy on this benchmark.

Benchmark Scores:

Metric Value
Tool Selection 82.5%
Argument accuracy 42.2%
Pass@1 33%

Inference:

Acceleration Engine: vLLM
Test Hardware: NVIDIA H100

This section explains how to test NVIDIA Nemotron Labs VoiceChat using either of the following approaches:

  • Offline inference — quick, non-interactive speech-to-speech checks from a conda environment (Offline inference).
  • Interactive streaming — real-time WebSocket voice conversations via the optimized NVIDIA inference container (Interactive streaming deployment).

Offline inference

Run offline speech-to-speech inference from this Hugging Face checkpoint. Requires an NVIDIA GPU, conda, and the Speech repository on the nemotron-labs-voicechat branch.

1. Clone and set up the environment

git clone https://github.com/NVIDIA-NeMo/Speech.git
cd Speech
git switch nemotron-labs-voicechat
export NEMO_DIR="$(pwd)"

conda create -y -n voicechat python=3.12
conda activate voicechat
pip install torch==2.10.0 torchvision==0.25.0 torchaudio==2.10.0
pip install -e ".[all]"
pip uninstall -y nvidia-resiliency-ext
pip install transformers==4.56.0 tokenizers==0.22.0 lhotse==1.32.2 \
            huggingface-hub==0.34.4 hf-xet==1.1.9 torchcodec==0.10.0 \
            torch_audiomentations jinja2
pip install ninja packaging wheel einops
pip install --no-build-isolation --no-deps causal-conv1d==1.6.2.post1 mamba-ssm==2.3.2.post1

2. Download the checkpoint

hf download nvidia/NVIDIA-NemotronLabs-VoiceChat-11B \
  --local-dir /path/to/checkpoint

3. Run inference

conda activate voicechat
export NEMO_DIR=/path/to/Speech

# General conversation
python "$NEMO_DIR/examples/speechlm2/offline_voicechat_infer.py" \
  --checkpoint /path/to/checkpoint \
  --wav "$NEMO_DIR/examples/speechlm2/sample_audio/sample_general.wav" \
  --output-dir /path/to/output

When using a custom audio file, include sufficient trailing silence so the agent has time to respond.

Offline function calling does not invoke a live tool. --api-response-json points to a JSON file with a pre-written tool response. Its tool_name must match an available tool, and response must be ASCII-only and TTS-friendly. For interactive function calling with live tool execution, see Interactive streaming deployment.

# Function calling
python "$NEMO_DIR/examples/speechlm2/offline_voicechat_fc_infer.py" \
  --checkpoint /path/to/checkpoint \
  --wav "$NEMO_DIR/examples/speechlm2/sample_audio/sample_fc.wav" \
  --api-response-json "$NEMO_DIR/examples/speechlm2/function_calling/random_number_response.json" \
  --output-dir /path/to/output

After the run, inspect the JSON file in the output directory to see the predicted function call, such as:

<TOOLCALL>[{"name": "generate_random_number", "arguments": {"min": 1, "max": 50}}]</TOOLCALL>

Interactive streaming deployment

For interactive, low-latency voice conversations with this Hugging Face checkpoint, use the optimized NVIDIA inference container. It packages the model with the NVIDIA inference stack (CUDA, Triton, vLLM) and exposes a bidirectional WebSocket interface with function calling support. Full instructions are in the Github repo:

  • Prerequisites — hardware, software, and driver requirements
  • Deploy and Run — launch the container and run voice conversations
  • Generate Model Repository — build a Triton model repository from a local NeMo checkpoint
  • API Reference — WebSocket and HTTP API reference

Function-calling system prompt example

The default Jinja template appends the available tools and tool-call protocol to the supplied system message. See offline_voicechat_fc_infer.py for the default function-calling system prompt and prompt construction logic, and template.jinja for the template.

System prompts and API/tool responses must be ASCII-only. Avoid Unicode punctuation and symbols (for example em dashes, en dashes, degree symbols, and emoji). Convert tool responses into concise, TTS-friendly ASCII sentences before passing them to the model.

For example, the rendered prompt can look like:

You are an AI voice assistant developed by NVIDIA. Your name is NVIDIA Voice Chat. Your job is to be helpful and harmless and have engaging conversations in English. Maintain a warm and friendly tone. Keep the dialogue open and ongoing. Be clear and direct, especially when answering yes or no questions and multiple-choice questions. Avoid long answers unless the user asks you to provide details or context. You must provide diverse responses and rephrase answers if the user asks the same question. DO NOT interrupt the user when they are speaking, let them finish their turn before answering.

When you receive a request, follow this decision process:
1. Does the request match one of your available tools below? If yes, you MUST call that tool - never answer it directly from your own knowledge, even if you think you know the answer.
2. Is it a general knowledge question (history, science, geography, math, facts, etc.)? If yes, answer directly from your own knowledge - do not call any tool.
3. Does it require an external action or live data that none of your tools cover (e.g. ordering food, sending email)? If yes, politely say you don't have that capability.

NEVER say "I don't have a tool for that" for general knowledge questions you can answer yourself.

DO NOT use any tools when not needed to answer the user's requests, under no circumstance.

You are an expert across history, geography, science, math, literature, biographies, languages, recipes, programming, current affairs, and general knowledge. When the user asks about any of these, answer directly and conversationally from your own knowledge - no <TOOLCALL>.

Call a tool ONLY when the user's request matches one of the tools listed in <AVAILABLE_TOOLS> below. For every other request, do not call any tool - just answer from your knowledge. Never invent or call a tool name that is not literally in <AVAILABLE_TOOLS>.

Tool-call arguments must be values the user spoke. If a required argument is missing, ask the user; never guess.

If a tool call fails or returns an error, do not retry the tool call for the same request. Tell the user that the API has an issue.

You can use the following tools to assist the user if required:
<AVAILABLE_TOOLS>[{"name": "get_weather", "description": "Get the current weather for a city", "parameters": {"type": "object", "properties": {"city": {"type": "string", "description": "The city name as the user spoke it"}}, "required": ["city"]}}, {"name": "get_stock_price", "description": "Get the current stock price for a given ticker symbol", "parameters": {"type": "object", "properties": {"symbol": {"type": "string", "description": "The stock ticker symbol as stated by the user"}}, "required": ["symbol"]}}, {"name": "get_top_news", "description": "Get today's top one news headline from Google News", "parameters": {"type": "object", "properties": {"topic": {"type": "string", "description": "Optional topic: business, technology, science, health, sports, entertainment"}}, "required": []}}]</AVAILABLE_TOOLS>

If you decide to call any tool(s), use the following format:
<TOOLCALL>[{"name": "tool_name1", "arguments": "tool_args1"}, {"name": "tool_name2", "arguments": "tool_args2"}]</TOOLCALL>

The user will execute tool-calls and return responses from tool(s) in this format:
<TOOL_RESPONSE>[{"tool_response1"}, {"tool_response2"}]</TOOL_RESPONSE>

Based on the tool responses, you can call additional tools if needed, correct tool calls if any errors are found, or just respond to the user.

Known Limitations

See the Known Limitations section for issues identified through extensive internal testing. These limitations may not affect typical usage.

Ethical Considerations

NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.

Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns here.

References:

[1] SALM-Duplex: Efficient and Direct Duplex Modeling for Speech-to-Speech Language Model
[2] Open Full-duplex Voice Agent with Speech-to-Speech Language Model
[3] Audio Flamingo 3: Advancing Audio Intelligence with Fully Open Large Audio Language Models
[4] PersonaPlex: Voice and role control for full duplex conversational speech models

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:97264696aa3338d32943e0ba4299b96fb64ff758&dn=nvidia_NVIDIA-NemotronLabs-VoiceChat-11B

Open magnet in torrent client · infohash 97264696aa3338d32943e0ba4299b96fb64ff758

Files & hashes

PathSizesha1sha256
LICENSE2.6 KB (2,704 B)fbe7d412c5b9dbd59402de44c8f582ef97fcab1ec55ed9a3dd7c5df14a2496d8ff0f6b1941f807af1769b09611012c4ec56960a0
README.md20.2 KB (20,723 B)8d6c38168631193e5cc8c704e7ba2a72f4bece92ab29d78baa5779df77db33649cafd1196645cdfba49d3bdf32e6ba60d2d23781
VoiceChat-v1-TC voicechatv1.png363.0 KB (371,673 B)9481b96769dc7fcd88b04e0eef0bb28988020cc48f311faa358b6b8f8d8f39f0eecc24267ad0fd5e6cfbedde4b629bdc26b2090d
bias.md595 B (595 B)19e7158d58554a643d5697bdf53a41190f20e5759ea214d43238513aef493e75a7d5035245e7e81f5948c4f707cc59adb5e620c5
config.json31.2 KB (31,984 B)fc8e26fface4937c4323e9e67a4bac2d5831794a2e0b67b56fefeb4815e436d66ad84f2f94be192b1d543054c810ed239a28cff5
explainability.md4.7 KB (4,794 B)5a5ded42c84e23387084c1c524f0efdbc455aff1c24a69ad7cb3aa165b3dfa48dada17efed49f1529d60cb9c40eb177974d60c13
interruptions.wav2.8 MB (2,883,884 B)328b7f12bebefad8924013996dd42e2d534a5d2fb79e61f136bc1af92d788201c017a7f983ddc042c60be862e0f9fa5f81149f1c
model.safetensors41.33 GB (44,382,749,892 B)1b6bfedeaf09f45c217b0e691acaeb58f678b12bd553750c29434a6bb524377e17634c6cafdbf621892e643a77f406e51570354b
overview.md13.6 KB (13,921 B)1ec5a2a6ae98357a9925e9b0e9485771afe2886326afd89a3c20bfa83f1a8384972ed3c3fabac15add965d56ead230564bc79090
privacy.md2.1 KB (2,140 B)3d5de48775b14ec610d381f6800cb706fd6a62e4aa55adbd6fb0bed4e4890aa7c206b8f3731056d9eddc6e7dca4ba7d3fd9545e1
rnnt_tokenizer/tokenizer.model245.2 KB (251,056 B)533c64759dda070f0ae9b0314e93ad03097081f507d4e5a63840a53ab2d4d106d2874768143fb3fbdd47938b3910d2da05bfb0a9
rnnt_tokenizer/tokenizer_config.json268 B (268 B)0489df1913edf42bcc5e84378bd429b5b124a8b310e393422195708d9d131f66dda09430dc472d3f7d36c3e4fd0a5135bf4809b0
rnnt_tokenizer/vocab.json9.0 KB (9,242 B)dcf448bad9ed1688477249428359b239b0c91eb735051f795cec22352180d3a3d2a1383ffbe0d968cd14049ad6da254492f3678e
safety.md757 B (757 B)4fc890162f4232ba2ad5afa8c5f409c1b371fd9d0c16d3370560226615a0cc36db48245c29785331f11441dbbbb84d7228677dda
tool_call.wav7.7 MB (8,108,204 B)f916b7f87f39841ec0cb6e60bb661d4da247af74c85511aa0720107a19728b76a05b28e78a58f0af4ede70ec92ec3faf4cfac85b
turn_taking.wav3.8 MB (3,943,724 B)4f73e7242ae13df10675004be91b282bf57b9ed89602d5f78799644964b631e632c5740c325d518847cbb1ffb8917dee7abd17c1

Cite this release

Canonical URL
https://aiseedbank.org/models/nvidia_NVIDIA-NemotronLabs-VoiceChat-11B/
Slug
nvidia_NVIDIA-NemotronLabs-VoiceChat-11B
Infohash
97264696aa3338d32943e0ba4299b96fb64ff758
License
openmdw-1.1
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: nvidia_NVIDIA-NemotronLabs-VoiceChat-11B.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorynvidia/NVIDIA-NemotronLabs-VoiceChat-11B
Revision (pinned)359ada7b1c60851e40ff08065f9b0340244f27e0
Fetched at2026-09-04T03:54:32Z
License at fetchopenmdw-1.1
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-04T04:05:25Z

openmdw-1.141.35 GB (44,398,395,561 bytes)safetensors1 language (en)paper: 2410.17196paper: 2503.04721paper: 2604.04847paper: 2505.15670paper: 2507.08128