# Qwen3.8-Flash-Next: How to Run Locally

> Source: <https://unsloth.ai/docs/models/qwen3.8-next>
> Published: 2026-08-27 12:24:11+00:00

# Qwen3.8-Flash-Next: How to Run Locally

Guide to run Qwen3.8-Flash-Next locally.

Qwen3.8-Flash-Next is a new open-weight, **125B parameter** MoE multimodal model from Qwen. Built on the new Qwen4 architecture, it supports a 262K context window and advanced reasoning. The model outperforms Claude-4.6-Opus (Max) and can run locally on devices with **75GB RAM**/unified memory with no GPU VRAM required. To run the model, use our [GGUFs](https://huggingface.co/unsloth/Qwen3.8-Flash-Next-GGUF) with our specific [llama.cpp PR](https://github.com/ggml-org/llama.cpp/pull/27742) for [Unsloth Desktop](/docs/desktop) as well. Thank you Qwen for day zero access.

**1-bit is 75GB** and uses 4-bit for the Ngram / PLE. This is **79% smaller** than BF16 (355GB), and retains a **top-1% accuracy of 80%**.

[Run Qwen3.8-Flash-Next Guide](/docs/models/qwen3.8-next#run-qwen3.8-flash-next-in-unsloth)[Download Unsloth](https://unsloth.ai/download)

Qwen3.8-Flash-Next is now available to run locally in [Unsloth Desktop](/docs/models/qwen3.8-next#run-qwen3.8-flash-next-in-unsloth)!

### ⚙️ Usage Guide

Whether you run **Qwen3.8-Flash-Next** on a CPU with system RAM or on a GPU with VRAM may make relatively little difference. Its unique architecture allows inference using RAM or unified memory to achieve performance closer to that of GPU VRAM than is typical for other models. This makes it particularly well suited to Macs, NVIDIA DGX Spark systems, and other devices with large memory capacities.

You will need at least **75 GB of RAM or unified memory** to run the model. Its smallest 1-bit quantized version is larger than usual because of new Ngram layers or per layer embeddings which is like a lookup table. However, this also means the quantization is less aggressive, allowing the model to retain more of its original accuracy than more heavily quantized models. You can also offload the PLE / Ngram layer to SSD and use mmap which allows less usage of CPU and GPU VRAM.

#### Qwen3.8-Flash-Next Requirements:

The smallest quant works on 75GB RAM so it's best to have a 96GB RAM/unified memory device.
**Table: Hardware requirements** (units = total memory: RAM + VRAM, or unified memory)

75 GB

79 GB

90 GB

112 GB

200 GB

270 GB

355 GB

### Recommended Settings

Qwen3.8-Flash-Next is a** hybrid thinking** model with different default settings for thinking and non-thinking modes. Extra high is enabled by default so if you want shorter thinking traces, you can [adjust the thinking effort](/docs/models/qwen3.8-next#thinking--preserve-thinking):

`temperature`

1.0

0.7

`top_p`

0.95

0.80

`top_k`

20

20

`min_p`

0.0

0.0

`presence_penalty`

0.0

1.5

`repetition_penalty`

1.0

1.0

Context length = up to

`262,144`

Thinking Mode:

`temperature=1.0`

,`top_p=0.95`

,`top_k=20`

,`min_p=0.0`

,`presence_penalty=0.0`

,`repetition_penalty=1.0`

Instruct (or non-thinking) mode:

`temperature=0.7`

,`top_p=0.80`

,`top_k=20`

,`min_p=0.0`

,`presence_penalty=1.5`

,`repetition_penalty=1.0`

### 💡 Thinking + Preserve Thinking

Qwen3.8-Flash-Next has **Preserve Thinking** which leaves the thinking trace from the previous conversation. This increases the number of tokens you use, but could increase accuracy in continued conversations. [Unsloth](/docs/models/qwen3.8-next#run-qwen3.8-in-unsloth-desktop) has 'Think' and Preserved Thinking toggles for Qwen3.8 (see right):

Qwen3.8-Flash-Next comes with support for `reasoning_effort`

, which can be used to adjust reasoning depth and control cost. These toggles are automatically enabled in Unsloth:

`xhigh`

(default): for complex tasks demanding thorough analysis`medium`

: balancing accuracy and speed`low`

: efficient reasoning optimizing for speed and costnone

To change[ thinking / reasoning](/docs/models/qwen3.8-next#how-to-enable-or-disable-reasoning-and-thinking) effort in `unsloth run`

or `llama-server`

, use `--chat-template-kwargs '{"reasoning_effort":"medium"}'`

If you're on **Windows** Powershell, use: `--chat-template-kwargs "{\"reasoning_effort\":\"medium\"}"`

Change `medium`

to your desired reasoning level.

### Quantization Analysis

We ran KLD for Qwen3.8-Flash quants, and show that 80% top-1% accuracy recovery is possible with 79% less disk space usage. The new architecture uses PLE / Ngrams, and these are not quantized that heavily (4-bit minimum) since they have random access pattern, and quantizing them heavily will damage the model.

UD-Q4_K_XL

111.3

0.044715

93.481

UD-IQ4_XS

93.7

0.079162

91.089

UD-Q3_K_XL

90

0.099694

90.387

UD-IQ3_XXS

82

0.156505

87.57

UD-Q2_K_XL

78.9

0.213343

85.163

UD-IQ1_M

74.5

0.302159

82.396

UD-IQ1_S

72.5

0.37514

80.239

## Run Qwen3.8-Flash-Next Guide

You can soon run Qwen3.8-Flash-Next in Unsloth Desktop and llama.cpp with our specific PR. Feel free to change quantization type.

Hugging Face:

[Qwen3.8-Flash-Next-](https://huggingface.co/unsloth/Qwen3.8-Flash-Next-GGUF)**GGUF** ModelScope:

[Qwen3.8-Flash-Next-GGUF](https://www.modelscope.cn/models/unsloth/Qwen3.8-Flash-Next-GGUF)

[Run in Unsloth Desktop](/docs/models/qwen3.8#run-qwen3.8-in-unsloth-desktop)[Run in llama.cpp](/docs/models/qwen3.8#run-qwen3.8-in-llama.cpp)

Qwen3.8-Flash-Next is now available to run locally in [Unsloth Desktop](/docs/models/qwen3.8-next#run-qwen3.8-flash-next-in-unsloth)!

### 🦥 Run Qwen3.8-Flash-Next in Unsloth

Qwen3.8-Flash-Next now is able to run in [Unsloth Desktop](/docs/models/qwen3.8-next#run-qwen3.8-in-unsloth-desktop), an open-source UI app for local AI. **Unsloth automatically offloads to RAM and detects multiGPU setups**. With Unsloth Desktop, you can run models locally on **MacOS, Windows**, Linux and:

Search, download,

[run GGUFs](/docs/new/studio#run-models-locally)and safetensor models+**Self-healing** tool calling**web search**(Python, Bash)** Code execution**[Automatic inference](https://unsloth.ai/docs/desktop#feature-deep-dive)parameter tuning (temp, top-p, etc.)Fast CPU + GPU inference via MLX and llama.cpp

[Train LLMs](/docs/new/studio#no-code-training)2x faster with 70% less VRAM

#### Install Unsloth

The easiest way to get started is by downloading the [Unsloth Desktop app](/docs/desktop). Works on [macOS](/docs/get-started/install/mac), [Windows](/docs/get-started/install/windows-installation), and [Linux](/docs/get-started/install/linux).

Or, if you prefer to install manually:

MacOS, Linux, WSL:

Windows PowerShell:

#### Search and download Qwen3.8-Flash-Next

Go to [Unsloth Chat](/docs/new/studio/chat) or Model hub and search for Qwen3.8-Flash in the search bar and download your desired model and quant.

#### Run Qwen3.8-Flash-Next

Inference parameters should be auto-set when using Unsloth, however you can still change it manually. You can also edit the context length, chat template and other settings.

For more information, you can view our [Unsloth inference guide](/docs/new/studio/chat).

For example using Unsloth Desktop with the 397GB Qwen3.8 (-91% smaller) allows you to toggle thinking modes, allow inline canvas, web search and code execution and much more.

#### Serve Qwen3.8-Flash-Next with Unsloth API

You can use `unsloth run`

command and serve Qwen3.8 via an API using `llama-server`

runtime flags, including context sizing, GPU layers, threading, sampling, networking, and tool configuration. For more info see our [API docs](/docs/basics/api) or [unsloth start](/docs/integrations/unsloth-start).

#### Unsloth is now ready

You can also do many other things with Qwen3.8-Flash-Next via Unsloth Desktop like:

**Connect tools:**[Claude Code](/docs/basics/claude-code),[Codex](/docs/basics/codex),[web search](/docs/new/studio/chat#advanced-web-search),[MCP](/docs/basics/mcp)and more**Train models:** Fine-tune text, diffusion,[embedding](/docs/basics/embedding-finetuning), and more

### 🦙 Run Qwen3.8-Flash-Next in llama.cpp

We need to use our specific llama.cpp PR [here](https://github.com/ggml-org/llama.cpp/pull/27742). You can follow the build instructions below as well. Change `-DGGML_CUDA=ON`

to `-DGGML_CUDA=OFF`

if you don't have a GPU or just want CPU inference. **For Apple Mac / Metal devices**, set `-DGGML_CUDA=OFF`

then continue as usual - Metal support is on by default.

To run the model, you can do:

Then to run it:

### 📊 Benchmarks

For GGUF quantization benchmarks you can see above for our [quantization analysis](/docs/models/qwen3.8-next#quantization-analysis) or [Dynamic V3.0 article](/docs/basics/dynamic-3.0-ggufs).

Last updated

Was this helpful?
