Models & Weights

Qwen3.8-Flash-Next

The Qwen4 architecture preview ships open weights — under a license quietly stricter than the 2.4T flagship's

Open code / restricted weightsModel

What it is

Alibaba's early look at the Qwen4 architecture, playing the role Qwen3-Next played a generation ago: a 125B-parameter multimodal MoE (plus 51B of N-gram embeddings and a 4B MTP head) activating just 6B per token. Four systematic upgrades — Qwen Sparse Attention on top of Gated DeltaNet, a 4-branch Gated Residual stream, context-keyed N-gram embeddings that can offload to host memory, and a refined Muon optimizer — cut training cost to about a ninth of Qwen3.7-Plus while beating it on coding and office tasks, per Alibaba's own harnesses. 262K native context.

Why it's interesting

Architecturally it's the most interesting checkpoint of the week — this is the design the whole Qwen4 family will be built on, released early and in the open on the official org. But the license is the reason it shares a shelf with the fine print: the 3.24 kB LICENSE file says 'qwen-community-1.0', and its MaaS clause has no threshold at all. Where the 2.4T flagship's license triggers at $50M trailing revenue, this one requires any Model-as-a-Service or 'AI Work Assistant' business — any size — to obtain a separate license from Qwen before commercial use. The cheap-to-run preview gets the tighter leash.

Use cases

  • Studying the Qwen4 architecture — QSA, Gated Residual, N-gram embeddings — months before the family ships
  • High-efficiency long-context inference at 6B active parameters, 262K native window
  • Internal deployments and research — the license's clean lanes; commercial MaaS is not one of them

Who it's for

Architecture researchers and efficiency hunters — with a license read before anything commercial

Setup

Advanced. ~360GB across 131 safetensors shards (the N-gram table can offload to host RAM); official FP8 build and unsloth GGUFs available

Limitations & cautions

Benchmarks are Alibaba's own — the card even notes its Humanity's Last Exam score was graded by GPT-4o rather than the benchmark's grader; the threshold-free MaaS/work-assistant clause likely costs it the EU AI Act's open-source exemption (Recital 103 disqualifies monetized components); and 'preview of Qwen4' means the family built on this will supersede it within months.

Editorial takeaway

Read the family's licenses side by side: Apache for the 27B, a $50M trigger for the 2.4T, and no threshold at all for the architecture preview. The pattern isn't about model size — it's about how badly they think you need it.

Related & alternatives