Multimodal AI
Alibaba just shipped a model that hears, sees, and speaks, and it runs on a phone
Alibaba's Qwen2.5-Omni processes text, images, audio, and video end-to-end, generating text and natural speech in real time. Benchmarks show it matches specialized models in vision and audio, and a 4-bit quantized version runs on an RTX 3080 or a Snapdragon phone.
Emmanuel Fabrice Omgbwa Yasse AI-assisted
2026-07-20 · 5 min read

The AI model landscape has long been organized by sense: vision models for images, audio models for sound, text models for language. That taxonomy only makes sense inside a research lab. In the real world, a conversation involves facial expressions, tone of voice, and the words themselves, all at once. Alibaba Cloud's Qwen team is betting that the next frontier is simply everything at once, a bet consistent with how the company is placing Qwen inside hardware.
With the release of Qwen2.5-Omni, the company is shipping an end-to-end multimodal model that ingests text, images, audio, and video, and outputs both text and natural speech in a streaming fashion. The model is open-source (7B and 3B parameter versions are available under permissive licenses), and the team has published a detailed technical report. The numbers alone tell a story that demands attention.
A challenger to both Gemini and the Qwen family itself
One of the most striking results in the Qwen2.5-Omni paper is the OmniBench table: on the spoken language understanding and reasoning benchmark MMSU, the 7B model scored 61.32, trailing only Baichuan-Omni-1.5's 57.25 among open-source peers but crucially ahead of every other open alternative. On the broader OmniBench suite, which tests speech, sound events, and music, Qwen2.5-Omni-7B achieved 56.13%, handily beating Gemini-1.5-Pro's 42.91% and MiniCPM-o's 40.50%. On audio-only reasoning via MMAU, it scored 65.60, dwarfing Qwen2-Audio (49.20) and even Gemini-Pro-V1.5 (54.90).
But the real eyebrow-raiser is how the model compares to its own specialized siblings. Qwen2.5-Omni-7B's image-to-text scores on MMMU (59.2), MathVista (67.9), TextVQA (84.4), and DocVQA (95.2) are within a hair of Qwen2.5-VL-7B's numbers, 58.6, 68.2, 84.9, and 95.7 respectively. The video benchmarks are similarly tight: on MVBench, the omnimodel edges ahead of the vision-only variant 70.3 to 69.6. The implication is that adding audio and speech understanding did not degrade vision performance, a non-trivial architectural achievement.
On the audio side, Qwen2.5-Omni-7B's ASR word error rate on LibriSpeech test-other is 3.4, matching Whisper-large-v3 and beating Llama-3-8B (3.4 vs a reported 3.5). On Common Voice English, it hits 7.6, again competitive with Whisper-large-v3's 9.3. For speech-to-text translation on CoVoST2 (en-de), it scores 30.2, ahead of Qwen2-Audio (29.9) and MiniCPM-o (who did not report English-to-German). The speech generation metrics, WER on the Seed-TTS hard benchmark, are 6.54 for the RL model, competitive with CosyVoice 2-S's 8.08 and Seed-TTS_RL's 6.42. For context on how rare this kind of voice quality is, see the missing 'ums' and 'uhs' in AI speech.
The architecture: Thinker and Talker
Under the hood, Qwen2.5-Omni uses a two-block architecture called Thinker-Talker. The Thinker is a multimodal transformer that interleaves text, image, audio, and video tokens using a custom position embedding called TMRoPE (Time-aligned Multimodal RoPE), which synchronizes video frames with their audio tracks at the timestamp level. The Talker is a dedicated speech decoder that takes the Thinker's hidden states and produces streaming audio output. This separation allows the system to, for example, transcribe a user's spoken query while generating a spoken response without waiting for the entire input to finish. OpenAI's gpt-live-1 uses a similar approach for real-time voice.
The model also supports chunked audio input for real-time interaction, a feature the team demonstrated via the Qwen Chat voice and video call interface, and which is now available for developers through an OpenAI-compatible API at DashScope.
But the coolest feat may be running on a phone
Perhaps the most practical achievement here is not a benchmark score but a table of memory consumption. Qwen2.5-Omni-7B in BF16 requires 31.11 GB for a 15-second video input, well beyond what a consumer GPU can handle. But the team released 4-bit quantized versions (GPTQ-Int4 and AWQ) that slash that requirement to 11.64 GB and 11.77 GB respectively, enabling inference on an RTX 3080 or 4080. More impressively, the model now runs on edge devices via MNN: a 7B variant on a Snapdragon 8 Gen 1 phone uses 5.8 GB peak RAM and decodes 11.52 tokens per second, slow but usable for basic voice chat. A 3B model on a Snapdragon 8 Elite pushes decode to 23.31 tok/s. This aligns with findings that open-weight models can now fit on consumer hardware.
Mobilizing a model that understands spoken questions about a live camera feed while speaking back is not just a demo; it opens use cases in field service, accessibility, and real-time translation that would have required several separate models glued together.
Enterprise implications: the air-gapped Qwen
Qwen2.5-Omni also arrives alongside an infrastructure play: the Hermetic AI Sandbox, a reference architecture by Alibaba Cloud MVP Arslan ud Din Shafiq for deploying Qwen models in fully air-gapped VPCs with no internet access. The setup uses Alibaba Cloud's PAI-EAS Dedicated Resource Groups, VPC Endpoints for OSS storage, and PrivateZone DNS to route model weight loads without ever touching the public internet. It explicitly sets "enable_internet_access": false and substitutes external RAG toolchains with internal proxies pulling from Jira, Confluence, or on-prem databases.
This matters because compliance in banking, healthcare, and defense often blocks generative AI deployment outright. Showing a path to deploy the same state-of-the-art model without any API call leaving the VPC could unlock procurement cycles that were stalled. It's a natural extension of Alibaba's broader bet on secure AI infrastructure.
The catch: no Siri-level polish on the wrist yet
That is not to say Qwen2.5-Omni is ready to replace specialized voice assistants. The watchOS 27 beta preview by The Verge, for comparison, highlights how Apple's Siri AI benefits from tight integration, consistent answers across phone and watch, shared context, and a decade of user interface refinement. A general-purpose multimodal model does not yet have that advantage. Qwen2.5-Omni's voice chat on a phone works, but latency, prompt fragility (the system prompt must be set verbatim for audio output to work), and the lack of a polished wake-word experience keep it in the developer sandbox for now.
Still, the technical direction is clear. Where 2024 was the year of the chat model, 2025 increasingly looks like the year of the walking, talking, seeing AI. Qwen2.5-Omni shows that unified architectures can match specialized ones without compromise, and that open-source can push that frontier as fast as the largest labs. The key question now: who will make these models feel natural first? For a clue, consider the broader shift toward multimodal pipeline thinking.
Get the tech essentials in 3 minutes every morning
One email, every weekday, with what actually matters in AI and tech.