Qwen3 0.6B · 11 GPUs measured first-party · llama.cpp Q4_K_M · Updated July 2026
Qwen3 0.6B is the smallest model in our database, and it produced the single fastest LLM number we've ever measured: 789 tokens per second on the RTX PRO 6000 Blackwell. We ran it on 11 GPUs with llama.cpp at Q4_K_M, logging generation speed, prompt speed, power draw and peak VRAM on every run. The measured peak was ~2GB, which means the question with this model is never whether your GPU fits it, even a 2019 T4 pushes 260 tok/s.
Benchmarked weights: Qwen/Qwen3-0.6B-GGUF
What GPU Do You Need for Qwen3 0.6B?, 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 0.6B. Measured generation speed by GPU
| GPU | tok/s | Prompt t/s | tok/W | Avg power |
|---|---|---|---|---|
| NVIDIA RTX PRO 6000 Blackwell Workstation Edition | 788.97 | 38260.1 | 12.79 | 61.7 W |
| NVIDIA H200 | 718.67 | 35660.3 | 6.98 | 103.0 W |
| NVIDIA B300 | 718.58 | 31030.6 | 3.23 | 222.6 W |
| NVIDIA H100 80GB HBM3 | 713.53 | 37089 | 6.89 | 103.6 W |
| NVIDIA L40S | 662.03 | 43142.5 | 10.06 | 65.8 W |
| NVIDIA B200 | 599.63 | 39023.5 | 2.52 | 237.8 W |
| NVIDIA A10G | 454.31 | 19303.6 | 7.82 | 58.1 W |
| NVIDIA A100 80GB SXM4 | 428.39 | 18721 | 4.46 | 96.0 W |
| NVIDIA A100 40GB SXM4 | 428.23 | 17584.6 | 5.22 | 82.1 W |
| NVIDIA L4 | 354.58 | 21808.2 | 11.66 | 30.4 W |
| NVIDIA T4 | 259.83 | 6862.4 | 6.04 | 43.0 W |
Why a 0.6B model matters, my take. Under a billion parameters is a magic line. Below it, you can realistically run the model on the *user's* machine, which changes the economics of building with AI completely. If you're shipping a web app and you want an LLM feature without paying per-token API costs, a 0.6B model is the play: the software is your product, the inference happens on the user's hardware, and your inference bill is zero. Qwen3 0.6B is exactly the model I'd reach for there. Once you cross 1B, you lose the bottom of the device market, a cheap phone or an old laptop can technically hold a 2GB model but can't deliver acceptable speed, so sub-1B is the tier where 'runs everywhere' is actually true.
What the chart says. This is the one benchmark where the RTX PRO 6000 Blackwell embarrasses everything, including the B300: 789 tok/s at just 61.7W, 12.79 tokens per watt, the best efficiency figure in our entire database. Tiny models don't saturate big datacenter silicon, so raw bandwidth and clocks win, and the workstation card clocks higher. The practical read: for classification, routing, tagging and other pipeline glue where you're batching millions of tokens, this model on almost any modern GPU is effectively free, and don't spend datacenter money on a job a $179 card does at hundreds of tokens per second.
Qwen3 0.6B: 789 tok/s on the RTX PRO 6000 Blackwell, the fastest LLM result we've measured on any GPU, and a ~2GB floor that fits every card in our database. My take: this is the model you embed when the user's own hardware is your inference budget. Above 1B parameters that story breaks; at 0.6B it works.