Qwen 3.6 27B Benchmark Deep Dive: The Measured Numbers
Sofia Marenco
Model Evaluation Lead

TLDRThird-party analysis of Qwen 3.6 27B: NVFP4 vs FP8 MMLU scores, DGX Spark throughput, and agentic eval results — all sourced.
Qwen 3.6 27B Deep Dive: What the Community Actually Measured
Three weeks after Qwen 3.6 landed on Hugging Face, the model is no longer a subject of speculation. It is a subject of measurement. Not a launch keynote, not a system card, not a leaked codename — but a growing pile of lm-eval logs, DGX Spark throughput tables, and tool-calling benchmarks posted by named testers running the weights locally.
TLDR Qwen 3.6 27B is the dense sibling in Alibaba's Qwen 3.6 family, alongside a 35B-A3B mixture-of-experts variant. Public community benchmarks put its NVFP4 quantization at 0.8446 accuracy on MMLU and 163 tokens per second peak decode on Blackwell-class hardware. The 35B-A3B sibling dominates independent tool-eval-bench runs. But no official Alibaba benchmark report appears in this signal set, and the NVFP4 quantizations of the 35B model appear to be broken in agentic workflows. What follows is what independent testers actually measured, and where the numbers stop.
Key Takeaways
- Qwen 3.6 27B is a 27B dense model with a hybrid linear-attention plus sparse-MoE architecture and a 256K-token context window, per third-party model card copy.
- NVFP4 quantization delivers roughly 2.6–2.86× decode speedup over BF16 in one VLLM benchmark, at MMLU 0.8446 accuracy.
- On DGX Spark, community testers report 28–33 t/s single-session throughput on the NVFP4 build via vLLM 0.24.0.
- On Apple silicon, MTPLX v2 hits 82.8 t/s on M3 Ultra with the Optimized Speed build.
- The 35B-A3B sibling wins independent agentic tool-eval-bench comparisons with a 91.0 ± 1.5 mean score across 84 scenarios and 8 trials.
- No official Alibaba benchmark report for Qwen 3.6 27B is present in this signal set as of July 14, 2026 — every number below comes from community testers.
What the Community Has Actually Measured
Start with the hard evidence. NVIDIA published an NVFP4 quantization of Qwen 3.6 27B on Hugging Face on June 26, 2026, describing the model as a 27-billion parameter transformer with "Hybrid Attention (Gated DeltaNet and Gated Attention)" and a context length "up to 262K" tokens, per the official NVIDIA model card on Hugging Face. The card also lists the ModelOpt quantization tooling used and the calibration datasets (cnn_dailymail and Nemotron-Post-Training-Dataset-v2).
Then came the throughput numbers. Ivan Fioravanti ran the NVFP4 build on a DGX Spark under vLLM 0.24.0 and posted a full context-depth sweep, reporting 1078 tokens per second prefill and 30 tokens per second generation at 4K context, with generation holding at 23–33 t/s up to a 128K context depth.

