Qwen 3.8 27B vs Qwen 3.6 27B

Side-by-side VRAM requirements, benchmark scores, and GPU compatibility for local AI inference.

Quick verdict

Both models need similar VRAM at Q4_K_M (19.0 GB). The choice comes down to benchmarks and architecture.

Analysis

Qwen 3.8 27B replaces Qwen 3.6 27B directly: same org, same 27B-class dense weight class, released about four months apart in 2026. What makes this worth more than a version-number skim is how little actually moved architecturally — Qwen kept the exact hybrid attention stack unchanged, layer for layer — while the benchmark scores it publishes moved by a lot, especially on coding and agentic tasks.

The two models' config.json files are identical on every dimension that drives VRAM math: 64 layers, 16 repeats of three Gated DeltaNet layers (linear attention, fixed-size recurrent state) followed by one Gated Attention layer (4 KV heads, 256 head dim), the same 5,120 hidden size, and the same 262,144-token native context. Both repos' safetensors indexes report the exact same 55,562,855,904-byte total, since neither model's architecture differs at all — Qwen's own model card rounds both to "27B." Since the KV-cache math depends only on that shape, not on training, Qwen 3.8 27B's KV cache at any context length is identical to Qwen 3.6 27B's — 17.2 GB at the full 262,144-token window on both — and the weights are identical too: 16.4 GB at Q4_K_M either way. Upgrading costs nothing extra in hardware terms — literally the same weights size, not just close. What changed is capability: on the benchmarks Qwen's own Qwen3.8-27B model card reports for both models side by side, Qwen 3.8 27B leads on every shared metric — GPQA Diamond 89.2 vs 87.8, LiveCodeBench v6 90.3 vs 83.9, SWE-bench Pro 61.7 vs 53.5, and Terminal-Bench 2.1 73.0 vs a re-evaluated 63.4 for Qwen 3.6 27B on the same 2.1 harness (Qwen 3.6 27B's own originally published Terminal-Bench number, 59.3, was measured on the older 2.0 suite, not directly comparable to either 2.1 figure). The SWE-bench Pro and Terminal-Bench gaps are the largest, 8.2 and 9.6 points respectively, suggesting the bulk of this generation's work went into agentic coding rather than general knowledge, where the GPQA gap is a more modest 1.4 points. Vision setup is unchanged: both models' upstream checkpoints embed a native vision encoder (config.json's vision_config), and both still ship their GGUF quants with a separate mmproj projector file to load alongside the main weights — a llama.cpp packaging convention that applies to both releases equally, not something this generation fixed. License is unchanged, Apache 2.0 on both with no usage restrictions. Tooling is the one place Qwen 3.8 27B currently trails: at launch it has no Ollama tag yet, the same rough patch Qwen 3.6 27B's own day-one GGUFs reportedly hit, so llama.cpp, vLLM, or SGLang remain the dependable route for both models rather than just the newer one.

Bottom line: If you're already running Qwen 3.6 27B, upgrading to Qwen 3.8 27B costs nothing extra in hardware terms — the real weight size and the KV-cache math are both unchanged — for real gains on every shared benchmark, the largest on agentic coding tasks (SWE-bench Pro, Terminal-Bench). There's no hardware-tier reason to hesitate: whatever GPU held Qwen 3.6 27B holds Qwen 3.8 27B. The only reason to stay on Qwen 3.6 27B for now is tooling that specifically depends on Ollama, since neither model has a working day-one Ollama path — check current Ollama library status before switching either way.

VRAM at each quantization (8k context)

FP32
Qwen 3.8 27B
121.6 GB
Qwen 3.6 27B
121.6 GB
BF16
Qwen 3.8 27B
61.1 GB
Qwen 3.6 27B
61.1 GB
FP16
Qwen 3.8 27B
61.1 GB
Qwen 3.6 27B
61.1 GB
Q8_0
Qwen 3.8 27B
32.7 GB
Qwen 3.6 27B
32.7 GB
Q6_K
Qwen 3.8 27B
25.4 GB
Qwen 3.6 27B
25.4 GB
Q5_K_M
Qwen 3.8 27B
22.1 GB
Qwen 3.6 27B
22.1 GB
Q4_K_M
Qwen 3.8 27B
19.0 GB
Qwen 3.6 27B
19.0 GB
Q3_K_M
Qwen 3.8 27B
15.1 GB
Qwen 3.6 27B
15.1 GB
Q2_K
Qwen 3.8 27B
12.1 GB
Qwen 3.6 27B
12.1 GB
NVFP4
Qwen 3.8 27B
15.7 GB
Qwen 3.6 27B
15.7 GB
QuantQwen 3.8 27BQwen 3.6 27BDiff
FP32121.6 GB121.6 GB+0%
BF1661.1 GB61.1 GB+0%
FP1661.1 GB61.1 GB+0%
Q8_032.7 GB32.7 GB+0%
Q6_K25.4 GB25.4 GB+0%
Q5_K_M22.1 GB22.1 GB+0%
Q4_K_M19.0 GB19.0 GB+0%
Q3_K_M15.1 GB15.1 GB+0%
Q2_K12.1 GB12.1 GB+0%
NVFP415.7 GB15.7 GB+0%

Diff is Qwen 3.8 27B relative to Qwen 3.6 27B. Green = lower VRAM (fits more GPUs).

Model specifications

SpecQwen 3.8 27BQwen 3.6 27B
OrgAlibabaAlibaba
Parameters27B27B
ArchitectureDenseDense
Context256k tokens256k tokens
Modalitiestext, vision, videotext, vision, video
LicenseApache 2.0Apache 2.0
CommercialYesYes
Released2026-08-142026-04-22
GPUs (native)78 / 11278 / 112

Benchmark scores

BenchmarkQwen 3.8 27BQwen 3.6 27B
GPQA Diamond89.287.8
LiveCodeBench90.383.9
SWE-bench Pro61.753.5
Terminal-Bench 2.173.0

Green = higher score (better). — = not yet available.

GPUs that run only Qwen 3.8 27B(0)

Every GPU that runs Qwen 3.8 27B also runs Qwen 3.6 27B.

GPUs that run only Qwen 3.6 27B(0)

Every GPU that runs Qwen 3.6 27B also runs Qwen 3.8 27B.

GPUs that run both natively(78)

Which should you use?

Choose Qwen 3.8 27B if:
    Choose Qwen 3.6 27B if:

      Frequently asked questions

      Which is better, Qwen 3.8 27B or Qwen 3.6 27B?
      Both are capable models. The best choice depends on your hardware and use case.
      How much VRAM does Qwen 3.8 27B need vs Qwen 3.6 27B?
      At Q4_K_M quantization with 8k context, Qwen 3.8 27B needs approximately 19.0 GB of VRAM, while Qwen 3.6 27B needs 19.0 GB. At FP16, Qwen 3.8 27B requires 61.1 GB vs 61.1 GB for Qwen 3.6 27B.
      Can you run Qwen 3.8 27B on the same GPUs as Qwen 3.6 27B?
      Yes, 78 GPUs can run both natively in VRAM, including NVIDIA RTX 5090, NVIDIA RTX 5080, NVIDIA RTX 5070 Ti. However, no GPU can run Qwen 3.8 27B without also fitting Qwen 3.6 27B, and no GPU can run Qwen 3.6 27B without also fitting Qwen 3.8 27B.
      What is the difference between Qwen 3.8 27B and Qwen 3.6 27B?
      Qwen 3.8 27B has 27B parameters (dense) with a 256k context window. Qwen 3.6 27B has 27B parameters (dense) with a 256k context window.
      Which model fits in 24 GB of VRAM, Qwen 3.8 27B or Qwen 3.6 27B?
      Both fit in 24 GB of VRAM at Q4_K_M — Qwen 3.8 27B needs 19.0 GB and Qwen 3.6 27B needs 19.0 GB.
      Full Qwen 3.8 27B page →Full Qwen 3.6 27B page →Check your hardware →