
Qwen3.8-Omni-Flash vs Qwen2.5-Omni: 18 Months On, the Upgrade Lost Its Voice
- OrcaNEWOrca: OrcaCyber Zero 1.02026-09-17$3.00 / $5.00 per 1M tokens
- orcaNEWOrca: OrcaVerify Text 1.02026-09-16$2.00 / $0.00 per 1M tokens
- deepseekNEWDeepSeek: DeepSeek V4.1 Flash2026-09-1040Intelligence
- openaiNEWOpenAI: GPT-6 Astra2026-09-0453Intelligence77Coding
- googleGoogle: Gemini 3.8 Flash2026-09-0241Intelligence76Coding
- qwenQwen: Qwen3.8 Max (0902)2026-09-0245Intelligence76Coding
- anthropicAnthropic: Claude Fable 5.12026-09-0153Intelligence82Coding
- AlibabaQwen: Qwen3.8 Flash2026-08-26$0.15 / $0.47 per 1M tokens
- z-aiZ.ai: GLM 5.3 Flash2026-08-2642Intelligence72Coding
- DeepSeekDeepSeek: DeepSeek V4 Flash Vision (Exp)2026-08-21$0.22 / $0.66 per 1M tokens
- z-aiZ.ai: GLM 5.32026-08-1845Intelligence75Coding
- obsidianQwen3.8 27B2026-08-1534Intelligence68Coding
- deepseekDeepSeek: DeepSeek V4 Pro 08132026-08-1236Intelligence69Coding
- grokSpaceXAI: Grok 4.62026-08-1244Intelligence77Coding
- metaMeta: Muse Spark 1.22026-08-0540Intelligence72Coding
- qwenQwen: Qwen3.8 Max2026-08-0345Intelligence76Coding
- deepseekDeepSeek: DeepSeek V4 Flash 07312026-07-3135Intelligence69Coding
- minimaxMiniMax: MiniMax-H32026-07-31minimax/minimax-h3
- qwenQwen: Qwen3.7 Flash2026-07-27$0.03 / $0.13 per 1M tokens
- orcaOrcaDub: OrcaDub 1.02026-07-27orca/dub
Here is the fact that makes this comparison more interesting than a generational refresh. The older model can talk and the newer one cannot. Qwen2.5-Omni, released in March 2025, took text, images, audio and video as input and replied in text or in streaming natural speech, in a single end-to-end model you could download. Qwen3.8-Omni-Flash, released on 18 September 2026, takes the same four modalities across a context window thirty times larger, ingests an hour of continuous audio-video where its ancestor handled seconds, and returns text only. Eighteen months of work bought a vastly wider intake and gave up the output channel. Whether that is progress or a trade depends entirely on what you were using the old model for — and the answer splits cleanly in two.
The figures for Qwen2.5-Omni are the vendor's, from its March 2025 release materials, and eighteen months of wide deployment have partly validated them. The figures for Qwen3.8-Omni-Flash are also Alibaba's, from launch materials published hours before this was written, and nothing in them has been independently reproduced. Where a claim comes from a critic rather than the vendor it is attributed as such. The one structural fact that needs no verification is also the most consequential: Qwen2.5-Omni is open-weight and downloadable, and Qwen3.8-Omni-Flash is not.
What Qwen2.5-Omni was, and why it mattered
When it shipped on 26 March 2025, Qwen2.5-Omni was the first end-to-end omni-modal model in the family — the release framed it as the answer to the "zoo of specialists" problem, where transcription, vision and voice each needed a separate model and a separate glue layer. The 7B model handled all four input modalities and both text and speech output, claimed state-of-the-art results on the OmniBench fusion benchmark ahead of Gemini-1.5-Pro, and reported a speech-generation quality score of 4.51 that Alibaba described as human-level. A 3B variant followed the same architecture.
The engineering that made it work is worth naming, because the new model does not use it. Thinker-Talker split the job in two: a Thinker transformer fused the audio and image encoders and produced semantics and text, while a Talker streamed speech tokens from the Thinker's hidden states, sharing full conversational history. Time-aligned multimodal RoPE (TMRoPE) interleaved video and audio positions so the two streams stayed in sync. Block-wise streaming let encoders do perception while the language model handled long sequences, which is what made low-latency spoken replies possible. Two fixed voices shipped with it, Chelsie and Ethan.
The constraints were just as real. Context was 32,768 tokens. Memory was the binding limit far more than compute: Alibaba's own tables put BF16 inference with FlashAttention-2 at roughly 31GB of GPU memory for a 15-second video, 42GB for 30 seconds and 60GB for a full minute. A minute of video, on a 7B model, on one of the largest single GPUs you could rent. That number is the one to keep in view, because it is the number the 2026 model was built to destroy.
What Qwen3.8-Omni-Flash is
The new model is native omni-modal rather than assembled — built directly on the Qwen3.8-Flash architecture line rather than as a text LLM with perception encoders bolted on, which is a structural difference and not just a generation label. It accepts text, image, audio and video, including stereo and four-channel spatial audio, and returns text across a one-million-token context with roughly 991K maximum input, 131K maximum output and a 262K reasoning budget. It handles up to one hour of continuous audio-video per call. Speech recognition covers 74 languages, with speech generation across 29 handled in the surrounding tooling rather than by the model. It is available on the Qianwen AI platform and Alibaba Cloud Model Studio under the id qwen3-8-omni-flash, at $0.15 per million input tokens and $0.47 per million output, with cached input at $0.016.

