ByteDance Seed Introduces SeedRealtime: a Native Audio-Visual Full-Duplex LLM That Watches, Listens and Speaks in One Model

ByteDance’s Seed team has launched SeedRealtime, a model that processes audio, video, and text within a single architecture. Unlike standard systems that…

By Vane August 10, 2026 2 min read
ByteDance Seed Introduces SeedRealtime: a Native Audio-Visual Full-Duplex LLM That Watches, Listens and Speaks in One Model

ByteDance’s Seed team has launched SeedRealtime, a model that processes audio, video, and text within a single architecture. Unlike standard systems that handle one turn at a time, this tool interacts in real time over continuous streams. The developers state the technology addresses three specific areas: joint audio-visual understanding, proactive interaction, and natural conversational timing. The goal is to remove the cascaded chain of separate modules for speech-to-text, vision, and text-to-speech. SeedRealtime runs perception, understanding, decision-making, and expression in parallel inside one end-to-end model. Turn-taking moves inside the model as well, replacing the external voice-activity detector most real-time stacks still depend on.

Is it deployable

It is partly deployable.

SeedRealtime is live inside the Doubao app, ByteDance’s consumer assistant. For this specific model, ByteDance has published no technical report, no parameter count, no open weights, and no Volcano Engine or BytePlus endpoint. As a third-party team, you cannot integrate it as of now. What is deployable right now is the idea: a validated reference architecture, and a moved goalpost for anyone shipping real-time voice-plus-camera products.

What is actually new in the demos

Seed published seven scenarios. Four are load-bearing.

At a noisy group dinner, the model matches names to faces as people are introduced, then keeps each voice tied to its identity. It attributes conflicting travel preferences to the right speaker before proposing a plan.

At the Hebei Museum, a user asks to be reminded when a specific bronze screen stand appears. The camera keeps panning; the model watches and speaks up unprompted when the piece enters frame. The same behavior shows up on a ResNet paper. The model tracks fast page flips, spots the “3.4 Implementation” section, pauses on its own, and reads out learning rate, momentum and weight decay.

Watching an espresso workflow, the model interrupts when whole beans go into the portafilter. It then reads crema color and volume and suggests shortening extraction by 2 to 3 seconds.

At Beijing Daxing Airport, unrelated chatter about a flight does not trigger a reply. When the user actually asks, the model answers from departure-board information that has already scrolled off screen, and goes online for the baggage-carousel location.

What it means

For the people building these tools, the shift is from stitching together distinct services to running a single process. The model handles the timing of when to listen and when to speak internally. This removes the lag caused by external detection layers. Users get a system that reacts to what is happening in the room without waiting for a prompt.

Scroll to Top