$GPU Rental Prices.com
live prices · verified 2026-07-08

Best Cloud GPU for LLM Inference

LLM inference is bandwidth-bound and memory-gated, so the right card is the cheapest one whose VRAM holds your quantized model plus the KV cache. A 24GB RTX 4090 at $0.69/hr serves quantized 7B to 13B models well; an 80GB A100 at $0.89/hr or H100 at $1.99/hr is the floor for 70B. Match memory bandwidth to your throughput target, since tokens per second track bandwidth more than raw FLOPs.

The picks, with live prices

PickGPUVRAMOn-demand fromWhere
value pickRTX 409024 GB$0.69RunPod secure cloudRent →
endpoint pickL40S48 GB$0.88Massed Compute on-demandRent →
scale pickA10080 GB$0.89Jarvislabs on-demandRent →
performance pickH10094 GB$1.99Voltage Park on-demandRent →

RTX 4090 value pick

Serves 4-bit 7B to 13B models with fast per-token latency thanks to high consumer memory bandwidth. Best tokens-per-dollar for single-model, single-user or low-concurrency endpoints.

L40S endpoint pick

48GB fits larger models or a bigger KV cache for concurrency, with datacenter reliability for a hosted endpoint. A balanced choice when a 24GB card is too tight but you do not need 80GB.

A100 scale pick

The 80GB A100 is the practical floor for a 70B model in reasonable precision and for high-concurrency serving where the KV cache grows with batch size. Strong bandwidth at a lower rate than H100.

H100 performance pick

Highest memory bandwidth here plus FP8, which lifts throughput on large models and heavy concurrency. Pick it when tokens per second per dollar, not just per hour, is what you are optimizing.

Worth knowing

FAQ

What GPU do I need to serve a 70B model?

In 4-bit quantization a 70B model needs roughly 40GB for weights plus the KV cache, so an 80GB A100 or H100 is the single-card floor. Higher precision or long context pushes you toward multiple GPUs.

Why is bandwidth more important than FLOPs for inference?

Token generation reads the full model from memory for every token, so decode speed is limited by how fast the GPU moves data, not how fast it computes. A card with higher memory bandwidth serves more tokens per second even at similar FLOPs.

Prices render from today's verified snapshot, not from when this guide was written. Full table on the homepage; break-even math in the calculator.