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

Qwen3.8-Flash-Next Debuts with 125B-Parameter Hybrid Architecture, Previews Qwen4 Design

Qwen3.8-Flash-Next is an experimental preview of the architecture Alibaba's Qwen team plans to use for Qwen4, combining hybrid attention, gated residuals, and n-gram embeddings in a 125B-parameter model with only 6B activated per token. Unsloth has released Dynamic 3.0 GGUF quantizations for local inference.

model release

Alibaba Releases Qwen3.8-Flash-Next: 125B-Parameter MoE Model Matches Larger Rivals at $0.16/$0.47 per Million Tokens

Alibaba's Qwen team released Qwen3.8-Flash-Next, a 125-billion-parameter mixture-of-experts model that activates just 6 billion parameters per token and previews architecture planned for Qwen4. The model outperforms the much larger Qwen3.7-Plus at roughly one-ninth the training cost and ships at $0.16 per million input tokens and $0.47 per million output tokens.

model release

Qwen Launches Qwen3.8 27B, an Open-Weight Vision-Language Model with 262K Context

Qwen has released Qwen3.8 27B, a 27-billion-parameter dense vision-language model with a 262K token context window, available now via OpenRouter at $0.45 per million input tokens and $3.20 per million output tokens.

model release

IBM Releases Granite 4.2 Open-Weight Models With Agentic RL Training and 512K Context

IBM has released Granite 4.2, a family of open-weight language models in 3B, 8B, and 30B parameter sizes, trained on roughly 15 trillion tokens with context windows up to 512,000 tokens. The 8B and 30B variants underwent additional 'agentic RL' training for tool use, code execution, and web search.

Comments

Loading...