model release

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

TL;DR

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.

3 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 Qwen4. Unsloth has published GGUF quantizations of the model under Dynamic 3.0, its quantization method, for local and offline inference; the upload is still in progress according to the repository listing.

Architecture

Qwen3.8-Flash-Next totals 125 billion parameters, with only 6 billion activated per forward pass, plus a separate 51 billion n-gram embedding block and 4 billion multi-token prediction (MTP) parameters. The model has 48 layers and a hidden dimension of 2560, arranged in a repeating block of 12 groups, each combining three Gated DeltaNet + MoE layers with one Qwen Sparse Attention (QSA) + MoE layer.

Four architectural changes distinguish this release, according to Qwen:

  • Hybrid Attention with QSA: Gated Attention is replaced with Qwen Sparse Attention, which operates on micro-blocks rather than individual tokens, cutting long-context latency. The MoE layer uses 512 total experts with 10 routed plus 1 shared expert activated per token.
  • Gated Residual: Residual streams are modulated through an element-wise, data-dependent read gate and a per-branch scalar write gate across 4 branches, aimed at improving layer-wise expressiveness without adding significant inference overhead.
  • N-gram Embedding: A 20-million-entry embedding table indexed by bigrams and trigrams at layer 2 adds parameter capacity that Qwen claims is more offload-friendly than expanding MoE experts.
  • Training recipe: Muon and AdamW optimizers are applied to different weight categories, and the team says it skipped batch-size warmup entirely, starting training at the target batch size to reduce total optimizer steps.

Context length is 262,144 tokens natively, extensible up to 1,000,000 tokens, according to Qwen.

Benchmarks

Qwen reports Qwen3.8-Flash-Next outperforming its own Qwen3.8-27B and Qwen3.7-Plus models, as well as DeepSeek-V4-Flash-0731, on several agentic and coding benchmarks despite using far fewer activated parameters than the 397B-parameter Qwen3.7-Plus. Reported scores include 62.5 on SWE-bench Pro (versus 61.7 for Qwen3.8-27B and 53.4 claimed for Claude Opus 4.6 Max), 91.9 on LiveCodeBench v6, and 91.7 on GPQA Diamond. On the multimodal side, Qwen claims 84.5 on AndroidWorld and 88.5 on RealWorldQA, with a vision-language encoder included in the release. These figures come from Qwen's own technical report and have not been independently verified.

Availability

The model is distributed as open weights. Unsloth's GGUF conversion, using its Dynamic 3.0 quantization scheme, targets consumers running the model locally via tools like llama.cpp, and the company says its quantization approach preserves accuracy better than other leading quantization methods. Pricing not yet disclosed, as this is an open-weight release rather than an API product; hosted inference costs will depend on which provider deploys it.

What this means

Qwen3.8-Flash-Next matters less as a standalone product and more as a signal of where Alibaba's next flagship, Qwen4, is headed architecturally. A model with 125B total parameters but only 6B activated, supplemented by a 51B-parameter n-gram embedding table, points to a design philosophy focused on offloadable memory rather than compute-heavy MoE scaling — potentially easier to run on memory-constrained hardware. If Qwen's benchmark claims hold up under independent testing, particularly the agentic coding and tool-use scores that beat larger models like Qwen3.7-Plus, this architecture could become a template other open-model labs try to replicate. The GGUF release via Unsloth makes it immediately accessible to developers running models outside hyperscaler APIs, which is likely to accelerate independent verification of these numbers.

Related Articles

model release

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

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.

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

Qwen 3.8 27B Launches with Vision Support and a 262K Context Window—But Its Default Settings Cause Massive Overthinking

Alibaba's Qwen research lab has released Qwen 3.8 27B, an Apache 2.0 licensed, vision-capable model with a 262,144-token context window. Independent testing found the model's default 'xhigh' reasoning setting causes it to massively overthink simple prompts, turning quick tasks into 20-minute ordeals.

Comments

Loading...