Nvidia H100
80GB HBM3 Q3 2022
The standard data center GPU for large-scale AI training and inference.
Compare 5,105 GPU prices across 78 cloud providers.
107 GPU models, priced across 5,105 configs from 78 providers.
By default, models are ranked on three things in order:
Models nobody lists sort to the bottom as a block, whatever their demand.
The headline figure is a median, not a floor: each provider's own median rate first, then the median across providers, so a provider listing thirty instance sizes counts once rather than thirty times.
Only on-demand rates go into the median. The range beside it covers every billing type, including spot and committed terms, which is why a model's own page often shows something cheaper.
The class filter separates datacenter parts, workstation cards and consumer GeForce hardware.
Sorting works on the figures the cards show. A model with nothing to show for the field you sorted on goes to the bottom, not the top.
We match the model name and its memory. Matching is partial and case-insensitive.
Type more than one term and every one has to match, in any order, so
nvidia h100 and h100,nvidia are the same search.
Provider names are not searched here. The provider list further down the page is the box for that.
80GB HBM3 Q3 2022
The standard data center GPU for large-scale AI training and inference.
Up to 288GB HBM3e Q1 2025
Blackwell Ultra GPU for training and serving the largest foundation models.
180GB HBM3e Q1 2024
High-end Blackwell GPU for large-scale AI training and inference.
96GB GDDR7 Q1 2025
Blackwell server GPU for AI inference and visualization.
141GB HBM3e Q4 2023
Extends the H100 with doubled memory for large-model inference and training.
32GB GDDR7 Q1 2025
Top Blackwell consumer GPU for local AI development and rendering.
80GB HBM2e Q2 2020
Previous-gen data center workhorse for AI training and inference.
186GB HBM3e Q1 2024
Grace CPU + Blackwell GPU superchip with unified memory architecture.
24GB GDDR6X Q4 2022
Top Ada Lovelace consumer GPU for local AI research and rendering.
192GB HBM3 Q4 2023
AMD's flagship data center GPU for large-model inference.
No GPUs matching your search.
78 providers offering 99 GPU models across 5,105 configs.
Providers are ranked by three factors:
Providers that tie on all three are sorted alphabetically.
The sort control above the list reorders it by cheapest GPU, by how many GPU models a provider lists, or by name.
Each card shows the price of the most sought-after GPU that provider rents. Sorting by cheapest GPU switches every card to that provider's lowest price instead.
We match the provider, their country, the GPU models they list and the billing types they sell. Matching is partial and case-insensitive.
USA
Founded 2022
All-in-one platform to train, fine-tune, and deploy AI applications
USA
Founded 2018
GPU marketplace with flexible rental options
UAE
Automatically routes each launch to the lowest cost available GPU
France
Founded 2018
French cloud provider specializing in GPU compute
USA
Founded 2016
Cloud computing platform by Oracle
Distributed Founded 2024
Rent H100s and Blackwell GPUs by the minute
USA
Founded 2021
GPU cloud for AI, ML, and VFX
USA
Founded 2026
GPU cloud platform with fast deployment and pay-per-use pricing
USA
Founded 2006
Cloud computing platform by Amazon
USA
Founded 2017
Cloud infrastructure for AI and compute workloads
USA
Founded 2024
Wholesale GPU cloud, available globally
Singapore
Founded 2020
GPU marketplace aggregating capacity from vetted data center partners
USA
Founded 2022
GPU cloud with per-GPU hourly pricing and free bandwidth
Finland
Founded 2018
European cloud provider for GPUs
USA
Founded 2021
Serverless GPUs, sandboxes, and on-demand machines
Netherlands
Founded 2022
AI cloud platform from the Netherlands
USA
Founded 2010
GPU cloud provider for AI applications
UK
Founded 2020
Global cloud provider specializing in cloud GPUs
USA
Founded 2020
GPU cloud for AI model training and inference
No providers matching your search.
The lowest listing we currently track is the Nvidia GTX 1650 at Salad, $0.020 per GPU per hour on-demand. For the cheapest GPU by VRAM requirement, class and current availability, see our cheapest cloud GPUs guide.
We track 5,105 GPU configurations from 78 providers. Listings from providers we scrape are re-checked as often as every 15 minutes; the rest are reviewed manually. The stamp at the top of this page shows when we last refreshed a listing, which is not the same as a price having moved.
Every price on this page is normalized to one GPU for one hour, in US dollars, so instances of different sizes can be compared directly. An 8xH100 instance at $24.00/hr is listed as $3.00 per GPU per hour. Prices in other currencies are converted at current ECB rates.
On-demand is the pay-as-you-go rate, billed by the second or hour with no commitment.
Spot (or preemptible, or interruptible) uses spare capacity at a discount, and the provider can reclaim the instance with little notice. Suited to checkpointed training and batch jobs, not to serving traffic.
Reserved trades a commitment of one month to several years for a lower hourly rate. Larger clusters are usually quoted as a custom contract rather than a list price.
It depends on the workload, but the specs that decide it are the same:
For a deeper guide, see Tim Dettmers' GPU recommendations.
For training, VRAM and interconnect dominate. H100 and H200 are the usual choices, B200 and B300 the current Blackwell generation, and GB200 and GB300 the rack-scale systems above them. The A100 is still widely listed and costs less per hour.
For inference, a smaller GPU whose VRAM fits the model is often far more cost-effective: an RTX PRO 6000 Blackwell at 96 GB, an L40S at 48 GB, or an RTX 5090 or L4 for smaller models.
As a rule of thumb for inference, add three terms: the weights, the KV cache and runtime overhead.
Then leave headroom. Our fit tables treat a model as fitting when it lands within 90% of the card's advertised VRAM, because vLLM and SGLang reserve the rest by default and a model sized at 95% of a card does not start.
Two caveats: training needs several times more than inference, since optimizer states and gradients are held alongside the weights. And multi-GPU instances add total memory, but that memory is not automatically pooled: the model has to be sharded across GPUs, and the interconnect then becomes the limit.
Nvidia's advantage is CUDA. It is the mature, default software stack, and nearly every framework and kernel targets it first.
AMD's advantage is often price and raw hardware specs, particularly memory capacity on the MI300X, MI325X and MI355X. Its ROCm stack has improved considerably but still lags in coverage of tooling and less common operations.
Both are processing units on Nvidia GPUs, with different jobs. CUDA cores handle general-purpose parallel math, such as rendering and simulation. Tensor cores are specialized for the matrix multiply-accumulate operations that dominate neural network training and inference, at reduced precision.
The closest AMD equivalents are stream processors and matrix cores, though they are not comparable one to one.
Yes. PyTorch and other frameworks run on CPUs, and Apple Silicon in particular does reasonably well on small models thanks to unified memory and its neural engine.
The gap is throughput. A GPU applies the same operation across thousands of cores at once, with far more memory bandwidth, so it is typically an order of magnitude or more faster on the matrix math these models are made of. CPUs remain viable for small models, low request volumes, and experimentation.
Open a GPU model to compare providers, or track the market on the GPU rental price index.
Back to top ↑