Posted on Jun 23, 2026 · Updated Jun 23, 2026 · 12 min read

GPU Cloud Pricing Compared 2026: Hyperscalers vs Specialist Clouds

The same GPU costs wildly different amounts depending on where you rent it. A specialist cloud like Lambda or CoreWeave lists an NVIDIA H100 from around $2.21–$3.29 per GPU per hour. The hyperscalers — AWS, Azure, GCP — charge $6–$12 per GPU-hour for the same chip on-demand. That's a 2–4x gap for identical silicon, and it is the single most important number in any AI infrastructure budget.

But the cheapest sticker price isn't always the cheapest total. Hyperscalers bundle networking, managed services, reserved discounts, and integration that specialist clouds leave you to handle yourself. This guide compares real per-GPU-hour pricing across all five, explains where the gap comes from, and gives you a decision framework for when each one actually wins.

TL;DR

Specialist GPU clouds (CoreWeave, Lambda, RunPod) are 2–4x cheaper per GPU-hour than AWS, Azure, or GCP for raw compute — an H100 from ~$2.21/hr vs $6–$12. Use a specialist cloud for training and batch jobs where raw $/hr dominates; stay on a hyperscaler when you need their managed services, data gravity, or enterprise commitments. Either way, spot/preemptible pricing cuts 70–90% off on-demand.

A GPU graphics card representing cloud GPU compute pricing

Disclosure: Some links to cloud providers on this page are affiliate links. If you sign up through them we may earn a commission, at no extra cost to you. It never affects our pricing data or recommendations.

H100 & A100 price comparison by provider

The table below shows representative on-demand pricing per GPU per hour, early 2026. Hyperscaler GPUs usually ship in fixed multi-GPU instances (e.g. AWS p5 = 8× H100), so per-GPU figures are derived from the instance price. Prices change frequently and vary by region and availability — always confirm on each provider's page before budgeting.

ProviderTypeH100 / GPU-hrA100 / GPU-hr
AWS (p5 / p4d)Hyperscaler~$12~$4.10
Azure (ND H100 / A100)Hyperscaler~$6–$10~$3.40
GCP (A3 / A2)Hyperscaler~$11~$3.67
CoreWeaveSpecialist~$4.76~$2.21
LambdaSpecialist~$2.49–$3.29~$1.29
RunPodSpecialist~$2–$4~$1.19

Representative on-demand list prices, early 2026, per GPU per hour. Sources: published provider pricing pages (AWS, Azure, GCP, CoreWeave, Lambda, RunPod); spendark analysis. Hyperscaler per-GPU figures derived from multi-GPU instance pricing. Verify before budgeting.

On-demand H100 price per GPU-hour (representative, 2026)RunPod~$2-$4Lambda~$2.89CoreWeave~$4.76Azure~$6-$10GCP~$11AWS~$12Specialist cloudsHyperscalers
Representative on-demand list prices. Source: provider pricing pages (2026), spendark analysis. Verify per provider and region.

For the deeper per-instance breakdown — full instance specs, spot savings, and training-run cost math — see our GPU cloud pricing guide.

Why are hyperscaler GPUs so much more expensive?

The GPU is identical. The price difference is everything wrapped around it. Hyperscalers charge for a full managed platform: enterprise support, integration with their storage and networking, compliance certifications, redundancy, and the convenience of running GPUs next to the rest of your stack. You pay for the ecosystem, not just the chip.

Specialist clouds — sometimes called "neoclouds" — strip the stack down to GPUs, fast interconnect, and storage, then pass the savings on. They're built for one job: renting GPU compute cheaply. The tradeoff is that you handle more yourself, and the surrounding services (managed databases, IAM, the long tail of cloud primitives) are thinner or absent.

There's also a data-gravity factor. If your training data, pipelines, and serving infrastructure already live on AWS, moving GPU workloads to a specialist cloud means paying egress to ship terabytes out and back. That egress can erode the per-GPU savings — a dynamic we cover in our cloud egress costs guide.

When does a specialist GPU cloud win?

Specialist clouds win when raw $/GPU-hour dominates your bill and you don't need the hyperscaler's surrounding services. That describes most training and batch workloads. At 2–4x cheaper per hour, a long training run or a fleet of fine-tuning jobs sees the full discount fall straight to the bottom line.

Specialist clouds are the better fit when:

  • • You're running training, fine-tuning, or batch inference where GPU-hours are the whole cost
  • • Your workload is self-contained — data in, model out, minimal surrounding services
  • • You want the latest GPUs sooner (specialist clouds often get new hardware first)
  • • You're cost-sensitive and willing to manage more of the stack yourself

The catch is operational maturity. Specialist clouds give you fewer guardrails, thinner managed services, and variable capacity. For a startup whose whole product runs on a neocloud, that's more to own. For a team that just needs cheap GPU-hours for a bounded job, it's an easy win.

When should you stay on AWS, Azure, or GCP?

Hyperscalers win when the GPU is one part of a larger system that already lives in their cloud. If your data, databases, queues, and serving stack are on AWS, running GPUs there too avoids egress, keeps latency low, and lets you use the managed services you already depend on. The premium per GPU-hour can be cheaper overall once you count data movement and engineering time.

