Is Local LLM Prefill Throughput Severely Underestimated?

GabryIta · reddit · 2026-07-07

A developer points out that when discussing the ROI of running local LLMs, the focus is almost entirely on decoding (output) speed, while prefill (input) speed is ignored. Using the example of running GLM 5.2 (with 4-bit quantization, speculative decoding, and other optimizations) on 4 NVIDIA DGX Spark units, one can achieve about 60 output tokens/second with 6 concurrent requests. Theoretically, running 24/7 yields about 5.18 million output tokens a day, costing roughly $22/day at $4.40 per million output tokens. However, the prefill throughput for the same configuration is about 3000 tokens/second—50 times faster than output. Even with a lower prefill unit price (about $1.40 per million input tokens), this massive throughput gap should significantly impact ROI. The author questions why the industry rarely includes prefill in its evaluations.

Original post →

More from Infra

Infra channel →