AtomicChat / Qwen3.8-Flash-Next-GGUF

huggingface.co
Total runs: 226.1K
24-hour runs: 0
7-day runs: 149.3K
30-day runs: 197.8K
Model's Last Updated: August 27 2026
text-generation

Introduction of Qwen3.8-Flash-Next-GGUF

Model Details of Qwen3.8-Flash-Next-GGUF

How to Run Qwen3.8-Flash-Next Locally

Built from Qwen's original weights with our own importance matrix. The calibration corpora behind our builds are public.

  • Qwen3.8-Flash-Next is the first open-weight release of the architecture behind Qwen4.
  • These GGUFs are self-quantized from Qwen's original weights with our own importance matrix, published alongside the quants.
  • The quants are still uploading and need a llama.cpp build with Qwen3.8-Flash-Next support; Atomic Chat runs it as support ships.

Qwen3.8-Flash-Next architecture

Qwen3.8-Flash-Next architecture (Qwen).

Highlights
  • 125B total with 6B active sparse MoE (512 experts, 10 routed + 1 shared), plus a 51B n-gram embedding and a 4B MTP layer. An experimental preview of the architecture behind Qwen4.
  • Hybrid attention with QSA : Gated DeltaNet paired with Qwen Sparse Attention, which operates at the micro-block level rather than per token to cut long-context latency for agentic workloads.
  • Gated Residual : a data-dependent read gate plus a per-branch scalar write gate over widened residual streams, for finer expressiveness at low inference overhead.
  • N-gram Embedding : 20M bigram/trigram embeddings indexed at layer 2, a compute-light axis for parameter scaling that offloads well on memory-constrained accelerators.
  • 262,144-token context , extensible up to 1,000,000 tokens with RoPE scaling.
  • Natively multimodal (causal language model with a vision encoder, image-text-to-text). These GGUF quants cover the text path.
  • Frontier coding and agentic scores (Qwen-reported): LiveCodeBench v6 91.9, GPQA Diamond 91.7, SWE-bench Multilingual 81.0, CoWorkBench 73.9.
  • Full imatrix quantization with our public calibration corpora .

These GGUFs are self-quantized from the original weights , not a repack. The importance matrix keeps low-bit quants closer to the full-precision model.

Always pass --jinja so the Qwen3.8-Flash-Next chat template is applied. Without it the model can emit malformed turns.

Model Overview
Property Value
Base model Qwen/Qwen3.8-Flash-Next
Type Causal language model with a vision encoder (image-text-to-text)
Total / active parameters 125B total / 6B active, plus 51B n-gram embedding and a 4B MTP layer
Layers 48. Hidden layout: 12 x (3 x (Gated DeltaNet then MoE) then 1 x (Qwen Sparse Attention then MoE))
Experts 512 experts, 10 routed + 1 shared activated
Attention Hybrid: Gated DeltaNet (linear) and Qwen Sparse Attention (micro-block sparse); Gated Residual over widened residual streams
Context length 262,144 native, extensible up to 1,000,000
This repo GGUF quants (imatrix), text path. The importance matrix we built is published here too.
Qwen3.8-Flash-Next benchmark scores

Scores are Qwen's published results for the base Qwen/Qwen3.8-Flash-Next . Quantization preserves the large majority of this; Q4_K_M and up sit within a point or two of full precision.

Choosing a quant
Quant Size Notes
IQ2_M Smallest usable. Aggressive low-bit for memory-constrained boxes.
IQ3_M Beats Q3 at similar size thanks to imatrix. Best low-RAM pick.
Q4_K_M Recommended default. Best balance of size, speed and quality.
UD-Q4_K_XL Dynamic. Embeddings and output kept at Q8_0 for higher quality at a Q4 footprint.
Q6_K Near lossless.
Q8_0 Effectively lossless, reference quality.

Sizes fill in once the quants finish uploading. Pick the largest file that fits your (V)RAM with room for context.

Get started

Qwen3.8-Flash-Next is a brand-new Qwen4-preview architecture (Gated DeltaNet, Qwen Sparse Attention, n-gram embedding). The quants in this repo are still uploading, and running them needs a llama.cpp build that has landed Qwen3.8-Flash-Next support. Until then, Atomic Chat is the easiest way to run it as support ships.

