courses
On the same day as the launch of GLM-5.3 Flash, Alibaba's Qwen team has opened the weights of Qwen3.8-Flash-Next, a multimodal mixture-of-experts (MoE) model that doubles as an early preview of the architecture behind the upcoming Qwen4 family.
This mirrors what Qwen3-Next did for Qwen3.5: release the architectural changes ahead of the full model line so the community can pick them apart first.
The big story here is cost. Thanks to a highly efficient new architecture, Qwen3.8-Flash-Next costs roughly a ninth of what it took to train its predecessor, Qwen3.7-Plus. But it doesn't sacrifice power to get there; it actually beats heavyweights like Claude Opus 4.6 Max on major coding tests like SWE-bench.
In this article, I'll cover everything new with Qwen3.8-Flash-Next, looking at its architecture and features, and exploring the benchmarks. If you want context on some of the other Chinese models, see our guide to Qwen3.8-Max and our tutorial on running DeepSeek-V4-Flash-0731 locally.
In a Nutshell
- Qwen3.8-Flash-Next is an open-weight 125B MoE model (6B active per token) previewing the Qwen4 architecture, released August 26, 2026.
- It beats Claude Opus 4.6 Max on SWE-bench Pro (62.5 vs 53.4), CoWorkBench (73.9 vs 68.2), and JobBench (55.7 vs 36.6).
- Native 262K context, extensible to 1M with YaRN, with up to 8.6x the prefill throughput of Qwen3.7-Plus at 1M tokens.
- Priced at $0.16 per million input tokens and $0.47 per million output on QwenCloud as qwen3.8-flash.
- It trails Claude Opus 4.6 Max on Humanity's Last Exam (35.9 vs 40.0) and has reported brittleness on very long agent chains.
What Is Qwen3.8-Flash-Next?
Qwen3.8-Flash-Next is a multimodal MoE model from Alibaba's Qwen team, released August 26, 2026, positioned as a cost-efficient workhorse rather than a top-tier flagship.
It sits below the Max-class models in intelligence but undercuts almost everything on price, which is the whole point of the "Flash" line.
The model natively supports a 262,144-token context window, extensible to 1,000,000 tokens with YaRN ([Yet another RoPE extensioN] method, a positional encoding technique that stretches a model's context window, letting it handle massive text inputs while maintaining its original performance).
It handles text, image, and video through a single API, which is one of the reasons commentators labeled it an "overnight community darling" in the August 2026 release roundups.
What makes this release matter for practitioners is the benchmark-per-dollar ratio.
Qwen3.8-Flash-Next beats its own 27B sibling on every published benchmark, and it outperforms Claude Opus 4.6 Max on most practical coding and agent evaluations while activating just 6B parameters per token. This is a preview of the Qwen4 architecture, so the design choices here signal where Alibaba is heading next.
What's New With Qwen3.8-Flash-Next
Qwen3.8-Flash-Next upgrades the model along four axes: attention, residual, embedding, and optimization.
Below, I break down what each change actually buys you as a user, rather than just what it is.
Long-context work at a fraction of the compute
The biggest practical gain is speed on long inputs.
Qwen3.8-Flash-Next uses a hybrid attention design, where it compresses most of the context history to save space, and uses a targeted "Sparse Attention" tool to retrieve only the most relevant details when needed.
The speedups at 1 million tokens are massive: up to 7.6x faster prompt processing (prefill) and 4.9x faster generation (decode). In a typical serving setup with cached prefixes, overall throughput jumps by 8.6x compared to Qwen3.7-Plus.
For anyone running high-volume retrieval or repo-scale coding agents, that throughput difference is the feature.
You pay for compute, and this design slashes the bill on exactly the long sequences that used to be notoriously expensive.
Bigger effective capacity without bigger per-token cost
Qwen uses a neat trick called an N-gram Embedding to add 51 billion parameters essentially for free. Instead of just looking at one token at a time, it looks at the current token plus its recent neighbors, giving the model a massive "local-pattern memory."
Because the model knows what to look up in advance, these extra 51B parameters live in standard system memory (RAM), not on the GPU. They get pulled in automatically behind the scenes, meaning they never permanently hog GPU memory or slow down per-token compute.
You get the brains of a much larger model without paying the usual VRAM tax.
Native multimodal input through one API
Qwen3.8-Flash-Next handles text, image, and video through a single interface, and its vision capabilities punch way above its cost tier.
It comfortably beats Claude Opus 4.6 Max on mobile use tests (84.5 vs 62.0 on AndroidWorld) and real-world visual understanding (88.5 vs 73.9 on RealWorldQA).
It also crushes visual math, scoring up to 95.7 on MathVision (well ahead of Opus's 65.5).
If your workflow involves parsing screenshots, charts, or app UIs, Qwen offers a genuine advantage over Claude at this price point.
Controllable reasoning effort and speculative decoding
The API gives you a reasoning effort dial with three settings (high, medium, and low), allowing you to trade deep thinking for lower latency and cheaper requests.
The model is also baked with a multi-token prediction module, which basically means it predicts several steps ahead to speed up generation in real-world workloads.
The practical upshot is control.
You can dial reasoning down for high-volume, cost-sensitive traffic, and crank it up for complex agentic tasks, all using the exact same model ID.
Qwen3.8-Flash-Next Benchmarks
Across the published numbers, Qwen3.8-Flash-Next leads on most coding and agentic benchmarks while trailing on a couple of exam-style reasoning evaluations.
It beats its 27B sibling everywhere, with the largest gaps in agentic work.
All comparisons below come from Qwen's own release table unless stated otherwise.
SWE-bench Pro and SWE-bench Multilingual
SWE-bench Pro measures real repository-level software fixes, and Qwen3.8-Flash-Next scores 62.5, ahead of Claude Opus 4.6 Max's 53.4 and Qwen3.7-Plus's 55.8.
On SWE-bench Multilingual, which tests fixes across languages, it hits 81.0 versus Opus 4.6 Max's 77.5.
These are the numbers that carry the release.
For a 6B-active model to beat a Max-tier Claude on repo-level engineering is the reason it drew so much attention.
DeepSWE 1.1 and agentic coding
DeepSWE 1.1 evaluates agentic coding through harnesses like Claude Code and mini-SWE-agent, and Qwen3.8-Flash-Next scores 58.7 against its 27B sibling's 42.2 and Qwen3.7-Plus's 16.5.
DeepSeek-V4-Flash-0731 sits at 54.4 here.
When we ran DeepSeek-V4-Flash-0731 as a coding agent in our tutorial, it built a full stock analytics website from a single prompt in about 20 minutes, generating chat at roughly 33 tokens per second.
The DeepSWE gap between the two models suggests Qwen3.8-Flash-Next should hold up well in similar agentic coding loops.
CoWorkBench, JobBench, and Toolathlon
On the agent side, the model posts strong numbers across several evaluations:
- CoWorkBench (long-horizon office work): 73.9 vs Claude Opus 4.6 Max's 68.2 and Qwen3.7-Plus's 65.1
- JobBench (professional job tasks): 55.7 vs Opus 4.6 Max's 36.6, a wide margin
- Toolathlon Verified (real-world tool use): 73.5 vs DeepSeek-V4-Flash-0731's 70.3
The JobBench gap stands out.
On professional workflow tasks, Qwen3.8-Flash-Next scores nearly 20 points above a Max-tier Claude, which is the kind of result that makes it worth trialling for enterprise automation.
GPQA Diamond, LiveCodeBench, and where it falls behind
On general reasoning, Qwen3.8-Flash-Next reaches 91.7 on GPQA Diamond (scientific reasoning), just ahead of Claude Opus 4.6 Max's 91.3, and 91.9 on LiveCodeBench v6 (competitive coding) versus Opus 4.6 Max's 88.8.
It does not win everywhere, though.
On Humanity's Last Exam (HLE), which tests multidisciplinary reasoning, it scores 35.9 against Claude Opus 4.6 Max's 40.0. On Agents' Last Exam Pass@1, DeepSeek-V4-Flash-0731 edges it 25.2 to 24.3.
The pattern holds across independent trackers: Qwen3.8-Flash-Next leads on practical coding and agent work, while Claude retains a lead on some exam-style reasoning benchmarks.
Base model performance
Qwen3.8-Flash-Next-Base wins 8 of 14 pretraining benchmarks against the base models of Qwen3.8-27B and the much larger Qwen3.7-Plus.
It leads on MMLU-Pro (73.23), SuperGPQA (51.36), BBH (90.87), GSM8K (93.29), EvalPlus (78.76), SWEBench-Pretrain (50.99), MGSM (89.33), and MMMLU (84.86).
What's striking is that it does this with 6B activated parameters against Qwen3.7-Plus's 17B active and 397B total, and stays within a point of it on MMLU, MMLU-Redux, GPQA, MATH, and MultiPL-E.
The 51B N-gram embedding parameters are deterministically addressed and never enter the per-token matmul budget, so this is genuine efficiency rather than a parameter-count trick.
Qwen3.8-Flash-Next vs Rivals at a Glance
Here's how the model stacks up against Claude Opus 4.6 Max, its Qwen3.7-Plus predecessor, and DeepSeek-V4-Flash-0731 on the headline evaluations.
| Benchmark | Qwen3.8-Flash-Next | Claude Opus 4.6 Max | Qwen3.7-Plus | DeepSeek-V4-Flash-0731 |
|---|---|---|---|---|
| SWE-bench Pro | 62.5 | 53.4 | 55.8 | 56.0 |
| SWE-bench Multilingual | 81.0 | 77.5 | 75.8 | -- |
| DeepSWE 1.1 | 58.7 | -- | 16.5 | 54.4 |
| CoWorkBench | 73.9 | 68.2 | 65.1 | 45.1 |
| JobBench | 55.7 | 36.6 | 27.6 | 41.3 |
| GPQA Diamond | 91.7 | 91.3 | 90.3 | 90.8 |
| LiveCodeBench v6 | 91.9 | 88.8 | 89.6 | 90.6 |
| HLE | 35.9 | 40.0 | 34.7 | 33.8 |
Qwen3.8-Flash-Next Pricing and Availability
Qwen3.8-Flash-Next weights are available now as an open-weight model on Hugging Face and ModelScope.
The production version, with 1M context by default and built-in tools, is served as Qwen3.8-Flash on QwenCloud under the model ID qwen3.8-flash.
Pricing is where this model competes hardest:
- Input: $0.16 per million tokens
- Output: $0.47 per million tokens
For comparison, our Qwen3.8-Max coverage lists that model at $2.00 input and $6.00 output per million tokens, so Flash-Next undercuts its own Max sibling by more than 10x on input.
QwenCloud supports OpenAI-compatible Chat Completions and Responses APIs plus an Anthropic-compatible interface, so it drops into Claude Code, Codex, and Qwen Code with minimal config changes.
Note that at the announcement, the API was listed as coming soon, so check QwenCloud for live availability.
Final Thoughts
Qwen3.8-Flash-Next is Alibaba making a clear statement about cost-efficiency as the battleground.
Beating Claude Opus 4.6 Max on SWE-bench Pro, CoWorkBench, and JobBench with 6B active parameters, at $0.16 per million input tokens, is a serious pitch to anyone running high-volume coding or agent workloads.
I'd treat it as a strong default for tool-driven and coding-heavy pipelines, with two caveats.
Community reports flag occasional instability on very long agentic chains and brittleness when tools return non-standard JSON, and the model is less conservative on safety than the Claude series, so it needs careful prompting for borderline content. The HLE and Agents' Last Exam results also show it is not the model to reach for on the hardest exam-style reasoning.
As an early preview of the Qwen4 architecture, the GDN + QSA hybrid and N-gram Embedding designs are worth watching, because they are what the full Qwen4 family will be built on.
If Alibaba can keep this benchmark-per-dollar ratio at the flagship tier, the frontier pricing conversation changes.
If you want to build agentic and coding workflows around models like this, I recommend starting with our AI Agent Fundamentals skill track to get up to speed on the core concepts.
FAQs
How does Qwen3.8-Flash-Next compare to Qwen3.8-Max?
Qwen3.8-Flash-Next is the cost-efficient tier, with a 125B total / 6B active MoE design priced at $0.16 input and $0.47 output per million tokens. Qwen3.8-Max is the flagship at 2.4 trillion total parameters and roughly $2.00 input / $6.00 output. Flash-Next targets high-volume coding and agent workloads, while Max targets multi-day autonomous engineering.
Where can I access Qwen3.8-Flash-Next?
The open weights are available on Hugging Face and ModelScope. The production version, Qwen3.8-Flash, is served on QwenCloud under the model ID qwen3.8-flash with OpenAI-compatible and Anthropic-compatible APIs. At the time of the announcement the API was listed as coming soon, so check QwenCloud for live status.
What are the pricing details for Qwen3.8-Flash-Next?
On QwenCloud it costs $0.16 per million input tokens and $0.47 per million output tokens. That undercuts Qwen3.8-Max ($2.00 / $6.00) by more than 10x on input, which is the model's main selling point for high-volume applications.
Is Qwen3.8-Flash-Next better than Claude Opus 4.6 Max?
It depends on the task. Qwen3.8-Flash-Next beats Claude Opus 4.6 Max on most coding and agent benchmarks, including SWE-bench Pro (62.5 vs 53.4), CoWorkBench (73.9 vs 68.2), and JobBench (55.7 vs 36.6). Claude retains a lead on some exam-style reasoning, scoring 40.0 on Humanity's Last Exam against Qwen's 35.9.
What use cases benefit most from Qwen3.8-Flash-Next?
It is best suited to high-volume, cost-sensitive workloads: repo-level coding agents, tool-driven pipelines, long-horizon office automation, and multimodal tasks involving text, image, and video. Its 1M-token context and up to 8.6x prefill throughput over Qwen3.7-Plus make it strong for long-context retrieval. It is less suited to the hardest exam-style reasoning and to very long agent chains, where community reports note occasional instability.
A senior editor in the AI and edtech space. Committed to exploring data and AI trends.



