Realtime multimodal generation

Aero Realtime

Fully Aligned Input–Output Streams for Low-Latency Streaming Multimodal Generation

A 4B realtime multimodal model that places video, audio, silence, and language on one causal clock—so perception never pauses for generation.

80 msaligned audio slot
4Blanguage model
84 msmedian lag · 4× A6000
20 minworkstation GPU stream
Interactive 4B outputs

One stream. One clock.

Drag the video or waveform. Every bar is one 80 ms audio chunk and one model output slot. Dim slots are <|rt_pad|>: the model chooses silence.

00:00.000/ 00:00
CHUNKED AUDIO + OUTPUT SLOTS± 6 seconds
lexical token silence / rt_pad current slot
Why realtime is different

No turn boundary.

Conventional systems alternate between input and output. Aero appends both to the same KV-cached sequence.

Comparison of turn-based, micro-turn, and Aero Realtime architectures
Model architecture

Silence is a token,
not a separate gate.

At slot t, the audio state is fused with the preceding output embedding. The same language-model head predicts a lexical token or [P], jointly learning when and what to generate.

  • Continuous audio-video input
  • Native proactive policy
  • Cache-valid delta inference
Aero Realtime model architecture
Training recipe

Realtime supervision,
packed at scale.

Time-aligned QA is unified with conventional video instruction data, then trained with modality-aware three-level parallelism.

Realtime data construction
Distributed training infrastructure
Sustained execution · workstation hardware

Always on time.

On four NVIDIA A6000 workstation GPUs, input and output remain overlapped as context grows, keeping the model synchronized with a continuously arriving stream.

Long-horizon processing lag
84 msmedian lag · 4× A6000 workstation GPUs
173 msP95 lag · first 20 min
61.49OVOBench Realtime

These long-horizon numbers are measured on four 48 GB NVIDIA A6000 workstation GPUs—not datacenter accelerators. Aero is an architectural exploration that trades lexical bandwidth for truly duplex, natively proactive multimodal interaction.

Reference

Citation

If this project helps your work, please cite Aero Realtime.

@misc{aero_realtime_2026,
  title = {Aero Realtime: Fully Aligned Input-Output Streams for Low-Latency Streaming Multimodal Generation},
  author = {Aero Realtime Team},
  year = {2026},
  howpublished = {\url{https://github.com/kcz358/aero-realtime}}
}