AIAny
AI Model2026
Icon for item

Qwen3.8-Flash-Next

Experimental open-weight multimodal LLM preview designed for long-context, agentic workloads. It introduces hybrid sparse attention (QSA), gated residual streams, and large offloadable n‑gram embeddings (51B) alongside a high-sparsity MoE (125B total, 6B active) to trade memory for runtime efficiency and improved long-horizon reasoning.

Introduction

Most progress in scaling LLMs focuses on compute and dense parameters; Qwen3.8-Flash-Next instead shows how shifting parameter mass into offloadable memory (n‑gram tables) and very sparse routing can cut token compute while preserving or improving long-horizon, multimodal agent behavior. The release is an architectural preview for the upcoming Qwen4 family and ships open weights and deployment recipes so practitioners can evaluate the trade-offs early.

Key Capabilities
  • Hybrid attention and latency-focused indexing: Qwen Sparse Attention (QSA) operates on micro-blocks with an MQA indexer, reducing long-context latency by selecting blocks rather than single tokens — practical when working with 262K native context or stretched to 1M using YaRN.
  • Memory-first parameter scaling: a 51B trainable n‑gram embedding table provides a large, trainable lookup memory for frequent local patterns so the main model (125B total, ~6B active per token) can spend fewer FLOPs reconstructing short-range structure; this enables larger effective capacity on memory-constrained accelerators when embeddings can be offloaded/quantized.
  • Sparse experts + gated residuals: a high-sparsity MoE (512 experts, 10 routed + 1 shared) combined with Gated Residual streams gives per-layer expressiveness while keeping inference overhead controlled.
  • Multimodal & agent-aware defaults: native image/video inputs, thinking-mode defaults (preserved reasoning trace), and recommended inference recipes for vLLM, SGLang and TokenSpeed make it suited for long-horizon, tool-using agents and multimodal pipelines.
Who it's for and trade-offs

Great fit if you need to evaluate or build agentic/multimodal systems that require thousands to millions of tokens of context and want to explore memory-centric scaling strategies. It is also useful for teams experimenting with MoE routing, n‑gram lookup tables, and new sparse-attention designs. Look elsewhere if you need a drop-in dense 27B/large model for simple low-latency single-GPU inference: the 51B n‑gram table and MoE routing introduce storage and serving complexity (offload, quantization support, or special engine support). Quantization/ dtype of the n‑gram table and practical offload mechanics materially affect memory footprint; expect nontrivial infra work to deploy at cost-efficient scale.

Where it fits

This is an experimental, early-access architecture preview: it sits between standard dense LLM releases and full next-gen architectures (Qwen4). Use it to prototype long-context agents and to measure the practical costs of moving parameters into large embedding tables and sparse experts.

Implementation notes

Model artifacts are released on Hugging Face with compatible recipes for vLLM, SGLang and TokenSpeed; defaults enable thinking mode and preserved reasoning. Key operational considerations include embedding table dtype and quantization strategy, KV cache sizing for very long contexts, and framework support for YaRN scaling when targeting >262K tokens.

More Items

Hugging Face
AI Model2026

Provides a GGUF-quantized build of GLM-5.3-Flash for local text-generation and inference. Key features: 320B total / 18B active parameters, hybrid sparse+linear attention, native multimodal pretraining and Unsloth Dynamic quantization. Best for developers running GGUF local inference workflows.

Hugging Face
AI Model2026

GGUF-quantized build of Qwen3.8-Flash-Next for image-text-to-text inference and local deployment. Ships with Unsloth Dynamic 3.0 quantization, thinking-mode controls (preserve_thinking, reasoning_effort), and native long-context support (262k, extensible to 1M with YaRN).

Hugging Face
AI Model2026

A natively multimodal model for text and image→text generation, long-context reasoning, and complex coding/agent workloads. Uses 320B total / 18B active params with a hybrid sparse+linear attention and manifold-constrained hyper-connections to reduce long-context serving cost.