AI news and explainers at 7 AM weekdays, plus a Sunday weekly at 8Get it in your inbox

METAL LAB

Qwen's New Model Qwen3.8-Flash-Next Runs Locally on 75GB of Memory

The 125B MoE model runs on RAM alone with no GPU required, and it beat Claude Opus 4.6 Max across several benchmarks

Qwen3.8-Flash-Next 모델의 RAM 요구사항과 성능 벤치마크 표

이미지: @UnslothAI (X) 화면 갈무리

Summary

  • Unsloth released GGUF files for local deployment on August 26 of Alibaba Qwen's new 125B-scale MoE model, Qwen3.8-Flash-Next
  • At 1-bit quantization, the model runs on just 75GB of RAM or unified memory with no GPU needed, and Unsloth says it holds 79% top-1 accuracy despite being 79% smaller than the original 355GB BF16 weights
  • In Unsloth's published comparison covering SWE-bench Pro, CoWorkBench, and JobBench, the model outscored Claude Opus 4.6 Max on every benchmark where both had results
모델
Qwen3.8-Flash-Next (알리바바 큐원 개발, 125B MoE, Qwen4 아키텍처 프리뷰)
컨텍스트 윈도우
262K 토큰
최소 구동 사양
75GB RAM/통합메모리 (1비트 양자화, GPU VRAM 불필요)
양자화 압축률
BF16(355GB) 대비 79% 작은 용량, top-1 정확도 79% 유지
로컬 실행 지원 발표
언슬로스(Unsloth), 2026-08-26 X 게시물
벤치마크 비교(SWE-bench Pro)
Qwen3.8-Flash-Next 62.5 vs 클로드 오퍼스 4.6 맥스 53.4
GGUF 저장소
huggingface.co/unsloth/Qwen3.8-Flash-Next-GGUF

Following the listing of Alibaba Qwen's new open-weight model Qwen3.8-Flash-Next, Unsloth released GGUF files and a guide on August 26 for running it locally. The headline here is that despite being a 125B-scale MoE (mixture-of-experts) model, it runs without a server-grade GPU — just 75GB of RAM or unified memory will do. In Unsloth's published comparison table, the model beat Anthropic's Claude Opus 4.6 Max across several benchmarks.

A heavy circle representing the 355GB original model shrinks along an arrow into a half-filled circle — the 75GB compressed model that still holds 79% accuracy. From that compressed model, a dotted arrow reaches toward a larger circle representing Claude Opus, showing it being outperformed on self-reported benchmarks.

The first preview of the Qwen4 architecture

Qwen3.8-Flash-Next is the first preview model of Alibaba's next-generation Qwen4 architecture, which has been in the works for a while. It's a multimodal model that reads text and images together, and it supports a 262K-token context window, so long documents or entire code repositories can be fed in and processed at once. Back on August 14, Alibaba Qwen released a 27B dense model, Qwen3.8-27B, under Apache 2.0, and that one ran on a single 24GB-class graphics card. Qwen3.8-Flash-Next is a different animal — at 125B scale, it's nearly five times larger.

How it runs on 75GB of memory

Unsloth released Qwen3.8-Flash-Next in several quantization tiers, from 1-bit up to 8-bit. The original BF16 weights come in at 355GB, but the lightest 1-bit version shrinks that down to 75GB.

Quantization levelMemory required
1-bit75GB
2-bit79GB
3-bit90GB
4-bit112GB
6-bit128GB
8-bit156GB
BF16 (original)355GB

The figures in the table refer to combined RAM and VRAM, or unified memory. Unsloth says that even at 1-bit — 79% smaller than the original — the model holds onto 79% top-1 accuracy. The company explains that the model's architecture is unusual enough that inference on CPU RAM or unified memory can approach GPU VRAM speeds, which makes it well suited to high-memory machines like Macs or NVIDIA's DGX Spark. In its own post, Unsloth thanked Qwen, saying the release "made day-zero access possible."

Claude analyzes a spreadsheet containing Acme Grille, Inc.'s consolidated income statement from 2020-2024, providing real-time guidance on financial modeling.

Benchmarks: how it compares to Claude Opus 4.6 Max

BenchmarkQwen3.8-Flash-NextClaude Opus 4.6 Max
SWE-bench Pro (agentic coding)62.553.4
SWE-bench Multilingual81.077.5
NL2Repo-Bench48.147.6
CoWorkBench (long-horizon work)73.968.2
JobBench (professional tasks)55.736.6

In Unsloth's comparison table, Qwen3.8-Flash-Next beat Claude Opus 4.6 Max on every benchmark where both models had scores. The gap was widest on JobBench, which measures professional task performance: Qwen3.8-Flash-Next scored 55.7 versus Claude's 36.6, a nearly 20-point lead. That said, these numbers come from Alibaba Qwen's and Unsloth's own releases, and no independent third-party reproduction has been confirmed yet.

How to try it

To run Qwen3.8-Flash-Next locally, start with Unsloth's guide and its Hugging Face repository. The Unsloth guide walks through installation steps and recommended settings for different hardware setups.

  1. First, check how much RAM or unified memory your machine has. Based on the table above, 75GB or more gets you the 1-bit quantized version; if you have more headroom, you can go with a 4-bit version or higher.
  2. Download the GGUF file at your preferred quantization level from the huggingface.co/unsloth/Qwen3.8-Flash-Next-GGUF repository.
  3. Install Unsloth's dedicated llama.cpp PR build or the Unsloth Desktop app.
  4. Load the downloaded GGUF file, and the model runs right away — no server GPU needed.

Any machine with 75GB or more of RAM or unified memory can run it, even without GPU VRAM. Unsloth points to Macs and NVIDIA's DGX Spark as examples of high-memory systems that fit the bill. In practice, that means people can work with a large model on a personal workstation without renting a cloud GPU.

The 262K-token context window means you can feed in an entire code repository or a long document and hand off refactoring work in one pass. That makes it applicable to agentic coding tasks like the ones SWE-bench Pro measures, as well as office work such as report writing or scheduling, which is what JobBench evaluates.

Editor's take

What stands out most about this release isn't just the numbers — it's the strategy behind it. Alibaba chose to release its next-generation Qwen4 architecture not as a finished product but as a preview, testing market reaction with a single 125B-scale MoE model. Considering it's been barely ten days since the August 14 release of the 27B dense model, and this new model is nearly five times larger, it reads like Alibaba doubling down on a strategy of densely filling out its open-weight lineup to go head-to-head with closed-model players like Anthropic and Google.

Qwen3.8-27B was a practical, workhorse model that ran on a single 24GB graphics card. Qwen3.8-Flash-Next feels different — it's far larger, yet it runs on memory alone with no GPU at all. Having worked with open models at this scale before, the shift is notable: tasks that used to require stitching together multiple GPUs are now moving onto a single workstation with enough RAM.

For companies in Korea, rather than rushing to add more server GPUs, it may be more cost-effective to first attach a model like this to a single memory-rich workstation or a DGX Spark-class machine and run a pilot on coding or document tasks. That said, keep in mind these benchmarks are self-reported by Alibaba and Unsloth — it's worth validating against your own internal data rather than skipping that step.

There's a good chance Unsloth or other parts of the community will publish independent benchmarks or fine-tuning guides for this model within the next few weeks. And how the market responds to this preview will likely shape the timeline for a full Qwen4 release.

Comments