Qwen3 8B · 11 GPUs measured first-party · llama.cpp Q4_K_M · Updated July 2026
Qwen3 8B is what we'd call the base tier for a real chat experience, the class of model the cheap API endpoints actually serve. We measured it on 11 GPUs with llama.cpp at Q4_K_M: 261 tok/s on the B300 at the top, and a ~6GB measured VRAM floor that puts it within reach of nearly every desktop card sold in the last five years.
Benchmarked weights: Qwen/Qwen3-8B-GGUF
What GPU Do You Need for Qwen3 8B?, tok/s, fastest 11
Measured on our own bench. A card absent from this chart has not been run on this model yet, or cannot fit it.
Qwen3 8B. Measured generation speed by GPU
| GPU | tok/s | Prompt t/s | tok/W | Avg power |
|---|---|---|---|---|
| NVIDIA B300 | 261.4 | 4934.7 | 0.95 | 275.1 W |
| NVIDIA B200 | 253.45 | 8894.8 | 0.89 | 284.4 W |
| NVIDIA H200 | 247.98 | 8624.7 | 1.95 | 127.3 W |
| NVIDIA H100 80GB HBM3 | 244.22 | 8750.9 | 1.4 | 174.3 W |
| NVIDIA RTX PRO 6000 Blackwell Workstation Edition | 225.95 | 11640.4 | 1.14 | 198.3 W |
| NVIDIA A100 80GB SXM4 | 149.96 | 4362.8 | 0.98 | 153.1 W |
| NVIDIA A100 40GB SXM4 | 147.99 | 4386.4 | 1.14 | 129.5 W |
| NVIDIA L40S | 129.6 | 9438.1 | 0.85 | 151.7 W |
| NVIDIA A10G | 89.4 | 3708.6 | 0.87 | 102.3 W |
| NVIDIA L4 | 49.02 | 2867.7 | 0.96 | 51.0 W |
| NVIDIA T4 | 37.2 | 1177.1 | 0.69 | 53.7 W |
My take: this is the quality baseline. Below roughly this tier, local LLM use is pipeline work; at 8B it becomes something you'd actually let users talk to. If you're deciding what the minimum viable model for a product experience is, this is where I'd draw the line, 4B if you're squeezed, 8B if you want answers that consistently hold up. It's also the sweet spot for a first local setup: the ~6GB floor means an 8GB card runs it with room for context, and you don't need to think about quantization tricks or offloading.
What the numbers show. The B300 tops the chart at 261 tok/s but burns 275W doing it, 0.95 tok/W. The H200 lands 5% slower at 248 tok/s while drawing 127W, which is 1.95 tok/W and the best efficiency on the board. That's a pattern you'll see across our small-model results: Blackwell wins the headline, Hopper wins the power bill. At the affordable end, an Intel Arc A580 at $179 clears the VRAM floor, and even the ancient T4 still generates 37 tok/s, faster than most people read.
Qwen3 8B at Q4_K_M: 261 tok/s on the B300, ~6GB floor, and the H200 doing 95% of the B300's speed at less than half the power. Our position: this is the base tier for user-facing chat, the model class the budget APIs serve, and the natural first model for anyone with an 8GB card.