• bitcoinBitcoin(BTC)$64,892.000.30%
  • ethereumEthereum(ETH)$1,913.210.30%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$602.320.10%
  • usd-coinUSDC(USDC)$1.000.00%
  • rippleXRP(XRP)$1.03-0.30%
  • solanaSolana(SOL)$76.431.10%
  • tronTRON(TRX)$0.3300880.30%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.00-2.70%
  • HyperliquidHyperliquid(HYPE)$54.14-1.40%
  • dogecoinDogecoin(DOGE)$0.069512-0.80%
  • USDSUSDS(USDS)$1.000.00%
  • RainRain(RAIN)$0.012584-0.80%
  • leo-tokenLEO Token(LEO)$9.70-0.10%
  • zcashZcash(ZEC)$507.480.60%
  • moneroMonero(XMR)$397.704.70%
  • cardanoCardano(ADA)$0.196483-0.70%
  • whitebitWhiteBIT Coin(WBT)$56.090.20%
  • chainlinkChainlink(LINK)$8.18-1.10%
  • stellarStellar(XLM)$0.162241-0.60%
  • daiDai(DAI)$1.000.00%
  • bitcoin-cashBitcoin Cash(BCH)$214.89-0.50%
  • USD1USD1(USD1)$1.000.00%
  • CantonCanton(CC)$0.1004856.50%
  • Ethena USDeEthena USDe(USDE)$1.000.00%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.32-2.00%
  • litecoinLitecoin(LTC)$45.38-1.10%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • Circle USYCCircle USYC(USYC)$1.130.20%
  • hedera-hashgraphHedera(HBAR)$0.0685690.00%
  • suiSui(SUI)$0.690.40%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • avalanche-2Avalanche(AVAX)$6.470.50%
  • shiba-inuShiba Inu(SHIB)$0.0000050.30%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • tether-goldTether Gold(XAUT)$4,307.03-0.60%
  • uniswapUniswap(UNI)$4.042.00%
  • crypto-com-chainCronos(CRO)$0.048181-2.50%
  • BitwayBitway(BTW)$0.2145313.20%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.14-0.20%
  • nearNEAR Protocol(NEAR)$1.60-0.60%
  • okbOKB(OKB)$93.40-1.80%
  • BittensorBittensor(TAO)$202.49-2.10%
  • pax-goldPAX Gold(PAXG)$4,319.96-0.70%
  • OndoOndo(ONDO)$0.3483580.10%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.0528943.60%
  • AsterAster(ASTER)$0.611.60%
  • HTX DAOHTX DAO(HTX)$0.0000020.20%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • usddUSDD(USDD)$1.000.00%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

NVIDIA Releases NemotronLabs VoiceChat 11B: An Open Full-Duplex Speech-to-Speech Model with ~450 ms Turn-Taking and Live Tool Calling

August 9, 2026
in AI & Technology
Reading Time: 21 mins read
A A
NVIDIA Releases NemotronLabs VoiceChat 11B: An Open Full-Duplex Speech-to-Speech Model with ~450 ms Turn-Taking and Live Tool Calling
ShareShareShareShareShare

NVIDIA has released 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. 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 scripts along with operator-defined “on-hold” lines that fill the gap while an API runs.

Is it deployable?

PARTIAL — deployable today for pilots, not for production. Weights and container are both public, and the license is permissive. But NVIDIA team states the checkpoint is ‘ready for research purposes only,’ and the repo documents real failure modes: a two-minute audio context ceiling, degradation into non-recoverable gibberish after several turns, runaway self-talk after a turn ends, and dropped words in user transcription.

  • Which companies: any team that can allocate one GPU with at least 80 GB of VRAM — A100, H100, RTX 6000 Pro, or B200 on x86_64 Linux. That covers AI-native startups, funded scaleups, enterprise R&D and innovation labs, GPU cloud providers, and university speech groups. There is no hosted API and no inference provider currently serves the model, so teams without GPU access may not evaluate it.
  • Industries: contact centers and CX platforms, automotive in-cabin assistants, retail and drive-thru ordering, telecom IVR modernization, games and NPC dialogue, and accessibility tooling.
  • Applications: barge-in-capable voice agents, voice front-ends over internal APIs, live-lookup assistants (weather, pricing, order status), and duplex latency benchmarking harnesses.

