Alibaba's Qwen team has released Qwen3.8-Flash-Next as open weights, and it is billed as the first public preview of the next-generation Qwen4 architecture. As TechNode reported, the model landed on August 26, 2026 on both Hugging Face and ModelScope, alongside an FP8 variant, so no proprietary API is required to run it.

What This Enables

You can now self-host an open-weight preview of the Qwen4 architecture for local agent and coding workflows and evaluate it before the full Qwen4 lineup arrives. The weights ship in Safetensors format with configs for Transformers, vLLM, SGLang, and TokenSpeed, so pulling the model into an existing inference stack is straightforward. The practical payoff is a head start: tune your prompts, harnesses, and quantization against the new design now rather than waiting for the complete family.

Why It Matters

Qwen is one of the most-used open-weight model families among builders, so a first look at Qwen4 is a signal worth tracking. Releasing the preview as open weights, rather than behind a hosted API, lets the community inspect, fine-tune, and benchmark the new architecture directly. It also fits the broader 2026 pattern of Chinese labs shipping capable open-weight models, as Decrypt covered ahead of the drop.

Key Details

Parameters: 125B total with 6B activated, plus a 51B n-gram embedding and 4B multi-token-prediction module.

Architecture: hybrid attention combining Gated DeltaNet and Qwen Sparse Attention, 48 layers, 512 experts (10 routed plus 1 shared).

Context: 262,144 tokens native, extensible to 1M with RoPE scaling. License: qwen-community-1.0. Availability: Hugging Face and ModelScope, plus an FP8 build for lower-memory deployment.

What to Do Next

Pull the weights and load the FP8 build if you are memory-constrained, then benchmark it on your own agent and coding tasks against your current open-weight model. If you already run local Qwen models, our guide to running Qwen3.8 locally with Unsloth dynamic quants is a starting point for getting the new preview onto your hardware.