AI & GPU Compute

GPU-as-a-Service Economics: Pricing, Build vs Buy & ROI for AI Infrastructure

Every organization building with AI faces the same economic question: should we rent GPU compute by the hour, lease dedicated hardware, or buy GPUs and colocate them? The answer depends on utilization patterns, time horizon, capital availability, and operational maturity — and getting it wrong can mean overspending by 2 to 3 times.

This guide breaks down the three primary GPU infrastructure models, provides concrete pricing benchmarks for 2026, and offers a decision framework for choosing the right approach at each stage of your AI journey. Whether you are running your first fine-tuning job or operating a thousand-GPU training cluster, the economics are different — and the optimal strategy shifts as you scale.

The Three GPU Infrastructure Models

1. Cloud GPU Rental (On-Demand & Reserved)

You rent GPU instances from a cloud provider (AWS, Azure, GCP, CoreWeave, Lambda) and pay by the hour. No hardware to buy, no facility to manage. The provider handles everything from power and cooling to driver updates and hardware replacements.

2026 pricing benchmarks (per NVIDIA H100 GPU-hour):

  • Hyperscalers (AWS p5, Azure NDm, GCP a3): $2.50–$4.00 on-demand; $1.20–$2.00 with 1-3 year reserved
  • Specialized GPU clouds (CoreWeave, Lambda, Together): $1.50–$2.50 on-demand; $0.90–$1.50 reserved
  • Spot/preemptible (when available): $0.80–$1.50 (interruption risk)

Best for: Experimentation, bursty workloads, teams without infrastructure expertise, short-term projects (under 12 months).

2. Bare-Metal Dedicated GPU Servers

You lease dedicated physical servers with GPUs from a hosting provider on monthly or annual contracts. The hardware is exclusively yours for the lease term, but the provider owns and maintains it. This sits between cloud rental and full ownership.

2026 pricing benchmarks:

  • 8x H100 SXM5 node: $8,000–$15,000/month (depending on provider, network, storage)
  • 8x A100 80GB node: $5,000–$9,000/month
  • Single H100 PCIe: $1,500–$2,500/month

For a detailed comparison of bare-metal vs cloud GPU pricing, see our dedicated guide.

Best for: Sustained workloads (60%+ utilization), teams that want hardware-level control without capital expenditure, 12-36 month horizons.

3. GPU Colocation (You Own the Hardware)

You purchase GPU servers and colocate them in a data center facility. The facility provides power, cooling, physical security, and network connectivity. You own the hardware, bear the depreciation, and handle or contract out maintenance.

2026 cost structure:

  • Hardware: $250,000–$400,000 per 8x H100 SXM5 node (one-time purchase)
  • Colocation: $150–$250/kW/month (covers power, cooling, space, basic connectivity)
  • Networking: $2,000–$10,000/month per rack (depends on InfiniBand vs Ethernet, cross-connects)
  • Maintenance: 3-5% of hardware value annually (extended warranties, spare parts)

Best for: High-utilization workloads (70%+), long-term commitments (18+ months), organizations with infrastructure operations capability, maximum cost efficiency at scale.

Build vs Buy: The TCO Crossover

The fundamental economic question is when the upfront capital cost of purchasing GPUs pays for itself through lower ongoing costs compared to rental. Here is a worked example for an 8x H100 node:

Cost Component Cloud Rental (Reserved) Bare-Metal Lease Colocation (Owned)
Upfront$0$0$320,000 (hardware)
Monthly (8 GPUs)$8,640 (reserved, 24/7)$10,000$2,800 (colo+power+net)
Year 1 Total$103,680$120,000$353,600
Year 2 Total$207,360$240,000$387,200
Year 3 Total$311,040$360,000$420,800
Residual Value$0$0~$80,000 (resale)
3-Year Net Cost$311,040$360,000$340,800

