AIAny
AI Audio2026
Icon for item

NVIDIA NemotronLabs VoiceChat 11B

An end-to-end 11B full-duplex speech model for real-time conversational AI that jointly performs streaming speech understanding and generation, enabling ~450 ms turn-taking, barge‑in and live tool calling in a single unified architecture; research use only.

Introduction

Why this matters NemotronLabs VoiceChat tackles a common trade-off in spoken agents: cascaded stacks add latency and brittle handoffs. Its core insight is to merge speech encoding, an LLM backbone, and TTS decoding into one full‑duplex model so the agent can listen, decide, call tools, and speak with sub‑second responsiveness while preserving natural turn-taking.

Key Capabilities
  • Unified speech-to-speech pipeline: combines a fast conformer encoder, an 9B Nemotron Nano v2 LLM backbone and a TTS decoder, so the model reasons directly on audio tokens and emits audio codes instead of relying on separate ASR/LLM/TTS components — this cuts cross‑component latency and reduces API handoffs.
  • Full‑duplex interaction with barge‑in: supports overlapping user speech and agent responses with measured turn‑taking latency around 450 ms, which means more natural back‑and‑forth and quicker interruptions handling in live conversations.
  • Live function/tool calling channel: emits structured tool‑call scripts in a dedicated output stream and can play “on‑hold” TTS while waiting for external tool execution — enabling voice assistants that can trigger and speak about live actions without breaking conversational flow.
  • Benchmarked for spoken-agent behavior: evaluated on VoiceBench and Full‑Duplex benchmarks with competitive scores on pause handling, smooth turn‑taking and tool selection, which provides a data point for realistic spoken interaction performance.
Who it's for and tradeoffs

Great fit if you are building or researching real‑time voice agents that require low latency, natural turn management and integrated tool invocation, and you have access to NVIDIA GPU hardware and the willingness to run research deployments. Look elsewhere if you need a production‑ready, multi‑language commercial voice assistant out of the box or cannot meet the model's hardware and licensing constraints; the model is marked for research use and requires careful evaluation and safety testing before product deployment.

Information

More Items

Hugging Face
AI Model2026

Turns Qwen3.5 into a 3-way NLI cross-encoder (entailment/contradiction/neutral) for zero-shot reranking, grading, content guarding, or action selection. Provides a pretrained Qwen3.5-4B checkpoint, helper utilities (OpenJevCrossEncoder, LatentMLPHead), and optional 35B MoE latent heads for per-task scoring.

Hugging Face
AI Model2026

Preview agentic language model for research and engineering workflows that turns research questions into executable, verifiable workflows via tool use and long-context reasoning; built on a 744B-parameter MoE (GLM-5.2) with MIT-licensed BF16 and FP8 checkpoints.

Hugging Face
AI Model2026

Fast, non-autoregressive decision engine that answers typed questions (choice/score/noul) over text or JSON states with calibrated probabilities and confidences in a single forward pass. Suited for routing, triage and moderation workflows; includes a Router to pick checkpoints per request.