News icon

Kimi K3 is now available on Runpod

What an AI Server Costs: Buy Price vs Rental Price Guide

Renting a GPU server starts at $0.27/hr. Buying one starts in the thousands for a single-card workstation and runs into six figures for a multi-GPU node, before power, cooling and the rack to put it in.

That gap is the whole decision. This page gives you the numbers on both sides so you can work out which applies to you.

Rental cost: current hourly rates

These are Runpod Secure Cloud rates, verified 10 August 2026. Billing is per second, so a 40-minute job costs 40 minutes.

GPU VRAM Secure Cloud Serverless
RTX A5000 24 GB $0.27/hr $0.69/hr
L4 24 GB $0.39/hr $0.69/hr
RTX 3090 24 GB $0.50/hr $0.69/hr
RTX 4090 24 GB $0.69/hr $1.10/hr
A40 48 GB $0.44/hr $1.22/hr
RTX A6000 48 GB $0.53/hr $1.22/hr
L40 48 GB $0.82/hr $1.75/hr
RTX 6000 Ada 48 GB $0.84/hr $1.75/hr
L40S 48 GB $0.99/hr $1.75/hr
RTX 5090 32 GB $0.99/hr $1.58/hr
A100 PCIe 80 GB $1.39/hr $2.72/hr
A100 SXM 80 GB $1.49/hr $2.72/hr
RTX Pro 6000 96 GB $1.99/hr $3.49/hr
H100 PCIe 80 GB $2.89/hr $4.55/hr
H100 SXM 80 GB $2.99/hr $4.55/hr
H100 NVL 94 GB $3.19/hr
H200 141 GB $4.39/hr $5.93/hr
B200 180 GB $5.89/hr $8.64/hr
B300 288 GB $7.39/hr $9.98/hr

Community Cloud runs lower on most cards. Multi-node Clusters price separately: H200 SXM at $4.31/hr and A100 SXM at $1.79/hr per GPU. Current rates for every tier are on the pricing page.

Storage costs for private servers

Storage type Cost
Container disk $0.10/GB/mo
Volume disk, running $0.10/GB/mo
Volume disk, idle $0.20/GB/mo
Network storage, under 1 TB $0.07/GB/mo
Network storage, over 1 TB $0.05/GB/mo
Network storage, high performance $0.14/GB/mo

A 500 GB network volume holding model weights and a dataset is about $35/month on the standard tier. Worth including in any comparison, because it is the one cost that continues while nothing is running.

What it means in practice

Workload GPU Time Cost
Fine-tune a 7B model with LoRA RTX 4090 3 hrs $2.07
Fine-tune a 13B model A100 PCIe 6 hrs $8.34
Full fine-tune, 70B, quantized H100 SXM 24 hrs $71.76
Batch inference, 100k requests L40S serverless ~4 hrs billed ~$7.00
A month of steady 8-hour weekdays A100 PCIe 176 hrs $244.64

Purchase cost for a server: what buying involves

As of August 2026, a private AI server can start around $5,500 for a single-GPU workstation and run past $350,000 for current 8-GPU HGX systems.

That said, GPU street prices move constantly, vary by region and reseller, and current-generation data center cards are frequently not available at list.

What is stable is the shape of the cost.

A single-GPU workstation. A consumer card in a desktop with enough PSU headroom. The card is the smaller half of the cost once you add the power supply, cooling and a chassis that can take it. This is the accessible tier, and for one developer doing intermittent work it is often the right answer.

A multi-GPU server. Four to eight data center cards in a rack-mount chassis with the interconnect to make them work together. This is a five to six figure purchase, and the interconnect is not optional if you intend to train across cards. This is where NVIDIA's DGX line sits as the reference configuration.

The costs that arrive afterwards. These are the ones that break naive comparisons:

  • Power. A multi-GPU node draws serious continuous load, and you pay for it whether the GPUs are busy or idle.
  • Cooling. Consumer cooling stops being adequate quickly. Dense GPU nodes need real airflow and often a room designed for it.
  • Rack space, if it is not going under a desk.
  • Someone to run it. Driver updates, failed cards, firmware. This is a real recurring cost that rarely appears in a spreadsheet.
  • Depreciation. GPU generations turn over fast. A card bought today competes against a materially better card within two to three years, and resale reflects that.

The break-even calculation

The honest version of this comparison is a single question: how many hours a week will the GPU actually be busy?

Ownership costs the same whether the machine is running or idle. Rental costs nothing when stopped. So the comparison is total ownership cost, spread over the useful life of the hardware, against rental hours actually used.

Work it out like this:

  1. Take the full purchase cost, including power supply, cooling and any rack or networking you need.
  2. Add estimated running costs across the period you expect to keep it. Power, cooling, maintenance.
  3. Divide by the number of hours you will genuinely use it in that period. Be honest here, this is where most calculations go wrong.
  4. Compare that effective hourly figure against the rental rate for the card class you would otherwise rent.

Two things consistently surprise people running this. The first is that estimated utilization is usually far higher than actual utilization, often by a factor of two or three. The second is that idle time is not free when you own the hardware, because depreciation runs on a calendar, not on a usage meter.

Rough guide: Near-continuous use across years favors ownership. Bursty, experimental or seasonal work favors rental, often by a wide margin. Most teams doing model development rather than serving production traffic at constant volume fall into the second group.

For more guidance, see Buy, Build, or Rent

Cost control if you rent

  • Stop pods when you are not using them. Per-second billing only helps if you actually stop.
  • Right-size the VRAM. Renting 80 GB for a job that fits in 24 GB is the most common avoidable overspend. Match the card to the model.
  • Use Serverless for spiky traffic. Workers scale to zero between requests, so you are not paying for an idle machine overnight.
  • Watch idle volume disk, which bills at double the running rate. Move long-term storage to network storage.
  • Quantize where quality allows. Dropping from FP16 to 4-bit can move a 70B model from a multi-card setup to a single card, which changes the hourly rate by more than any other single decision.

FAQ

How much does an AI server cost?

To rent, from $0.27/hr for a 24 GB GPU up to $7.39/hr for a B300 with 288 GB, billed per second. To buy, a single-GPU workstation is a low four to five figure purchase and a multi-GPU server runs to five or six figures, plus power, cooling and maintenance.

Is it cheaper to rent or buy a GPU server?

It depends entirely on utilization. Near-constant use favors buying, because ownership cost spreads across more hours. Intermittent use favors renting, because idle hours cost nothing. Run the calculation above with an honest utilization figure rather than an aspirational one.

What does it cost to fine-tune a model?

A LoRA fine-tune of a 7B model on an RTX 4090 is a few hours and a couple of dollars. A 13B fine-tune on an A100 is under ten dollars. Costs scale with model size, dataset size and the number of epochs.

Are there costs to rent a server beyond the hourly rate?

Storage. Container disk and volume disk bill per GB per month, and idle volume disk bills at double the running rate. Compute is stopped when you stop the pod; storage is not.

What is the most cost-effective way to run AI inference?

For spiky traffic, Serverless, because workers scale to zero between requests. For steady traffic, a right-sized pod left running is usually less per request. The switch-over depends on your request pattern, so measure rather than guess.

Purple glow background

Build what’s next.

Build, train, and scale AI workloads on Runpod with cloud GPUs, Serverless, and Clusters.

Star field background