model release

Alibaba Releases Qwen3.8-Flash-Next, a 125B-Parameter Preview of Qwen4's Architecture

TL;DR

Alibaba's Qwen team has released Qwen3.8-Flash-Next, an open-weight model with 125B total parameters (6B activated) that previews architectural changes planned for Qwen4, including a new sparse attention mechanism and n-gram embeddings. The model natively supports 262,144 tokens of context, extensible to 1 million.

2 min read
0

Alibaba's Qwen team has released Qwen3.8-Flash-Next, an open-weight model described as an experimental preview of the architecture that will underpin the forthcoming Qwen4. The release introduces four architectural changes the company says are aimed at improving efficiency as models scale, rather than simply adding parameters or context length.

Architecture and Specs

Qwen3.8-Flash-Next has 125B total parameters with 6B activated per forward pass, plus a separate 51B-parameter n-gram embedding table and a 4B multi-token prediction (MTP) module. The model uses 48 layers with a hybrid layout: three Gated DeltaNet-plus-MoE blocks followed by one Qwen Sparse Attention (QSA)-plus-MoE block, repeated 12 times. Its Mixture-of-Experts layer routes to 10 of 512 experts plus one shared expert per token.

Four changes distinguish this architecture from prior Qwen releases, according to Alibaba:

  • Hybrid Attention with QSA: Replaces the earlier Gated Attention pairing with Qwen Sparse Attention, which operates on micro-blocks rather than individual tokens, aimed at cutting long-context latency for agentic workloads.
  • Gated Residual: Adds element-wise data-dependent read gates and per-branch scalar write gates to residual streams, intended to improve expressiveness without destabilizing training.
  • N-gram Embedding: A 20-million-entry bigram/trigram embedding table (51B parameters) that the company says scales more cheaply than adding MoE capacity and is more suitable for offloading on memory-constrained hardware.
  • Tailored Training Recipe: Applies Muon and AdamW optimizers to different weight categories and removes traditional batch-size warmup, which Alibaba claims reduces optimizer steps while allowing larger learning rates.

Context length is 262,144 tokens natively, extensible to 1,000,000 tokens. A separate production variant, Qwen3.8-Flash, ships with 1M context by default and built-in tools, according to Alibaba; this article covers the base Flash-Next checkpoint.

Benchmark Claims

Alibaba reports Qwen3.8-Flash-Next scoring 62.5 on SWE-bench Pro, versus 61.7 for Qwen3.8-27B and 56.0 for DeepSeek-V4-Flash-0731. On GPQA Diamond it scores 91.7, close to Claude-Opus-4.6 (Max)'s 91.3. On Humanity's Last Exam (HLE), it scores 35.9, below Claude-Opus-4.6's reported 40.0. On LiveCodeBench v6, the model scores 91.9, ahead of all listed comparisons including Claude-Opus-4.6 (Max) at 88.8. In vision-language tests, the company reports 84.5 on AndroidWorld and 19.4/52.3 (binary/partial) on OSWorld 2.0. These figures come from Alibaba's own technical report and have not been independently verified.

What this means

This release is not a general-availability flagship model — Alibaba explicitly frames it as an architectural preview, and pricing for API access has not been disclosed. The significance lies in the design choices: sparse attention operating at block granularity, n-gram embeddings as an alternative parameter-scaling axis to MoE, and a training recipe that drops batch-size warmup. If these hold up under independent testing, they suggest Alibaba is prioritizing inference efficiency and memory-constrained deployment over raw parameter growth for Qwen4. Until third parties reproduce the benchmark numbers, particularly the SWE-bench Pro and HLE results, they should be treated as vendor-reported figures rather than settled facts.

Related Articles

model release

Alibaba Open-Sources Qwen3.8-2.4T-A95B, Its First Qwen-Max-Class Model With Public Weights

Alibaba's Qwen team released Qwen3.8-2.4T-A95B on August 12, 2026, the open-weight version of Qwen3.8-Max and the first Qwen-Max-class model made publicly available. The 2.4 trillion-parameter mixture-of-experts model activates only 95 billion parameters per token and supports context windows up to 1 million tokens.

model release

Alibaba's Qwen Releases Qwen-Drive-1.0-4B, a Unified VLM for Autonomous Driving Perception and Planning

Alibaba's Qwen team has released Qwen-Drive-1.0-4B, a 4B-parameter vision-language model built on Qwen3.5 that unifies 3D perception, driving question answering, and motion planning in one framework. The model reports strong open-loop, pseudo-closed-loop, and closed-loop driving benchmark results while claiming minimal loss of general vision-language ability.

model release

DeepSeek Launches V4.1 Flash: Low-Cost MoE Model Claims to Beat V4 Pro

DeepSeek has released V4.1 Flash, a sparse mixture-of-experts model priced at $0.30 per 1M input tokens and $1.20 per 1M output tokens with a 1 million token context window. DeepSeek claims the model exceeds the larger V4 Pro on performance, speed, and task completion time.

model release

DeepSeek Ships V4.1-Flash With Novel Encoder-Decoder Architecture, Cuts KV Cache to 1/8 of Predecessor

DeepSeek released V4.1-Flash, a 763B-parameter model built on a new causal encoder-decoder architecture that splits 8B active parameters for prefill and 16B for decode. The model adds native vision support, a 1M-token context window, and shrinks KV cache footprint to roughly 1/8 of DeepSeek V4 Flash, while retiring V4 Pro.

Comments

Loading...