Qwen3.8 Flash is the official production variant built on top of Qwen3.8-Flash-Next, an experimental preview of the architecture expected to underpin the next major Qwen generation. The underlying Next checkpoint is a multimodal Mixture-of-Experts model with around 125B total parameters and roughly 6B parameters activated per token, paired with a 51B n-gram memory module and a small multi-token prediction head used for speculative decoding. Its hybrid attention design replaces the earlier Gated DeltaNet plus gated attention pairing with Gated DeltaNet combined with Qwen Sparse Attention, which selects whole micro-blocks rather than individual tokens to cut long-context latency. Qwen3.8 Flash then layers production conveniences on top of that experimental base, shipping with a 1M-token default context window, official built-in tools, and managed inference through Qwen Cloud.
In practical terms, Qwen3.8 Flash is aimed at teams that want the architectural innovations of the Next preview in a more deployment-ready form. The Next weights are released in Hugging Face Transformers format and are compatible with vLLM, SGLang, and TokenSpeed, so the same model can be self-hosted or consumed through the hosted Qwen Cloud API. The combination of sparse activation, n-gram memory, and micro-block sparse attention is intended to make very long context affordable, while the multimodal inputs and tool-calling capabilities make it suitable for assistants, document analysis, and structured-output workflows that benefit from large effective context without the cost of a fully dense model.