Skip to content

Joint audio-video generation

Models that jointly synthesize synchronized video and audio from a single prompt within one architecture, rather than chaining T2V→V2A or A2V→video pipelines. The emerging open-source consensus is a dual-stream diffusion transformer with bidirectional cross-attention at every block coupling a video tower and an audio tower; capacity allocation, joint vs separate text encoders, and cross-modal CFG knobs are the main axes of disagreement. Proprietary reference points are Veo 3, Sora 2, Kling 2.6/3.0 (Kling Video 2.6 — first Kling AI model with native audio (announcement)); the open-source frontier is now defined by LTX-2 (LTX-2: Efficient Joint Audio-Visual Foundation Model), MOVA (MOVA: Towards Scalable and Synchronized Video-Audio Generation), and SkyReels-V4 (SkyReels-V4: Multi-modal Video-Audio Generation, Inpainting and Editing model).

  • [2026-07-20] Happy Oyster — Real-Time World Model for Interactive Creation: Happy Oyster (Alibaba Token Hub) claims joint audio-video generation inside a real-time interactive-rollout WFM — a corner of the concept mostly populated by offline dual-stream DiTs (SkyReels-V4, Ovi, 3MDiT, HunyuanImage/Video variants). Product framing only, no architecture; but pins joint AV as a base-product-surface requirement rather than a post-hoc TTS/V2A pipeline, alongside Runway GWM-1’s audio channel and Cosmos 3’s omnimodal action+AV output.
  • [2026-06-01] Cosmos 3: Omnimodal World Models for Physical AI: Cosmos 3 supports synchronous audio-video generation as one of seven generation modes inside a single MoT backbone (stereo 48 kHz audio VAE at 25 tokens/sec aligned via absolute temporal modulation), reaching audio score 7.31/7.34 vs Veo-3.1’s 7.45 while sharing parameters with all other modalities.
  • [2026-05-24] Kling Video 2.6 — first Kling AI model with native audio (announcement): Kuaishou announces Kling Video 2.6 as the first Kling model with native audio — “See the Sound, Hear the Visual”, framed as a single-model joint T2AV rather than a T2V→V2A chain. No architecture, parameter count, sample rate, max duration, or benchmark numbers are disclosed; the launch is a 43-second co-produced short film and a credits promo. Useful only as a closed-source reference point — confirms that the third frontier video lab (after Google Veo and OpenAI Sora) has now shipped native joint audio, leaving Vidu and Pika as the remaining major closed labs whose joint-audio status is unclear.
  • [2026-05-23] OmniForcing: Unleashing Real-time Joint Audio-Visual Generation: OmniForcing — first real-time streaming joint T2AV. Distills the LTX-2 bidirectional dual-stream teacher (14B video + 5B audio) into a causal AR streaming student via a three-stage pipeline: Stage I Bidirectional DMD → causal-conversion stages → Joint Self-Forcing Distillation. Two dual-stream-specific contributions over the video-only Self-Forcing / Causal Forcing / Causal Forcing++ lineage: Asymmetric Block-Causal Alignment + zero-truncation Global Prefix to prevent cross-modal sync drift under asymmetric token rates, and an Audio Sink Token + Identity-RoPE to stabilize the gradient explosion that audio-token sparsity causes during causal shifting. Modality-independent rolling KV-cache at inference. Result: ~25 FPS / ~0.7 s TTFC / ~35× speedup over teacher (5 s clip: 197 s → ~0.7 s first-chunk + streaming), JavisBench fidelity on par with teacher. This is the first wiki entry that takes joint A+V out of the offline-minute-scale regime — orthogonal to the systems-level acceleration FastVideo: Create a 5s 1080p Video in 4.5s on a Single GPU and stackable in principle.
  • [2026-05-23] FastVideo: Create a 5s 1080p Video in 4.5s on a Single GPU: Hao AI Lab FastVideo team accelerates LTX-2.3 (open T2AV) to ~4.55 s end-to-end for 5 s × 1080p × 24 FPS with audio on a single B200, claimed as 3.9× over the next-fastest published 1080p option. Recipe is system-only: NVFP4 linears, SM100/SM103 attention kernels, full-pipeline graph/kernel fusion, optimized ffmpeg I/O — no distillation, no architectural change. The first wiki entry that pushes joint A+V into sub-5-second single-GPU 1080p, on the systems lever rather than the algorithmic one.
  • [2026-05-23] The Design Space of Tri-Modal Masked Diffusion Models: Apple’s tri-modal Masked Diffusion Model — discrete-token unified vocabulary over text + image + audio, single transformer trunk, no dual-stream cross-attention. Pretrained from scratch (3B, 6.4T tokens) on text + image-text + audio-text. Provides the design-space study (SDE batch-size invariance, γ0.50\gamma^* \approx 0.50 drift-horizon allocation, multiplicative Kaplan-form scaling laws with DN0.476D^* \propto N^{0.476}) that the dual-stream DiT cluster has not yet produced. The first credible alternative architectural family to dual-stream DiT for unified multimodal generation — though currently text+image+audio, not text+image+audio+video.
  • [2026-05-23] SkyReels-V4: Multi-modal Video-Audio Generation, Inpainting and Editing model: SkyReels’ third entry — symmetric dual-stream MMDiT with one pretrained video branch and one from-scratch audio branch, a shared frozen MLLM text encoder, audio RoPE rescaled by ~10.4× to match video time, and a unified channel-concatenation inpainting interface that handles T2V / I2V / extension / interpolation / editing as different mask configurations. Targets 1080p × 32 FPS × 15 s multi-shot via a two-pass low-res-full + high-res-keyframes pipeline; reports #1 on the Artificial Analysis Arena. The third independent confirmation of the dual-stream + bidirectional cross-attention recipe.
  • [2026-05-22] MOVA: Towards Scalable and Synchronized Video-Audio Generation: OpenMOSS MOVA — 32B / 18B-active MoE with a 14B pretrained video tower + 1.3B pretrained audio tower bridged by bidirectional cross-attention at every block, an Aligned-RoPE mechanism that maps both modalities onto unified physical time, and Dual CFG as a per-scene quality/lip-sync knob. Adds the second open architecture data point and ships a separate 732-prompt MOVA Arena benchmark for reproducible human-preference Elo evaluation of joint A+V models.
  • [2026-05-22] LTX-2: Efficient Joint Audio-Visual Foundation Model: Lightricks LTX-2 — the first credible open T2AV foundation model. Asymmetric dense 14B video + 5B audio dual-stream DiT with bidirectional temporal cross-attention and cross-modality AdaLN; frozen Gemma3-12B + per-stream text connectors + learnable thinking tokens; modality-aware CFG; 18× faster than Wan 2.2-14B at 720p × 121 frames despite generating audio. Sets the open T2AV baseline.
  • Capacity allocation across modalities: dense asymmetric (LTX-2 14B+5B) vs MoE asymmetric (MOVA 32B/18B with 14B+1.3B backbone) vs symmetric architecture with asymmetric init (SkyReels-V4 — symmetric, pretrained video, from-scratch audio). No head-to-head comparison yet on matched compute.
  • Temporal alignment mechanism: per-modality temporal-RoPE rescaling (MOVA Aligned RoPE; SkyReels-V4 218/21× audio rescaling) vs keeping native 3D-vs-1D RoPE and only using the temporal component during cross-modal attention (LTX-2). Are these meaningfully different or two equivalent framings? OmniForcing adds a third option for the streaming setting — an Asymmetric Block-Causal Alignment with a zero-truncation Global Prefix that handles the rate mismatch at chunk boundaries rather than via per-modality RoPE rescaling (OmniForcing: Unleashing Real-time Joint Audio-Visual Generation).
  • Whether the audio branch should be pretrained alongside video or trained from scratch — MOVA pretrains both, LTX-2 trains both jointly, SkyReels-V4 initializes the video branch from a pretrained T2V and trains audio from scratch. Open whether the from-scratch audio branch underperforms in absolute quality or merely in convergence speed.
  • Whether unified-inpainting-as-interface (SkyReels-V4’s channel-concat formulation that subsumes T2V, I2V, extension, interpolation, and editing under one model) scales to longer-than-15-s videos without per-task degradation, or whether dedicated heads are still needed at longer rollouts.
  • Whether the open dual-stream consensus generalizes to more than two synchronized modalities (e.g. + IMU, + depth, + control signals) without breaking the bidirectional-cross-attention-at-every-block recipe. None of the three dual-stream filed papers tests this, but The Design Space of Tri-Modal Masked Diffusion Models supplies a partial answer from the discrete-MDM side: a single trunk + unified vocabulary scales to three modalities at 3B / 6.4T tokens without per-modality towers.
  • Discrete unified MDM vs continuous dual-stream DiT is now an explicit fork. The Design Space of Tri-Modal Masked Diffusion Models is currently scoped to text+image+audio (no video); LTX-2 / MOVA / SkyReels-V4 are video+audio (no joint text generation). Whether the two recipes converge — i.e. whether discrete MDM extends to video tokens, or whether continuous dual-stream DiT extends to interleaved text generation — is open and would determine which recipe survives.
  • The MOVA Arena benchmark (732 prompts, human-preference Elo) is currently the only public evaluation set designed specifically for joint A+V — open question whether the field consolidates around it or fragments. JavisBench (used by OmniForcing) is now a second candidate.
  • Whether closed-source joint A+V systems (Veo 3, Sora 2, Kling 2.6 Kling Video 2.6 — first Kling AI model with native audio (announcement), Seedance 2.0, Vidu Q3) use the same dual-stream-with-bidirectional-cross-attention recipe or something materially different. The open-source convergence is striking, but evidence about the closed-source recipe is indirect — Kling 2.6 in particular ships with zero technical disclosure.
  • How systems-level optimization (NVFP4 + Blackwell-tuned attention + graph fusion, per FastVideo: Create a 5s 1080p Video in 4.5s on a Single GPU) composes with algorithmic step reduction / distillation for joint A+V — neither the LTX-2 paper nor FastVideo combines both. OmniForcing now opens the streaming leg of this comparison, and is the natural target to stack FastVideo’s kernels on top of. The stackability and quality interaction at 1080p × 24 FPS is the obvious next datapoint.
  • Whether the Audio Sink Token + Identity-RoPE recipe is specific to LTX-2’s 5B audio branch, or a general fix for any dual-stream causal-distillation pipeline. OmniForcing: Unleashing Real-time Joint Audio-Visual Generation introduces it but doesn’t ablate against alternative audio-sparsity fixes (e.g. simple loss reweighting, or per-modality gradient clipping). The architectural cleanliness suggests generalizability but it’s untested on MOVA or SkyReels-V4.