Tavus's real-time turn-taking model — it reads the whole audio scene every 10ms to decide when a conversational AI should listen, wait, or speak. It reasons over noise rather than cancelling it, and it is proprietary, not open source.
Last verified · 2026-09-09 · by Moe Ameen
Sparrow-2 is Tavus's real-time conversational-understanding model, announced on August 27, 2026. Its job is turn-taking: deciding, moment to moment in a live conversation, whether the person talking to an AI has finished a turn, is just pausing to think, or is interrupting. It sits inside Tavus's Conversational Video Interface (CVI) and PAL agents, alongside the company's Phoenix (video rendering) and Raven (emotional intelligence) models, and it powers Tavus's real-time avatars.
Its defining idea is to treat the whole incoming audio stream as evidence. Instead of the traditional voice-activity-detection-plus-timeout approach, Sparrow-2 models tone, pauses, speaker identity, backchannels ("mm-hm"), interruptions, and ambient noise together — updating its read of the conversation at a native 10ms frame rate, up from Sparrow-1's 40ms. Tavus frames this as a fresh take on the "cocktail party problem": understand the noisy room rather than scrub it. Notably, its handling of noise is understanding, not cancellation.
Tavus positions Sparrow-2 as state-of-the-art on TurnBench, an independent, triple-annotated benchmark with a public leaderboard. On the dev split it reports the highest end-of-turn recall in the field (about 92%) and interruption recall (about 97%), plus a conversation failure rate near 2.1% that it calls roughly 4x lower than the best alternative it tested. TurnBench is third-party; treat the specific figures as Tavus-reported until independently reproduced.
Two boundaries matter for anyone doing content work. First, it is proprietary and coupled to the Tavus stack — reachable via the Tavus API, the no-code PAL Maker, and CVI, with no open-source release or standalone self-host. Second, it is infrastructure for live agents: it writes no script, renders no video, edits no audio, and publishes nowhere. It decides when the AI should talk. That is the whole product.
Sparrow-2 does not make content — it makes conversations feel human. But the moment you run a Sparrow-2-powered agent live, you generate something a content engine can use: recordings. A recorded demo of your avatar handling a tricky sales question, a customer conversation you have consent to share, a screen capture of the agent working — that raw conversational footage is the exact input [Kompozy](/) is built to turn into publishable content. Point Kompozy at the recording and it produces [Clipped Shorts](/glossary/clipped-short): the best 20–40 seconds, reframed to 9:16, 1:1, and 16:9 and captioned automatically, so one demo call becomes a week of platform-native shorts instead of a file that sits in a drive.
And where you have no footage to clip, Kompozy generates net-new avatar content the live model never touches. [Persona Shorts](/glossary/persona-shorts) render a talking-head avatar reading a script you wrote — a product explainer, a launch announcement, a feature walkthrough — while [Persona HeyGen](/ai-tools/heygen-video-agent) handles longer, multi-scene pieces. Everything stays on one voice via the [Persona Brief](/glossary/persona-brief), and [autopilot](/glossary/autopilot) schedules the batch across eight social platforms plus blog and email. Clean division of labor: Sparrow-2 runs the live conversation, Kompozy turns the recordings and your scripts into finished, scheduled content. (Kompozy's avatar video runs on HeyGen, not Tavus, so this is a repurposing-and-generation layer around your agent, not a plug-in.)
Sparrow-2 is Tavus's real-time turn-taking (conversational-understanding) model, announced August 27, 2026. It reads the whole audio scene — tone, pauses, speaker identity, backchannels, interruptions, and noise — roughly every 10ms to decide when a conversational AI should listen, wait, or speak. It powers Tavus's real-time avatars via the Tavus API, PAL Maker, and CVI.
Neither. It is proprietary and available only through Tavus, and it does not cancel noise — it reasons over background noise to time conversational turns. There is no open-source model or standalone self-host option.
Tavus reports it ranks #1 on the independent TurnBench benchmark's dev split — about 92% end-of-turn recall and 97% interruption recall — with a conversation failure rate near 2.1% it calls roughly 4x lower than the best alternative it tested. Treat the specific numbers as vendor-reported until reproduced independently.
No. It is infrastructure for live conversational agents and generates no media. To turn agent recordings into shorts, or to make net-new avatar video, and publish it, pair it with a content engine like Kompozy, which clips, captions, generates persona video, and distributes across the eight social platforms plus blog and email.
VAD plus a fixed silence timeout only detects speech and guesses the turn is over after a set pause. Sparrow-2 predicts the actual conversational state — done, thinking, or interrupting — from the whole scene every 10ms, so it holds through thinking pauses and catches interruptions far more reliably.