Alibaba Launches Qwen3.5-Omni: Unified Text, Audio, Video Model with Voice Cloning

On March 30, Alibaba's Qwen team released Qwen3.5-Omni, their first truly all-modal model—text, images, audio, and video all processed within a single model, not a patchwork of specialized models stitched together.

One Model, Four Modalities

Most multimodal systems on the market have relied on a "division of labor": one model for vision, another for audio, and a text model to unify the output. Qwen3.5-Omni is different, using a Thinker-Talker dual architecture with hybrid attention MoE (30B total parameters, 3B activated per step), where all modalities run within the same parameter set.

This enables capabilities previously out of reach:

  • Joint audio-video understanding: After watching a video, the model can answer questions by combining the visual content with the dialogue audio, rather than first transcribing the audio and then analyzing the video separately.
  • Real-time voice cloning: Upload a voice sample, and the model can replicate that voice for subsequent output (currently available via API).
  • Audio-video Vibe Coding: Record a screen narration, and Qwen3.5-Omni directly generates corresponding code without typing.

Specifications at a Glance

SpecificationValue
Total Parameters30B MoE
Activated Parameters per Step3B
Context Window256K tokens
Max Audio Processing Duration10+ hours
Max Video Processing400 seconds at 720p @1FPS
Speech Recognition Languages113
Speech Output Languages36

Three versions: Plus (flagship for complex tasks), Flash (balanced speed and performance), and Light (lightweight and fast).

Benchmark Performance

It achieved state-of-the-art results across 215 test datasets and benchmarks, with audio performance directly surpassing Gemini 3.1 Pro:

  • MMAU Audio Comprehensive Understanding: 82.2 vs. Gemini 3.1 Pro's 81.1
  • Music Understanding RUL-MuchoMusic: 72.4 vs. 59.6, a significant gap
  • Multilingual Voice Cloning Stability: Surpassed ElevenLabs, GPT-Audio, and Minimax

Real-time conversation latency has been reduced to 234 milliseconds, using ARIA technology (Adaptive Rate Interleave Alignment) to dynamically adjust speech rhythm for more natural output, rather than mechanical reading.

General capabilities have not regressed either: MMMU visual understanding at 82.0%, HumanEval code at 92.6%, and LibriSpeech speech recognition word error rate at 1.7%, all in the top tier.

The Voice AI Landscape Is Shifting

ElevenLabs has long been the benchmark in voice cloning, but Qwen3.5-Omni has surpassed it in multilingual voice stability. More importantly, it has made voice cloning a built-in feature of a comprehensive multimodal model, rather than a standalone vertical product.

Of course, voice cloning is currently only available via API and has not yet been integrated into the product interface, likely awaiting the commercialization pace to catch up before broader release.

The model's training data includes over 100 million hours of audio and video content—a scale necessary to support genuine cross-modal understanding.

The audio-video Vibe Coding feature is an interesting direction: previously, Vibe Coding involved describing requirements in natural language; now, it involves recording a video explanation directly on screen, with the model watching the video and writing code. If this path proves viable, it could represent a very different programming interaction paradigm.

Sources: Qwen 3.5 Omni: Alibaba's AI Model Can Now Hear, Watch, and Clone Your Voice (Decrypt); Qwen3.5-Omni: 10-Hour Audio, 4M Frame Video, SOTA in 215 Benchmarks (StableLearn); CocoLoop; Alibaba Qwen Team Releases Qwen3.5 Omni (MarkTechPost)