Architecture

The model is a hybrid Mamba/Transformer, assembled from three existing NVIDIA components along with one new output path:

  • A Fast Conformer speech encoder from Nemotron-Speech-Streaming-En-0.6b, which encodes the incoming 16 kHz stream continuously.
  • The NVIDIA Nemotron Nano v2 LLM backbone, which consumes audio tokens and predicts text tokens.
  • An NVIDIA TTS decoder and codec that predicts audio codes, rendered as 22.05 kHz agent speech.
  • A separate output channel dedicated to tool-calling scripts.

Outputs include agent audio, agent text, and a running user transcription. Training used roughly 550k hours of audio across real and synthetic corpora, building on SALM-Duplex and Audio Flamingo 3.

Tool calls are emitted on the side channel as a block; your code returns results in a block. The notable piece is the on-hold message: per tool, an operator defines a line the agent speaks the moment the model generates the text triggering the call, so the conversation does not fall silent while an API runs.

Constraints are explicit. NVIDIA recommends a maximum of five tools per session, the model cannot reliably call multiple tools simultaneously, and the user cannot interrupt the agent during tool execution. System prompts and tool responses must be ASCII-only and TTS-friendly.

Performance

On Full-Duplex-Bench 1.0: smooth turn-taking TOR 0.82 at 448 ms, user-interruption TOR 1.00 at 480 ms, and pause-handling TOR of 0.153 (synthetic) and 0.255 (Candor), where lower is better.

On AU Harness BFCL-v3 spoken tool calling: 58.5% simple, 62.5% multiple, 42.5% parallel, 27.5% parallel-multiple, 89.6% irrelevance, 56.1% average. On Full-Duplex-Bench v3: 82.5% tool selection, 44.2% argument accuracy, 33% pass@1.

NVIDIA reports the model ranks #2 among open full-duplex models on VoiceBench and #2 among open models on Full-Duplex-Bench 1.0.

Interactive explainer

Key Takeaways

  • One 11B model replaces the ASR → LLM → TTS chain, at 448 ms measured turn-taking latency.
  • First open full-duplex model with tool calling, using a side channel plus operator-defined on-hold messages.
  • Weights are OpenMDW-1.1 permissive, but NVIDIA labels the checkpoint research-only.
  • Requires one 80 GB GPU; no hosted API exists today.

Check out the Hugging Face model card, GitHub (NeMo Speech) and NGC container. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us

YOU MAY ALSO LIKE

How To Use Claude’s Voice Mode

Top LLM Observability and Evaluation Platforms in 2026: Langfuse, LangSmith, Braintrust, Arize, and More Compared


Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.

Credit: Source link

ShareTweetSendSharePin

Related Posts

How To Use Claude’s Voice Mode
AI & Technology

How To Use Claude’s Voice Mode

August 9, 2026
Top LLM Observability and Evaluation Platforms in 2026: Langfuse, LangSmith, Braintrust, Arize, and More Compared
AI & Technology

Top LLM Observability and Evaluation Platforms in 2026: Langfuse, LangSmith, Braintrust, Arize, and More Compared

August 9, 2026
Here’s How To Format A USB Drive On Windows
AI & Technology

Here’s How To Format A USB Drive On Windows

August 9, 2026
How To Use ChatGPT’s New, More Natural Voice Mode For Conversations
AI & Technology

How To Use ChatGPT’s New, More Natural Voice Mode For Conversations

August 9, 2026
Next Post
Bruce Springsteen pays tribute to Clive Davis at New York funeral

Bruce Springsteen pays tribute to Clive Davis at New York funeral

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Trump, Hegseth clashed at Camp David over Iran missile depletion concerns – The Washington Post

Trump, Hegseth clashed at Camp David over Iran missile depletion concerns – The Washington Post

August 6, 2026
Morning News NOW Full Episode – July 3

Morning News NOW Full Episode – July 3

August 7, 2026
Perez Hilton faces long recovery after self-harm live stream – BBC

Perez Hilton faces long recovery after self-harm live stream – BBC

August 9, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!