Run Qwen3.8-Flash-Next locally with:

  • Atomic Chat : the easiest path. Open the app, search AtomicChat/Qwen3.8-Flash-Next-GGUF , pick a quant, hit Use this model .
  • llama.cpp: llama-server -hf AtomicChat/Qwen3.8-Flash-Next-GGUF:Q4_K_M --jinja -c 8192
  • Ollama: ollama run hf.co/AtomicChat/Qwen3.8-Flash-Next-GGUF:Q4_K_M
  • LM Studio / Jan: search the repo id, download any quant.
Best practices
Parameter Value
temperature 1.0
top_p 0.95
top_k 20
min_p 0.0

Qwen's recommended thinking-mode settings. For non-thinking (instruct) use temperature=0.7 , top_p=0.80 , top_k=20 , presence_penalty=1.5 . Allocate generous output length for agentic tasks.

Run in llama.cpp
git clone https://github.com/ggerganov/llama.cpp
cmake llama.cpp -B llama.cpp/build -DBUILD_SHARED_LIBS=OFF -DGGML_CUDA=ON
cmake --build llama.cpp/build --config Release -j --target llama-cli llama-server
./llama.cpp/build/bin/llama-server \
    -hf AtomicChat/Qwen3.8-Flash-Next-GGUF:UD-Q4_K_XL \
    --jinja -ngl 99 -c 8192 -fa on
How these were made
  1. Download Qwen/Qwen3.8-Flash-Next (original weights).
  2. Convert to GGUF with a llama.cpp build that supports the Qwen3.8-Flash-Next architecture (Gated DeltaNet, Qwen Sparse Attention, n-gram embedding).
  3. Build an importance matrix over our public calibration corpora .
  4. Quantize the ladder with --imatrix ; UD-Q4_K_XL additionally pins the token-embedding and output tensors to Q8_0 .
License

Released by Qwen under the Qwen Community License 1.0. Quantized by Atomic Chat.

Runs of AtomicChat Qwen3.8-Flash-Next-GGUF on huggingface.co

226.1K
Total runs
0
24-hour runs
55.6K
3-day runs
149.3K
7-day runs
197.8K
30-day runs

More Information About Qwen3.8-Flash-Next-GGUF huggingface.co Model

More Qwen3.8-Flash-Next-GGUF license Visit here:

https://choosealicense.com/licenses/qwen-community-1.0

Qwen3.8-Flash-Next-GGUF huggingface.co

Qwen3.8-Flash-Next-GGUF huggingface.co is an AI model on huggingface.co that provides Qwen3.8-Flash-Next-GGUF's model effect (), which can be used instantly with this AtomicChat Qwen3.8-Flash-Next-GGUF model. huggingface.co supports a free trial of the Qwen3.8-Flash-Next-GGUF model, and also provides paid use of the Qwen3.8-Flash-Next-GGUF. Support call Qwen3.8-Flash-Next-GGUF model through api, including Node.js, Python, http.

Qwen3.8-Flash-Next-GGUF huggingface.co Url

https://huggingface.co/AtomicChat/Qwen3.8-Flash-Next-GGUF

AtomicChat Qwen3.8-Flash-Next-GGUF online free

Qwen3.8-Flash-Next-GGUF huggingface.co is an online trial and call api platform, which integrates Qwen3.8-Flash-Next-GGUF's modeling effects, including api services, and provides a free online trial of Qwen3.8-Flash-Next-GGUF, you can try Qwen3.8-Flash-Next-GGUF online for free by clicking the link below.

AtomicChat Qwen3.8-Flash-Next-GGUF online free url in huggingface.co:

https://huggingface.co/AtomicChat/Qwen3.8-Flash-Next-GGUF

Qwen3.8-Flash-Next-GGUF install

Qwen3.8-Flash-Next-GGUF is an open source model from GitHub that offers a free installation service, and any user can find Qwen3.8-Flash-Next-GGUF on GitHub to install. At the same time, huggingface.co provides the effect of Qwen3.8-Flash-Next-GGUF install, users can directly use Qwen3.8-Flash-Next-GGUF installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Qwen3.8-Flash-Next-GGUF install url in huggingface.co:

https://huggingface.co/AtomicChat/Qwen3.8-Flash-Next-GGUF

Url of Qwen3.8-Flash-Next-GGUF

Qwen3.8-Flash-Next-GGUF huggingface.co Url

Provider of Qwen3.8-Flash-Next-GGUF huggingface.co

AtomicChat
ORGANIZATIONS

Other API from AtomicChat

huggingface.co

Total runs: 449
Run Growth: 33
Growth Rate: 7.35%
Updated:July 23 2026
huggingface.co

Total runs: 29
Run Growth: -47
Growth Rate: -162.07%
Updated:July 28 2026