Skip to content
Tech AI Wire

Qwen3.8-Flash-Next holds 125B parameters but runs only 6B

Alibaba released Qwen3.8-Flash-Next on August 26, 2026. It activates 6B of 125B parameters per token, costs $0.16 per million input tokens, and previews Qwen4.

By Tech AI Wire Team

3 min read

XLinkedIn
The Hugging Face model page for Qwen3.8-Flash-Next, showing its qwen-community-1.0 licence tag and parameter counts.

By the numbers

parameters active per token, out of 125B
6B
per million input tokens on QwenCloud
$0.16
token context with YaRN extension
1M

Alibaba's Qwen team released Qwen3.8-Flash-Next on August 26, 2026. The model holds 125 billion parameters but uses only 6 billion of them for any given token. That ratio is why it can be served at $0.16 per million input tokens, and why it matters to developers watching inference bills.

The release is a preview of the architecture behind Qwen4, the team's next model family. Qwen is publishing the design changes before the full line ships, so the community can examine them first.

How the model stays cheap to run

Qwen3.8-Flash-Next is a mixture-of-experts model. That means the network is split into many specialized sections, and a router picks a small subset for each token. The rest of the weights sit idle, so the memory bill is large but the compute bill is small.

The full checkpoint is bigger than the headline number suggests. MarkTechPost breaks it down as a 125B backbone, a 51B N-gram embedding table and a 4B multi-token prediction module, for about 180B parameters on disk.

Four design changes carry the release, per the Qwen team's own repository:

ChangeWhat it does
Gated DeltaNet + Qwen Sparse AttentionThree of every four layers use Gated DeltaNet; the fourth uses sparse attention
Gated ResidualAlters how signal passes between layers
N-gram EmbeddingA 20-million-entry lookup table that adds capacity cheaply
Muon optimizerA refined training optimizer

The context window is 262,144 tokens natively. DataCamp and MarkTechPost both report it stretches to about 1 million tokens using YaRN, a technique for extending a model past its trained length.

Qwen also says training cost roughly one-ninth of what its Qwen3.7-Plus predecessor cost. That figure comes from Qwen, and no outside party has verified it.

What the benchmarks show, and who ran them

Every score below is Alibaba's own reporting. No independent lab has confirmed them.

BenchmarkQwen3.8-Flash-NextClaude Opus 4.6 Max
SWE-bench Pro62.553.4
LiveCodeBench v691.9not given
AndroidWorld84.5not given
MathVision95.7not given
Reasoning35.940.0

The pattern is more useful than any single number. The model leads on coding and agent tasks and trails on frontier reasoning, where MarkTechPost records 35.9 against 40.0. Qwen's own documentation also lists limitations: the model gets brittle over long agent chains, and it lags on knowledge-heavy evaluations.

The licence is not what "open weights" usually means

The weights are downloadable from Hugging Face and ModelScope. The FP8 checkpoint is 172.78 GiB and the BF16 version is 335.28 GiB, so this is a server-class download, not a laptop one.

The terms deserve a careful read. MarkTechPost reports the release uses the qwen-community-1.0 licence, which requires verification before commercial use. That is a meaningful step away from Apache 2.0 or MIT, where you download and ship. "Open weights" here means you can inspect and run the model, not that you can deploy it commercially without asking.

What this means for developers

Price the active parameters, not the total. A 125B model that fires 6B per token behaves like a small model on latency and cost, and like a large one on memory. If you are sizing hardware, the checkpoint size sets your GPU count; the active count sets your throughput.

Read the licence before you build on it. Check whether the verification step in qwen-community-1.0 applies to your product, and get that answer before you write integration code rather than after. This is the single most expensive thing to discover late.

Do not take the benchmark table at face value. Vendor-run evaluations pick favorable tasks, and the honest read here is a model that is strong at code and weaker at reasoning. Run it on your own tasks, especially long agent chains, where Qwen itself admits the model is brittle.

The strategic point is pricing pressure. At $0.16 input and $0.47 output per million tokens, this class of open-weight MoE sets a floor that hosted frontier models have to answer. That is good for anyone paying an inference bill, whichever model they end up choosing.

Sources

  1. Qwen3.8-Flash-Next - GitHub - QwenLM
  2. Alibaba's Qwen Team Releases Qwen3.8-Flash-Next: A 125B Multimodal MoE With 6B Active Parameters Previewing the Qwen4 Architecture - MarkTechPost
  3. Qwen3.8-Flash-Next: Features, Benchmarks, and Pricing - DataCamp

Related articles

The daily brief

Three to five stories a day, and what each one means for the people who build software. Free, no spam.