Hyperscalers are the better fit when:

  • • Your data and the rest of your stack already live there (egress and latency matter)
  • • You need managed services, compliance certifications, or enterprise support
  • • You can commit to reserved or savings-plan pricing that narrows the gap
  • • Steady inference serving benefits from tight integration with autoscaling and load balancing

Reserved capacity and committed-use discounts also change the math. A 1- or 3-year commitment on a hyperscaler can cut on-demand GPU pricing substantially — not down to neocloud levels, but enough to matter for steady, predictable workloads. For how committed pricing works across providers, see our reserved vs spot vs on-demand guide.

Spot and reserved pricing: the real discount levers

Before you switch providers, look at pricing models within your current one. Spot and preemptible GPU instances run 70–90% cheaper than on-demand (Harness, 2025), and training is a near-perfect fit because it checkpoints and resumes. For interruptible work, the spot discount is larger than the hyperscaler-vs-specialist gap.

Effective H100 cost by pricing model (illustrative)Hyperscaler on-demand~$12/hrSpecialist on-demand~$3/hrHyperscaler spot~$3.60/hrSpecialist spot~$1.20/hr
Illustrative, using ~70% spot discount on representative on-demand prices. Spot rates vary by region and demand. Source: spendark calculation, Harness 2025.

The discipline with spot is checkpointing: save model state frequently so a reclaimed instance costs you minutes, not a whole run. Combine spot with a specialist cloud and you reach the lowest effective GPU cost available — though capacity for spot GPUs can be tight, so build retry logic.

A decision framework for choosing a GPU cloud

The choice isn't hyperscaler-or-specialist forever — many teams use both. The practical rule: match the provider to the workload, not the company.

WorkloadBest fitWhy
Training / fine-tuningSpecialist + spotRaw $/hr dominates; interruptible
Batch inferenceSpecialistCost-driven, latency-tolerant
Production serving (latency-critical)HyperscalerNear your data, managed autoscaling
Regulated / compliance-heavyHyperscalerCertifications, data residency, support

Whichever you choose, the bigger savings lever is usually utilization, not provider. GPUs average just 23% utilization across the industry (Harness, 2025), so a poorly-utilized specialist cloud can cost more than a well-managed hyperscaler. We break that down in our state of AI infrastructure costs 2026 and our guide to cloud cost management for AI/ML startups.

Frequently asked questions

Why is an H100 cheaper on Lambda or CoreWeave than on AWS?

The GPU is identical — the price difference is the surrounding stack. Hyperscalers bundle managed services, enterprise support, networking, compliance, and integration into the GPU price. Specialist clouds strip that down to raw compute and pass the savings on, renting an H100 from ~$2.21/hr vs $6–$12/GPU-hr on hyperscalers.

Is it always cheaper to use a specialist GPU cloud?

No. Specialist clouds win on raw $/GPU-hour, but if your data and stack live on a hyperscaler, egress to move terabytes out and back, plus the engineering time to manage a second environment, can erode the savings. Specialist clouds are best for self-contained training and batch jobs; hyperscalers win when the GPU is part of a larger integrated system.

How much do spot GPU instances save?

Spot and preemptible GPU instances run 70–90% cheaper than on-demand (Harness, 2025). Training is a near-perfect fit because it checkpoints and resumes after interruption. For interruptible work, the spot discount is larger than the gap between hyperscalers and specialist clouds — combine both for the lowest effective cost.

How much does an Azure A100 GPU cost?

An NVIDIA A100 on Microsoft Azure costs roughly $3.40 per GPU per hour on-demand in early 2026, billed through the ND A100 v4 and NC A100 v4 series (nodes of 8× A100 80GB). That undercuts AWS's ~$4.10/hr A100 and GCP's ~$3.67/hr, but sits well above specialist clouds like Lambda (~$1.29/hr) or RunPod (~$1.19/hr). Azure Spot VMs cut the on-demand rate 60–90% for interruptible training, and 1–3 year reserved commitments lower it further. Prices vary by region — confirm on the Azure pricing page before budgeting.

What is a neocloud or specialist GPU cloud?

A specialist GPU cloud (sometimes called a neocloud) is a provider built specifically to rent GPU compute cheaply — CoreWeave, Lambda, and RunPod are examples. They offer GPUs, fast interconnect, and storage at 2–4x lower per-hour prices than hyperscalers, in exchange for thinner managed services and you handling more of the stack yourself.

Should a startup use AWS or a specialist cloud for AI?

Match the provider to the workload, not the company. Use a specialist cloud (plus spot) for training and batch jobs where raw GPU-hours dominate. Keep latency-critical production serving on a hyperscaler near your data. Many startups use both. Above all, fix utilization first — GPUs average just 23% utilization (Harness, 2025), and that waste outweighs provider choice.

Estimate your cloud costs — for free

Compare AWS, Azure, and GCP pricing side by side with our free calculator, and dig into the guides to learn how to cut cloud waste. No sign-up required.