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)
| Quant | Qwen 3.8 27B | Qwen 3.6 27B | Diff |
|---|---|---|---|
| FP32 | 121.6 GB | 121.6 GB | +0% |
| BF16 | 61.1 GB | 61.1 GB | +0% |
| FP16 | 61.1 GB | 61.1 GB | +0% |
| Q8_0 | 32.7 GB | 32.7 GB | +0% |
| Q6_K | 25.4 GB | 25.4 GB | +0% |
| Q5_K_M | 22.1 GB | 22.1 GB | +0% |
| Q4_K_M | 19.0 GB | 19.0 GB | +0% |
| Q3_K_M | 15.1 GB | 15.1 GB | +0% |
| Q2_K | 12.1 GB | 12.1 GB | +0% |
| NVFP4 | 15.7 GB | 15.7 GB | +0% |
Diff is Qwen 3.8 27B relative to Qwen 3.6 27B. Green = lower VRAM (fits more GPUs).
Model specifications
| Spec | Qwen 3.8 27B | Qwen 3.6 27B |
|---|---|---|
| Org | Alibaba | Alibaba |
| Parameters | 27B | 27B |
| Architecture | Dense | Dense |
| Context | 256k tokens | 256k tokens |
| Modalities | text, vision, video | text, vision, video |
| License | Apache 2.0 | Apache 2.0 |
| Commercial | Yes | Yes |
| Released | 2026-08-14 | 2026-04-22 |
| GPUs (native) | 78 / 112 | 78 / 112 |
Benchmark scores
| Benchmark | Qwen 3.8 27B | Qwen 3.6 27B |
|---|---|---|
| GPQA Diamond | 89.2 | 87.8 |
| LiveCodeBench | 90.3 | 83.9 |
| SWE-bench Pro | 61.7 | 53.5 |
| Terminal-Bench 2.1 | 73.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)
- NVIDIA RTX 509032 GB
- NVIDIA RTX 508016 GB
- NVIDIA RTX 5070 Ti16 GB
- NVIDIA RTX 5060 Ti 16GB16 GB
- NVIDIA RTX 409024 GB
- NVIDIA RTX 408016 GB
- NVIDIA RTX 4070 Ti SUPER16 GB
- NVIDIA RTX 4060 Ti 16GB16 GB
- NVIDIA RTX 309024 GB
- NVIDIA RTX 3090 Ti24 GB
- NVIDIA B300 288GB288 GB
- NVIDIA B200 180GB180 GB
- +66 more GPUs run both
Which should you use?
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.