Ranked #3 Local / Private AI — Your Brain, Your Machine, Your Rules
Alibaba (Qwen Team)

Qwen3.8-Flash-Next

A Qwen4 architecture preview that stores roughly 180B parameters but activates only 6B per token. It brings near-frontier multimodal ability to high-RAM machines—if its unusual license fits your product.

Updated August 29, 2026 Open WeightsQwen License125B MoE
9.0out of 10
Official Website
Best for

A Qwen4 architecture preview that stores roughly 180B parameters but activates only 6B per token. It brings near-frontier multimodal ability to high-RAM machines—if its unusual license fits your product.

Why It Wins

Artificial Analysis scores the hosted route at 56 on Intelligence and about 77 tokens per second. Native context is 262K, aggressive one-bit GGUFs begin around 72.5–75 GB, and the giant n-gram table can be kept away from scarce accelerator memory.

Watch out

The open checkpoint is experimental, not the hosted Qwen3.8-Flash SKU. The Qwen Community License requires a separate license for commercial MaaS and AI work-assistant businesses, tiny quants may lose quality, and 75 GB is still far beyond a normal consumer GPU.

01

What It Actually Is

Modern language models usually become more capable by building a larger warehouse of parameters and moving more boxes for every answer. Qwen3.8-Flash-Next tries a stranger arrangement: a large warehouse, a small active crew, and a giant phrase index that can live in cheaper memory.

The main language model has 125 billion parameters and activates about six billion per token. A 51-billion-parameter n-gram embedding table stores patterns built from short token sequences, and a roughly four-billion-parameter multi-token-prediction module helps produce more than one future token efficiently. Rounded together, the files describe about 180 billion parameters. “6B active” is the labor per step, not the size of the warehouse.

Attention is also hybrid. Most layers use Gated DeltaNet, a linear-attention system designed to carry information efficiently. Periodically, Qwen Sparse Attention selects small blocks of relevant earlier context rather than examining every token equally. Imagine reading a long legal archive with an index that points to a few likely shelves. The index saves walking, but the books still exist.

The result is independently impressive. Artificial Analysis scores the hosted route at 56 on its Intelligence Index and measures decoding around 77 tokens per second. Qwen reports strong coding, office, and tool-use numbers, including 62.5 on SWE-bench Pro and 73.9 on its in-house CoWorkBench. Those scores describe carefully configured systems. They do not guarantee that a heavily quantized local build will behave identically.

Local size depends on the staircase you choose. Official BF16 is roughly 360 GB in decimal units, and official FP8 about 186 GB. Unsloth’s most aggressive GGUFs begin near 72.5 to 75 GB, partly because the n-gram table keeps more precision than a simple “one bit for everything” slogan suggests. That can fit a high-memory Mac, server, or unusual workstation. It does not fit a normal 24 GB graphics card, and the KV cache still needs room.

The native context is 262,144 tokens. Static YaRN can extend it toward one million, but Qwen warns that always-on scaling can reduce quality for shorter prompts. The hosted product called Qwen3.8-Flash enables a million-token context by default and adds official tools. That hosted SKU is a close relative, not a synonym. It has its own API prices, caches, uptime, limits, and updates.

Licensing is the decisive caveat. Qwen Community License 1.0 broadly permits use and modification, but commercial MaaS and “AI Work Assistant” businesses require a separate license. The definition explicitly reaches independent coding and office-productivity assistants. Products above 100 million monthly users or $20 million monthly revenue also need prominent model-name display. Internal use can be exempt when no third party receives the model, its capabilities, or its outputs. This is not Apache 2.0.

Early community reports match the architecture’s promise and its youth. Operators admire the capability per active parameter and demonstrate useful speed on specialized systems. They also report overthinking, large context consumption, out-of-memory failures, cache contamination, and kernels that need the newest runtime. Artificial Analysis counted about 200 million output tokens across its index, nearly twice the comparison median.

Qwen3.8-Flash-Next is therefore not the new easy local default. That remains Qwen3.8-27B, whose four-bit files fit around the 18 GB class under Apache 2.0. Flash-Next is the step above: a fascinating high-RAM experiment that can approach frontier behavior without frontier active compute. Use it when your hardware, patience, and license all fit—not merely because six billion sounds small.

02

Strengths and honest limitations

Key Strengths

  • Six active billion changes the compute equation: A 125B MoE routes only 10 experts plus one shared expert per token, while a 51B n-gram table scales memory with relatively little compute. The design targets high capability without activating a giant model on every step.
  • Independent ability is unusually high: Artificial Analysis gives Flash-Next a 56 Intelligence score, only one point behind GLM-5.3-Flash, with faster measured decoding around 77 tokens per second.
  • Multimodal and long-context foundations are included: The checkpoint accepts text, images, and video, offers 262,144 native tokens, and can be configured toward one million with static YaRN.
  • The deployment ecosystem arrived quickly: Official or documented paths cover Transformers, vLLM, SGLang, TokenSpeed, llama.cpp, MLX, Ollama packages, and Unsloth GGUFs.

Honest Limitations

  • The license can block the obvious commercial use: A commercial MaaS or independent coding/office “AI Work Assistant” business needs a separate Qwen license. Large products also face model-name display conditions.
  • Flash-Next is not hosted Flash: Qwen3.8-Flash is a managed production SKU with 1M context by default and built-in tools. Its price, limits, reliability, and output cannot be silently assigned to every local checkpoint.
  • The smallest quant is still a high-RAM project: About 72.5–75 GB covers an aggressive one-bit-style package before runtime and context memory. Official BF16 is roughly 360 GB decimal, and FP8 about 186 GB.
  • Verbose reasoning and young runtimes need supervision: Artificial Analysis observed roughly 200M output tokens across its index, and early operators report OOMs, cache issues, kernel mismatches, and configuration-sensitive quality.
03

Benchmark Snapshot

Artificial Analysis Intelligence Index — 56

Independent hosted-route testing places Flash-Next near the open-weight frontier. It does not establish the same score for a 75 GB local quant.

Output speed — about 77 tok/s

Faster decoding than GLM-5.3-Flash in Artificial Analysis testing, though the first answer arrives later because reasoning and time-to-first-token are separate.

GDPval-AA v2 — about 1743 Elo in the checked snapshot

A strong professional-task signal with a confidence interval and a moving live scale. Date it and avoid treating a small difference as a decisive win.

SWE-bench Pro — 62.5 (Qwen run)

Strong repository repair in Qwen's refined task set and Claude Code harness. The task corrections and harness mean it should be attributed, not treated as a universal local score.

OSWorld 2.0 — 19.4 binary / 52.3 partial (Qwen run)

A reminder that strong coding and office scores do not automatically become strong complete computer use; the strict binary result remains modest.

04

The Verdict

Qwen3.8-Flash-Next enters Local / Private AI at #3 with a 9.0. Qwen3.8-27B remains the best personal-machine default at #1, while GLM-5.3-Flash takes #2 for slightly stronger independent ability, native 1M context, and clean MIT rights. Flash-Next is the intriguing middle stair: faster, far less active compute, and capable of running from roughly 75 GB with aggressive quantization. Choose it for internal experiments and high-RAM local work after reading the license. Do not build a commercial hosted coding assistant around it until Qwen confirms your licensing path, and do not use hosted Qwen3.8-Flash results as proof for an untested local quant.

05

Frequently Asked Questions