Eighteen months, dimension by dimension
• Context — Qwen2.5-Omni 32,768 tokens against Qwen3.8-Omni-Flash at one million, roughly a thirty-fold increase.
• Media duration — seconds of video, bounded by GPU memory, against one hour of continuous audio-video in a single hosted call.
• Output — text plus streaming natural speech on the old model; text only on the new one.
• Deployment — Qwen2.5-Omni is open-weight under Apache-2.0, downloadable from Hugging Face and ModelScope; Qwen3.8-Omni-Flash is API-only with no announced release of weights.
• Hardware — 7B parameters needing up to ~60GB of GPU memory for a minute of video, against a hosted endpoint you do not provision at all.
• Price — the old model costs you a GPU; the new one costs $0.15 per million input tokens, and Alibaba claims audio input per hour is 98% cheaper than the Qwen3.5-Omni-Plus generation it replaces.
• Speech generation — two fixed voices in 2025, against 29 languages of speech generation in 2026 tooling, none of it produced by the model itself.
The trade nobody advertised
Read the two spec sheets together and the shape of the last eighteen months becomes clear. Alibaba spent the interval solving intake — how much media a model can absorb, how cheaply, and how much of the deciding it can do itself. Qwen3.8-Omni-Flash is a triumph on that axis. The Agentic Understanding mode, in which the model chooses what to sample rather than processing every frame, cuts tokens per query from 145,736 to 79,117 while raising OmniVideoBench accuracy from 63.4 to 67.8, and the vendor reports speaker-diarisation error on AliMeeting collapsing from 88.11 to 3.35.
What the interval did not prioritise is output. The 2025 model's defining trick — one model that hears you and answers out loud, end to end, with no separate speech synthesiser — has no successor here. If you built a voice agent, a dubbing pipeline or an accessibility tool on Qwen2.5-Omni's Talker, the 2026 model is not an upgrade to it; it is a component you would have to bolt a new text-to-speech stage onto, adding latency and a vendor to a pipeline that previously had neither. The launch materials are honest about this if you read the modality line closely, but it is not the headline, and anyone migrating on the assumption that "omni" means the same thing in both releases will discover the difference in production.

Why the 2025 model still has a job
Three reasons, and none of them is nostalgia. The first is the voice, as above. The second is open weights: 32K of context and a 7B footprint will run on hardware you control, offline, with no data leaving the building and no per-token meter — the only option if your audio is subject to a residency rule or your latency budget forbids a round trip. The third is cost at very low volume. A GPU you already own is free at the margin; the hosted model's $0.15 per million tokens is cheap but not zero, and the fixed cost of provisioning against it is real for a workload that runs twice a week.
The counterargument is that the old model's constraints bite harder every year. A minute of video, 32K of context, and no tool calling or structured output in a world where agents are the default deployment shape is a narrow envelope. For a pipeline that must ingest recorded meetings, Qwen3.8-Omni-Flash is not merely better — it is the difference between possible and not, because the 2025 model physically cannot hold the input.
It is worth being concrete about how much life is left in the old weights, because "legacy" undersells them. The Qwen2.5-Omni-7B repository recorded 343,676 downloads in the last month when we checked it on 18 September 2026, with around a hundred community Spaces and dozens of fine-tunes, adapters and quantisations built on top. Whatever the flagship does, a large population of people is still shipping on the 2025 model — and, notably, Hugging Face listed no inference provider deploying it, which means almost all of that usage is self-hosted.
The new model improves the old one
The strangest and most persuasive detail in the launch is buried near the end of the materials. In an experiment Alibaba describes as a model optimising a model, Qwen3.8-Omni-Flash autonomously improved the Sichuan-dialect speech recognition of Qwen2.5-Omni-3B — the small sibling of the model it is nominally replacing — cutting character error rate from 25.79% to 15.30% within twelve hours and building 3,413 training samples across four rounds.
That is a better argument for the newer model than any benchmark in the release, and it reframes the relationship between the two. The 2026 model is not only a replacement for the 2025 one; it is a tool that makes the 2025 weights better. If you are running Qwen2.5-Omni in production for a language or dialect it handles poorly, the practical path may be to keep the deployment and use the new model to build the training data, rather than to migrate the workload. Note, though, that this is a vendor-reported demonstration with no published methodology, and it should be treated as an encouraging anecdote rather than a reproducible recipe.

If you are migrating
The decision rarely comes down to one model. A team leaving a self-hosted omni model is choosing between three shapes: stay on open weights and keep provisioning, move to a vendor API and give up control, or split the workload so that only the part that needs a million-token intake goes to the hosted model. That third option is usually right and is also the one people skip, because it sounds like more work than it is — the dialect fine-tune you spent a month on does not have to be thrown away because the meeting-summarisation stage moved.
Where routing helps is at the seams. OrcaRouter gives you one key across more than 200 models with 0% markup on provider list price and automatic failover if an endpoint degrades, which means the hosted half of a split pipeline does not need its own contract, its own client code and its own monitoring before you know whether the workload justifies any of it. To be clear about what we do not do: neither omni model is in our catalogue — both run on Alibaba's platforms or on your own hardware — so this is a routing decision you are making around the models, not through us.
Who should move, and who should not
Move if your workload is long-form audio or video, if 32K of context is the thing stopping a pipeline from existing, if you need agentic behaviour over media, or if speaker diarisation at scale is the problem you have. Stay if you need the model to speak, if your audio cannot leave your infrastructure, if you depend on the specific Qwen2.5-Omni weights you have already tuned, or if your call volume is low enough that a GPU you own beats a meter.
The uncomfortable summary is that this is less a replacement than a fork in the product line. Alibaba has spent eighteen months building the best intake model it can and has not built a successor to the output half. If your work lives on the intake side, the upgrade is close to compulsory. If it lives on the output side, the 2025 model is still the newest thing that does what you need — and that is worth knowing before you plan a migration that would quietly delete a capability you depend on.