Source: @ivanfioravanti
A separate community benchmark on the NVIDIA DGX Spark forum ran MMLU via lm-eval against the NVFP4 quantization, reporting MMLU accuracy of 0.8446 with a standard error of 0.0030, broken out into humanities (0.7974), high-school world history (0.9494), and international law (0.9421) sub-scores. This is one of the few end-to-end evals on the 27B in this signal window.
The most quantitative comparative work comes from a Reddit post publishing a full VLLM Performance Benchmark across BF16, FP8, and NVFP4. Using llama benchy on an RTX 6000 Pro Blackwell (96GB), the tester reports NVFP4 decoding at ~163 t/s versus ~61 t/s on BF16 — a 2.6–2.86× speedup — with FP8 winning prompt prefill by ~20%. NVFP4 loses roughly 10–15% on prefill versus FP8 due to on-the-fly dequantization.
That is the measured surface. Everything else is inference from these anchors.
Architecture: What the Model Card Says
According to the model listing on the Vercel AI Gateway, Qwen 3.6 27B is described as a "native vision-language model from Alibaba Cloud built on a hybrid linear-attention plus sparse mixture-of-experts architecture, with a context window of 256K tokens and improvements in agentic coding, math and code reasoning, spatial intelligence, and object detection."
That framing is worth reading carefully. The NVIDIA card calls the architecture "Hybrid Attention (Gated DeltaNet and Gated Attention)." The Vercel copy calls it "hybrid linear-attention plus sparse MoE." Both claims can be consistent — a Gated DeltaNet linear-attention path combined with sparse expert routing — but the 27B is repeatedly described elsewhere in community discussion as dense, in contrast to the 35B-A3B which explicitly activates 3B parameters per token.
The community's working model, then: the 27B is a dense hybrid-attention checkpoint; the 35B-A3B is a mixture-of-experts model with 3B active parameters. Both share the 256K context window. Both are natively trained at FP8, per multiple test writeups.
No arXiv paper, no formal architecture writeup from Alibaba appears in this signal set. Readers looking for a definitive weights breakdown will need to wait for an official technical report.
Quantization: NVFP4 Wins Decoding, FP8 Wins Prefill
The most reproducible finding across the signal set is the shape of the quantization tradeoff.
| Quantization | Base decode (t/s) | 32K decode (t/s) | Prefill (t/s @ 2K) | On-disk size |
|---|---|---|---|---|
| BF16 | 59.10 | 59.46 | 4359 | ~54GB |
| FP8 | 97.49 | 100.48 | 4747 | ~29GB |
| NVFP4 | 169.23 | 158.04 | 4732 | ~14GB |
All numbers from the VLLM Performance Benchmark thread on r/LocalLLaMA using vLLM 0.24.0 on an RTX 6000 Pro Blackwell. The tester's summary: NVFP4 dominates token generation speed because decoding is memory-bandwidth bound, and 4-bit weights slash the bytes moved per pass. FP8 wins prompt processing because prefill is compute-bound and FP8 uses Tensor Core acceleration without dequantization overhead.
There is a caveat the same tester flags directly: NVFP4 in agent mode "seems to be less thorough than the higher quants," with looping issues in Copilot workflows. Based on that observation, they recommend FP8 for coding work despite the slower decode.
The MMLU accuracy for NVFP4 (0.8446) is high enough to suggest the quality hit is modest in aggregate — but aggregate benchmarks miss the long-tail agent failures that show up in real coding sessions. Two separate signal points call this out.
The 35B NVFP4 Problem
Not all quantizations in the Qwen 3.6 family are created equal. MiaAI-Lab reports that contrary to NVIDIA's excellent Qwen3.6-27B NVFP4, the Qwen3.6-35B NVFP4 is performing poorly compared to Unsloth's GGUF in agentic workflows. Red Hat's NVFP4 version of the 35B fares similarly badly in their testing.
The framing is important: "Something seems broken with the NVFP4 quantizations for the 35B model." This is not a fundamental problem with NVFP4 — the 27B version works well — but a per-model quantization issue that has yet to be root-caused publicly.
A follow-up from MiaAI-Lab points to a partial workaround: Unsloth's newer Qwen3.6-35b-NVFP4 build running on DGX Spark hits "~81 tok/s single session" and "~350+ tok/s at 24 sessions" with a 256K context and 24-way concurrency. Their claim: this is now the recommended Qwen3.6-35B for accuracy-per-throughput.
For builders evaluating the family, the practical takeaway is that quantization provenance matters more than the model name. Two files claiming to be "Qwen 3.6 35B NVFP4" from different quantizers can behave very differently in agent workflows.
Qwen 3.6 27B vs Qwen 3.6 35B-A3B: What the Signal Says
The most-discussed comparison in the signal window is not against Claude or GPT — it is between the two Qwen 3.6 siblings. The choice matters because they trade different resources.
Architecture. The 27B is dense; the 35B-A3B is a mixture-of-experts model with 3B active parameters. The Reddit post "Qwen 3.6 27B is a BEAST" notes that dense-model offloading works "terribly," pushing users with 16GB VRAM toward the 35B-A3B instead, where sparse activation makes offloading tractable.
Context window. Both advertise 256K tokens per the Vercel listing and the Unsloth DGX Spark deployment notes.
Agentic tool-calling. This is where the signal set is most concrete. MiaAI-Lab's Agents-A1 vs Qwen3.6-35B tool-eval-bench comparison gives Qwen 3.6 35B-A3B a mean score of 91.0 ± 1.5 across 84 tool-calling scenarios and 8 trials, with 100% pass rates on tool selection, multi-step chains, error recovery, and structured output. A parallel Laguna-XS vs Qwen3.6-35B comparison reports the same 91.0 score against a 78.1 for the challenger. No equivalent 27B tool-eval-bench score appears in this signal set.

