Qwen3 8B · 11 GPUs measured first-party · llama.cpp Q4_K_M · Updated July 2026

What GPU Do You Need for Qwen3 8B?

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

261.4tok/s
Fastest: NVIDIA B300
measured, 3-run llama-bench
~6GB
VRAM needed (measured peak)
GPU-independent, applies to every card
11
GPUs measured
same pinned harness
1.95tok/W
Most efficient: NVIDIA H200
real power sampling, not TDP

What GPU Do You Need for Qwen3 8B?, tok/s, fastest 11

NVIDIA B300
261.4 tok/s
NVIDIA B200
253.45 tok/s
NVIDIA H200
247.98 tok/s
NVIDIA H100 80GB HBM3
244.22 tok/s
NVIDIA RTX PRO 6000 Blackwell Workstation Edition
225.95 tok/s
NVIDIA A100 80GB SXM4
149.96 tok/s
NVIDIA A100 40GB SXM4
147.99 tok/s
NVIDIA L40S
129.6 tok/s
NVIDIA A10G
89.4 tok/s
NVIDIA L4
49.02 tok/s
NVIDIA T4
37.2 tok/s

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

NVIDIA B300261.4
NVIDIA B200253.45
NVIDIA H200247.98
NVIDIA H100 80GB HBM3244.22
NVIDIA RTX PRO 6000 Blackwell Workstation Edition225.95
NVIDIA A100 80GB SXM4149.96
NVIDIA A100 40GB SXM4147.99
NVIDIA L40S129.6
NVIDIA A10G89.4
NVIDIA L449.02
NVIDIA T437.2
GPUtok/sPrompt t/stok/WAvg power
NVIDIA B300261.44934.70.95275.1 W
NVIDIA B200253.458894.80.89284.4 W
NVIDIA H200247.988624.71.95127.3 W
NVIDIA H100 80GB HBM3244.228750.91.4174.3 W
NVIDIA RTX PRO 6000 Blackwell Workstation Edition225.9511640.41.14198.3 W
NVIDIA A100 80GB SXM4149.964362.80.98153.1 W
NVIDIA A100 40GB SXM4147.994386.41.14129.5 W
NVIDIA L40S129.69438.10.85151.7 W
NVIDIA A10G89.43708.60.87102.3 W
NVIDIA L449.022867.70.9651.0 W
NVIDIA T437.21177.10.6953.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.

Our verdict

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.

FAQ

Can an 8GB card run Qwen3 8B?
Yes: we measured ~6GB peak at Q4_K_M, leaving headroom for context on an 8GB card. The $179 Intel Arc A580 clears the floor; so does any RTX 3050 or better.
Is Qwen3 8B good enough for a real product?
In our view it's the baseline where user-facing chat stops feeling like a toy. Below it (1.7B/4B) you're in pipeline-component territory; above it (14B/30B-A3B) you're buying quality with VRAM.
What's the most efficient GPU for Qwen3 8B?
The H200: 248 tok/s at 127W measured, 1.95 tok/W, double the efficiency of the B300 that beats it by only 5%. For sustained serving, that difference is your power bill.
Qwen3 8B or Qwen3 14B?
8B needs ~6GB and does 261 tok/s peak in our tests; 14B needs ~10GB and tops out at 165 tok/s. If your card has 12GB+, the 14B's quality is worth the speed loss; on an 8GB card the 8B is the honest fit.
How does it compare to Llama 3.1 8B?
Same weight class and similar throughput characteristics. Both are bandwidth-bound at Q4_K_M. Qwen3 has the newer training recipe; we benchmark both so you can compare tok/s per card directly on their pages.