Manual · GPU

T4: the tiny Turing

16GB, 70W, no NVLink, and the most deployed GPU in the world. T4 is the edge and the budget workhorse.

T4 is the GPU almost nobody talks about but almost everybody uses. It's the default on every cloud, the edge inference card, the budget option. And it's the reason "small model, big throughput" is a real strategy.

What T4 is

The numbers

Why it matters for inference

T4 is the GPU that made "serve a small model cheaply" a real business. A 7B model in INT8 is ~7GB, which fits on a T4 with room for KV cache. The throughput is modest, but the cost per hour is tiny, and for high-volume low-complexity workloads (classification, extraction, embeddings), T4 is often the most cost-effective GPU per dollar.

It's also the GPU that runs Whisper and other ASR at scale: a batch of audio clips on a T4 is cheap and fast enough for most production needs.

Sources

Back to the manual