August 3, 2026 · 7 min read

Qwen 3.8 vs Qwen 3.6: What Actually Changed, and Which to Use

With Qwen 3.8 Max generally available since August 3 and its open weights promised for the coming week, the practical question is not "which is better" (the 2.4T flagship, obviously) but "which Qwen should I actually be using, today and next month". Here is the honest lineup.

The Two Generations at a Glance

FeatureQwen 3.6Qwen 3.8
ReleasedApril 21, 2026August 3, 2026 (GA)
Sizes27B dense, 35B MoE (3B active)Max: 2.4T MoE (~95B active); 27B announced
Context window256K1M (Max; 27B unconfirmed)
ModalitiesText + image inputText + image + video input
Open weightsYes, since AprilPromised for the coming week (Max + 27B)
Runs locallyYes, from 8 GB VRAM27B: soon. Max: never on consumer hardware
Uncensored buildsYes, abliterated and heretic variantsNot until the weights are public
API priceCheap everywhere (open weights, many hosts)$2 / M input, $6 / M output, single upstream

Where 3.8 Is Simply a Different Class

Qwen 3.8 Max is a frontier model. Its launch scores (92.6 GPQA Diamond, 86.6 Terminal-Bench 2.1, 73.5 FrontierSWE) are not numbers a 27B or 35B produces; the agentic coding jumps in particular roughly double its predecessor generation. It also sees video, holds a million tokens, and ships built in tools. If your job is huge context analysis or hard agent runs and hosted is acceptable, the Max is the strongest Qwen ever offered. The access guide covers every route.

Where 3.6 Still Wins

The Interesting Case: Qwen 3.8 27B

The announced open weight 27B is where the generations actually meet. If it inherits even part of the Max's agentic gains at 3.6 27B hardware cost (~16 GB at Q4), it becomes the default local Qwen the day usable GGUFs appear, and the abliterated builds that follow become the new uncensored baseline. The realistic timeline: weights within the week, GGUFs days later, tooling and abliterations over the following weeks. Our hardware breakdown tracks what is confirmed versus projected.

So Which Should You Use?

Your situationUse
Private chat, writing, coding on your own GPUQwen 3.6 27B, today
Uncensored local AIQwen 3.6 abliterated, today
Million token context or hardest agent tasks, hosted OKQwen 3.8 Max via API
Want the newest local QwenRun 3.6 now, switch to 3.8 27B when GGUFs land (one click, not a migration)

FAQ

Is Qwen 3.8 better than Qwen 3.6?

The Max is, by a class margin, on launch benchmarks. But it is hosted only today, while 3.6 runs on your own hardware. Different tools for different jobs.

Should I wait for Qwen 3.8 27B?

No. Run 3.6 now; switching later is one click in the Model Manager. Waiting gains you nothing.

Does Qwen 3.8 have a bigger context window?

Yes, 1M versus 256K, for the Max. Whether the 27B keeps the full window is unconfirmed.

Is there an uncensored Qwen 3.8?

Not yet; that needs public weights. Qwen 3.6 abliterated is today's answer.

Getting Started

Whichever generation wins your workload, the local side takes five minutes to set up:

git clone https://github.com/PurpleDoubleD/locally-uncensored.git
cd locally-uncensored
# Windows: setup.bat | Linux: ./setup.sh

Or grab the installer from the releases page, open the Model Manager, and search Qwen.


Locally Uncensored is AGPL-3.0 licensed and free to use. Built by PurpleDoubleD.

Run the models that actually fit your machine, privately and uncensored.

Get Started on GitHub