Source: @MiaAI_lab
Decode speed. On DGX Spark's Unsloth NVFP4 build, the 35B-A3B reaches ~350+ t/s at 24-session concurrency, while the 27B NVFP4 sits at ~28–33 t/s single-session per Fioravanti's vLLM 0.24.0 runs. On M3 Ultra with MTPLX v2 Optimized Speed, Fioravanti reports 82.8 t/s on Qwen 3.6 27B and 103 t/s peak decode on the 35B-A3B in a 6-bit build.
The practical read. The 35B-A3B looks like the operational choice for concurrency-heavy or agentic work; the 27B looks stronger where dense reasoning matters and VRAM is available.
The Hard Task: How Local Models Fail Cleanly
The signal set contains one substantive comparison against frontier proprietary models — a Russian-language writeup reposted on r/LocalLLaMA in which the author deliberately picked a task too hard for the models: implementing an autoresearch loop from a detailed design doc.
The setup: Qwen 3.6 27B q4_k_m locally on an RTX 5080 16GB, Qwen 3.6 27B and Gemma 4-31B via OpenRouter, Claude Haiku 4.5 in Pi Agent, and GPT-Codex-Spark in Codex. The framing is important: "the goal was not 'solve the task,' but 'mess up as little as possible while attempting to solve it.'" Only one of the four models solved it.
This is the correct way to read the "Qwen 3.6 27B is a BEAST" enthusiasm. On easy tasks — pelican-on-a-bicycle, hexagonal minesweeper, single-file HTML — the 27B is impressive enough to displace cloud subscriptions for many developers. On genuinely hard tasks, it fails; the question is how cleanly.
Coined Terminology and How to Use It
Several terms from this signal window are worth pinning down, because they appear repeatedly in community writeups and quotation would benefit from precise definitions:
- Hybrid Attention — the Gated DeltaNet plus Gated Attention configuration described on the NVIDIA model card; the linear-attention path is what makes 256K context tractable.
- NVFP4 — NVIDIA's 4-bit floating-point format, quantized via ModelOpt v0.45.0; on the 27B it delivers roughly 2.6× decode speedup at MMLU 0.8446.
- MTP (Multi-Token Prediction) — a speculative-decoding technique reported to deliver up to 1.94× throughput improvement on DGX Spark, per the DGX Spark benchmark thread.
- PrismaQuant — a mixed-precision quantization approach that leaves sensitive layers in BF16 and shifts insensitive layers to NVFP4; discussed in the same forum thread as a quality/size compromise.
- UD-Q8_K_XL — Unsloth's Dynamic Q8 GGUF variant that anchors the agentic tool-eval numbers reported by MiaAI-Lab.
- B12X linear GEMM — the FlashInfer NVFP4 GEMM backend used in the Unsloth DGX Spark deployment; part of why the 24-concurrency throughput reaches 350+ t/s.
These terms have precise, measurable definitions rooted in the signal set — a rare property for coined terminology in a fresh-model window.
Why This Matters for Builders
Qwen 3.6 27B is one of the first checkpoints in 2026 where local inference numbers land in a genuinely useful range for daily coding. On a 5090 laptop with 24GB VRAM, the r/LocalLLaMA thread describes a workflow where all pyspark/python and data transformation debugging tasks pass reliably. On DGX Spark, throughput is high enough for team-level shared inference. On M3 Ultra, 82.8 t/s makes single-user vibe-coding practical.
The cost story is separate. A recent r/Qwen_AI thread on Qwen 3.6:27b cost of ownership vs frontier API cost argues that a $6,000 desktop with an RTX 4090 and 128GB SO-DIMM RAM has a 3–24 year break-even against frontier API pricing depending on usage. The break-even math is fragile — it depends on assumptions about how quickly API pricing changes — but the model quality is now high enough that the question is worth asking.
Two things worth flagging for anyone deploying this:
- The NVFP4 27B is fast but shows agent-mode looping in Copilot per the r/LocalLLaMA benchmark tester. FP8 is the safer default for coding.
- The 35B-A3B NVFP4 quantizations from both NVIDIA and Red Hat appear broken in agent workflows per MiaAI-Lab. Unsloth's build is the current workaround.
How to Evaluate It Yourself
The reproducible parts of this signal set are worth running before making a deployment call. Three concrete approaches:
MMLU via lm-eval. The DGX Spark forum benchmark uses lm_eval --model local-completions --tasks mmlu against a vLLM OpenAI-compatible endpoint. Reproducing the 0.8446 number on your own quantization takes a few hours and validates that your serving stack is not lossy.
Throughput via llama benchy. The full vLLM parameter set is published in the r/LocalLLaMA benchmark thread, including --speculative-config with MTP and --kv-cache-dtype fp8. Running the same sweep on your target hardware gives you a direct baseline against the community numbers.
Tool-eval-bench v2.0.6. MiaAI-Lab's methodology is documented in the two GitHub repos linked above: 84 scenarios, 8 trials, seed 42, 8 max turns, 60 s timeout. This is the highest-quality agentic benchmark in this signal window and is worth running as a gate before shipping a Qwen 3.6-based agent to production.
What We Know vs. What We Don't
What we know:
- Qwen 3.6 27B is a 27-billion parameter dense model with hybrid linear-attention plus sparse-MoE architecture and a 256K-token context window, per third-party model card copy.
- In one public lm-eval run on the NVFP4 quantization served via vLLM 0.24.0, Qwen 3.6 27B scored 0.8446 accuracy on MMLU with a standard error of 0.0030, per a benchmark report on the NVIDIA DGX Spark forum.
- A community VLLM benchmark using llama benchy reports Qwen 3.6 27B NVFP4 generating roughly 163 tokens per second at base context versus 59 for BF16, a 2.6-to-2.86× speedup on token decoding.
- Ivan Fioravanti reports 28-33 tokens per second on DGX Spark with the NVFP4 build in vLLM 0.24.0, and 82.8 tokens per second on an M3 Ultra using MTPLX v2 Optimized Speed.
- In independent tool-eval-bench v2.0.6 runs by MiaAI-Lab, Qwen 3.6 35B-A3B — the MoE sibling — outperformed both Laguna-XS-2.1 and Agents-A1 by roughly 7 to
About Sofia Marenco
Sofia stress-tests new models on coding and reasoning benchmarks and reports what holds up.
View all posts by Sofia Marenco