Qwen2.5-Coder 7B · 11 GPUs measured first-party · llama.cpp Q4_K_M · Updated July 2026
Qwen2.5-Coder 7B is the autocomplete tier: small enough to fit an 8GB card (~6GB measured peak), fast enough that completions feel instant: 287 tok/s on the B300, 266 on the H200, and still 38 tok/s on a seven-year-old T4. We measured it on 11 GPUs with llama.cpp at Q4_K_M, logging power and VRAM on every run.
Benchmarked weights: bartowski/Qwen2.5-Coder-7B-Instruct-GGUF
What GPU Do You Need for Qwen2.5-Coder 7B?, 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.
Qwen2.5-Coder 7B. Measured generation speed by GPU
| GPU | tok/s | Prompt t/s | tok/W | Avg power |
|---|---|---|---|---|
| NVIDIA B300 | 286.5 | 5832.3 | 0.96 | 298.6 W |
| NVIDIA B200 | 277.98 | 10233.5 | 0.82 | 340.8 W |
| NVIDIA H200 | 266.36 | 8971.2 | 2.02 | 131.8 W |
| NVIDIA H100 80GB HBM3 | 263.91 | 9408.2 | 1.09 | 241.1 W |
| NVIDIA RTX PRO 6000 Blackwell Workstation Edition | 256.11 | 13046.7 | 1.32 | 194.5 W |
| NVIDIA A100 80GB SXM4 | 164.6 | 4806.3 | 1.45 | 113.8 W |
| NVIDIA A100 40GB SXM4 | 159.85 | 4761.5 | 1.17 | 136.1 W |
| NVIDIA L40S | 144.21 | 10094.7 | 0.84 | 170.8 W |
| NVIDIA A10G | 98.13 | 4089.6 | 0.86 | 113.7 W |
| NVIDIA L4 | 52.53 | 3000.9 | 0.98 | 53.7 W |
| NVIDIA T4 | 37.91 | 1369.4 | 0.67 | 56.3 W |
The right tool for inline completion. Code completion has a latency budget of a few hundred milliseconds. The model has to produce a usable suggestion before you type the next character. That's a speed problem, not an intelligence problem, and a 7B coder model is the honest answer to it. My recommended split for a local stack: this model handles fill-in-middle and autocomplete, while a 30B-class model (ideally the Qwen3 Coder MoE) handles the chat-and-refactor side. On a 24GB card you can run both simultaneously.
Numbers worth noticing. The H200's 266 tok/s at 132W (2.02 tok/W) doubles the efficiency of the chart-topping B300, the recurring Hopper-vs-Blackwell pattern in our small-model data. But the more practical row is further down: 6GB-class cards clear the floor, and the $179 Arc A580 fits it. For a completions model that runs all day next to your IDE, low idle-adjacent power draw matters more than peak throughput. This is a workload where a small efficient card is genuinely the better engineering choice.
Qwen2.5-Coder 7B: 287 tok/s peak, ~6GB floor, instant-feel completions on almost any modern card. Use it as the fast half of a local coding stack, autocomplete here, a 30B-class model for the heavy lifting, and an 8GB card is all the hardware this half needs.