Key takeaways from this analysis:

  • Cloud reserved wins at short horizons. Under 20 months, cloud reserved instances cost less than colocation because the hardware purchase has not been amortized.
  • Colocation wins at scale and duration. Beyond 20 months at full utilization, owned hardware costs less. With 50+ GPUs, the savings compound dramatically.
  • Bare-metal leasing is the middle ground. It avoids capital outlay but costs more monthly than both alternatives. It makes sense when capital is constrained but utilization is high.
  • Utilization is the decisive variable. At 50% utilization, cloud reserved pricing drops to $4,320/month effective (you only pay for what you use on-demand). Colocation costs $2,800/month regardless of utilization. Below ~65% utilization, cloud wins on pure economics.

For a deeper analysis of the cloud vs colocation decision, see our dedicated comparison.

Hidden Costs That Change the Math

Headline GPU pricing obscures costs that significantly impact real TCO:

  • Egress fees (cloud): Moving training data and model checkpoints out of cloud storage can cost $0.05–$0.12 per GB. A large training run producing terabytes of checkpoints generates thousands of dollars in egress charges that do not appear in the GPU rental price.
  • Networking (colocation): InfiniBand fabric for multi-node training adds $50,000–$150,000 per 8-node pod in switch and cable costs. Cloud providers include this in the instance price.
  • Storage (all models): Training datasets and checkpoints need high-performance shared storage. Cloud block/object storage is metered. Colocation requires purchasing and maintaining your own storage cluster or subscribing to a managed storage service.
  • Operations staffing (colocation): Owned infrastructure needs people to manage it. A single GPU infrastructure engineer costs $150,000–$250,000/year fully loaded. This amortizes well over 500+ GPUs but is prohibitive for smaller deployments.
  • Hardware depreciation (colocation): GPUs lose 50–70% of their value within 2 years as newer generations launch. The H200 and Blackwell releases immediately compressed H100 resale values. Factor this into any ownership TCO model.
  • Opportunity cost of capital: The $320,000 spent on an 8-GPU node could earn returns elsewhere. At a 10% cost of capital, the annual opportunity cost is $32,000 — effectively adding $2,667/month to the colocation model.

Decision Framework: Which Model When

Choose cloud rental when:

  • Average GPU utilization is below 50%
  • Workloads are experimental or project-based (under 12 months)
  • You need instant access to the latest GPU models without procurement lead time
  • Your team lacks infrastructure operations expertise
  • You need geographic flexibility (multi-region training)

Choose bare-metal leasing when:

  • Utilization is 50–70% and the horizon is 12–24 months
  • You need dedicated hardware performance without capital expenditure
  • You want root-level control over the operating system, drivers, and orchestration layer

Choose GPU colocation when:

  • Utilization exceeds 70% and the horizon exceeds 18 months
  • You are deploying 32+ GPUs (economies of scale in operations and networking)
  • You have or are willing to hire infrastructure operations capability
  • Maximum cost efficiency matters more than operational simplicity
  • You want to build equity in hardware that retains resale value

The Hybrid Approach

Most mature AI organizations use a hybrid model: owned/colocated GPUs for sustained baseline workloads (training runs that run continuously for weeks), supplemented by cloud burst capacity for peak demand (hyperparameter sweeps, deadline-driven training). This captures the cost efficiency of ownership for predictable load while avoiding over-provisioning for peaks.

Scaling Economics: How Cost Per GPU Changes with Fleet Size

GPU infrastructure exhibits strong economies of scale. Per-GPU costs decrease as fleet size increases:

  • 1–8 GPUs: Cloud is almost always cheapest. Operations overhead for owned infrastructure is disproportionate.
  • 8–64 GPUs: Bare-metal leasing or colocation starts to compete. A single 8-GPU node can justify the operational investment if utilization is high.
  • 64–256 GPUs: Colocation becomes clearly cheaper at sustained utilization. Volume discounts on power rates and hardware purchasing reduce per-GPU costs by 15–25%.
  • 256+ GPUs: Colocation dominates. At this scale, organizations often negotiate custom facility builds with purpose-built cooling, power delivery, and network fabric. Per-GPU monthly costs can drop below $400 for owned H100 hardware.

Related Articles

GPU Colocation at the Right Price Point

Rax offers GPU colocation from $150/kW/month with InfiniBand-ready infrastructure, liquid cooling, and flexible contract terms. Run the numbers — ownership pays for itself.

Get a Colocation Quote