$GPU Rental Prices.com
answered with live data · 2026-08-22

How much does it cost to train an LLM?

Training cost is the number of GPU hours you need multiplied by the hourly rate per GPU. Fine-tuning a small model can be a handful of GPU hours, while training a frontier model from scratch runs into millions of GPU hours across thousands of cards. The cheapest verified H100 in our index is $1.99/hr, which is the number you would plug in for a Hopper-class training run.

GPUVRAM$/hrWhere
H100 (unspecified)94 GB$0.94Prime Intellect spot / interruptibleRent →
H100 NVL94 GB$1.29Microsoft Azure spot / interruptibleRent →
H100 (unspecified)94 GB$1.81SF Compute spot / interruptibleRent →
H100 SXM94 GB$1.91TensorDock spot / interruptibleRent →
H100 PCIe94 GB$1.99RunPod community cloudRent →
H100 (unspecified)94 GB$1.99Voltage Park on-demandRent →
H100 (unspecified)94 GB$2.00GMI Cloud on-demandRent →
H100 SXM94 GB$2.04Microsoft Azure spot / interruptibleRent →

For a concrete estimate, start with the compute the run needs and the throughput of your GPU, then divide to get GPU hours. Multiply by the hourly rate, and multiply again by the number of GPUs if you train in parallel. A short fine-tune of a 7B model might take tens of GPU hours; a full pretraining run of a mid-sized model takes tens of thousands.

The hourly rate is where a price index pays off, because the same H100 hour can differ several times over between a hyperscaler and a community tier. Spot instances cut the rate further if your training checkpoints often enough to survive interruptions.

Do not forget the costs around the GPUs: storage for datasets and checkpoints, egress if you move data out, and the wall-clock overhead of failed runs and restarts. Those are easy to underestimate and can rival the raw compute bill on a long project.

Related GPUs

H100 rental prices · H100 vs H200 · B200 vs H100

Related questions

Numbers on this page come from today's verified snapshot. Full table on the homepage; method in the methodology.