Wan-Streamer v0.2 is Alibaba's latest research push toward something that has been surprisingly hard to build: a single AI model that can simultaneously watch you, listen to you, think, and respond with synchronized speech and video , in real time. The new version ships a major visual upgrade without touching the latency, going from a blurry 192p proof-of-concept to a crisp 640×368 stream at 25 FPS, all while keeping the total round-trip time at roughly 550ms.

One model to rule all the modalities

Most "real-time" AI video systems are actually pipelines: a speech recognizer feeds a language model, which feeds a text-to-speech engine, which drives a separate avatar renderer. Each handoff adds latency and a new failure mode. Unlike cascaded interactive systems that rely on separate VAD, ASR, language, TTS, audio-driven animation, or video-generation modules, Wan-Streamer does not rely on external modules , perception, reasoning, generation, response timing, turn management, and cross-modal synchronization are learned jointly within one unified model.

Wan-Streamer is a native-streaming, end-to-end interactive foundation model designed from the ground up for real-time, low-latency, full-duplex audio-visual interaction. It seamlessly models language, audio, and video as both input and output within a single Transformer, where the sequence is represented as interleaved visual, audio, and text tokens, coordinated by block-causal attention for incremental streaming. Block-causal attention means the model can look back at everything it has already generated, but cannot peek ahead , a constraint that makes true streaming possible.

Wan Streamer is the only end-to-end model that outputs synchronized audio and video, and it does so under 0.6 seconds. Systems like GPT-4o or Moshi handle speech-to-speech interaction but produce no visual output. Avatar systems do produce video, but their latency excludes the external language model, ASR, and TTS they depend on, so their true user-visible latency is higher than shown.

Alpha Signal

Don't miss what's next in AI

Join 300,000+ engineers and researchers who get the signal, not the noise.

  • Full access to in-depth AI research breakdowns
  • Be the first to know what's trending before it hits mainstream
  • Daily curated papers, repos, and industry moves