GPU Rental Cost Calculator
Compare GPU cloud rental vs ownership 2026: RTX 4090, A100, H100 rates on Vast.ai, RunPod & Lambda. Find your break-even month. Free online.
See step-by-step calculation
When to use this calculator
- Solo ML Engineer — RTX 4090 Rental vs. Workstation Build — Maya runs fine-tuning jobs averaging 6 hours/day, 22 days/month on a rented RTX 4090 at $0.42/hr on RunPod. Her monthly rental bill: roughly $55.44. A new RTX 4090 costs $1,899, her electricity rate is $0.13/kWh, and she estimates 8% overhead. Amortized over 24 months, her monthly ownership cost comes to about $46. Break-even: month 22. Marginal — but she values the flexibility of scaling to 4× GPUs on demand, so she keeps renting for now.
- AI Startup — Inference Budget for 2026 Roadmap — A 4-person startup serves an LLM inference API using two A100 80GB instances on Lambda Labs at $2.00/hr each, running 20 hours/day, 30 days/month. Monthly cloud bill: $2,400. Buying two A100s at $10,000 each plus a $3,000 server chassis, amortized over 36 months with $0.10/kWh electricity and 15% overhead, yields a monthly ownership cost of roughly $870. Break-even arrives around month 13. The CFO greenlights the hardware purchase.
- Academic Researcher — Spot Instances for Batch Training — Carlos runs NLP experiments using Vast.ai spot RTX 4090 instances at $0.22/hr (off-peak), 4 hours/day, 20 days/month. His monthly cost: $17.60. At that usage level, owning an RTX 4090 wouldn't break even for over 60 months — well past the card's useful life. The calculator confirms spot renting is the right call for his light, intermittent workload.
- Stable Diffusion Power User — Used GPU Economics — Jordan wants to run Stable Diffusion XL locally 8 hours/day, 30 days/month. A used RTX 3090 is available for $650, TDP 350W, electricity at $0.16/kWh, 6% overhead, 24-month amortization. Monthly ownership cost: ~$42. Comparable cloud rental (RTX 3090 on Vast.ai at $0.25/hr) would run $60/month. Break-even: month 18. Jordan buys the used card.
- Enterprise Team — H100 SXM Cluster Decision — A computer vision team needs 8× H100 SXM GPUs running 16 hours/day, 30 days/month. Cloud cost at $3.50/hr per GPU: $13,440/month. Purchasing 8× H100s at $28,000 each ($224,000 total), amortized over 48 months with $0.09/kWh datacenter power and 18% overhead: roughly $6,200/month. Break-even: month 18. The team secures a capital lease and cuts annual compute spend by over $87,000.
- Freelance Data Scientist — Variable Workload Planning — Priya's GPU usage swings from 2 hours/day during slow weeks to 10 hours/day during crunch periods. She runs the calculator at both extremes. At 2 hrs/day with a rented RTX 4090 at $0.40/hr: $24/month. Ownership at that pace breaks even past month 55. At 10 hrs/day: rental hits $120/month and ownership breaks even at month 11. The calculator helps her set a threshold: if she expects to average 7+ hours/day consistently, it's time to buy.
- Colocation vs. Home Lab — Overhead Rate Comparison — A hobbyist debates placing his RTX 4090 in a home closet (PUE ~1.2, 5% overhead) versus a local colo facility ($80/month rack fee, PUE 1.4, 12% overhead). By running both scenarios in the calculator and adjusting the electricity rate to reflect each PUE, he discovers the home setup saves $28/month in total ownership cost — but loses on reliability and thermal management for long training runs.
- Budget Forecasting — Comparing Three Providers Side by Side — A team lead runs the calculator three times for an A100 40GB workload at 12 hours/day, 30 days/month: Vast.ai spot at $0.80/hr ($288/mo), RunPod on-demand at $1.19/hr ($428/mo), and Lambda Labs reserved at $1.10/hr ($396/mo). Against an ownership cost of ~$310/month (amortized over 36 months), Vast.ai spot is the only rental option that stays cheaper — but only if uptime SLA isn't critical to the pipeline.
GPU Rental & Ownership Reference (2026 US spot pricing)
| GPU | Rental $/hr (spot) | TDP (W) | New/Used Price (USD) | Typical Break-even (8h/day, $0.16/kWh) |
|---|---|---|---|---|
| RTX 4090 | ~$0.40 | 450 | $1,800 new | ~19–39 months |
| RTX 3090 | ~$0.20 | 350 | $700 used | ~28–55 months |
| A100 40GB PCIe | ~$1.10 | 250 | $10,000 | ~13–18 months |
| A100 80GB PCIe | ~$1.40 | 300 | $12,000 | ~14–20 months |
| H100 SXM | ~$2.50 | 700 | $30,000 | ~16–22 months |
Fuente: Vast.ai, RunPod, Lambda Labs (spot rates, 2026); electricity: U.S. EIA national average $0.16/kWh (2026); TDP: NVIDIA datasheets / IEEE Spectrum
How it works
What is GPU rental cost?
GPU rental cost is the hourly or monthly fee charged by cloud providers like Vast.ai and RunPod for accessing graphics processors remotely. Prices range from $0.40/hour for an RTX 4090 to $2.50/hour for an H100. Renting eliminates upfront hardware investment, making it cost-effective for short-term projects or variable workloads.
How It Works
This calculator compares two cost models for GPU compute: cloud rental (pay-per-hour on platforms like Vast.ai, RunPod, or Lambda Labs) versus hardware ownership (purchase + electricity + overhead amortized over a set period).
---
Formulas
// Rental side
hours_per_month = hours_per_day × days_per_month
monthly_rental = hours_per_month × rental_rate_per_hour
// Ownership side
monthly_amortization = purchase_price / amortization_months
monthly_electricity = (tdp_watts / 1000) × hours_per_month × electricity_rate
monthly_overhead = (purchase_price × overhead_fraction) / 12
monthly_ownership = monthly_amortization + monthly_electricity + monthly_overhead
// Break-even
// At month N: cumulative_rental(N) = purchase_price + cumulative_ownership_opex(N)
// cumulative_rental(N) = N × monthly_rental
// cumulative_ownership_opex(N) = N × (monthly_electricity + monthly_overhead)
// purchase_price = N × (monthly_rental - monthly_electricity - monthly_overhead)
// breakeven_month = purchase_price / (monthly_rental - monthly_electricity - monthly_overhead)The break-even formula assumes you pay the full purchase price upfront and your only ongoing ownership costs are electricity and overhead (no amortization debt once you own the hardware).
---
GPU Reference Rates (2026 spot pricing, platforms vary)
| GPU | Rental $/hr | TDP | New/Used Price |
|---|---|---|---|
| RTX 4090 | ~$0.40 | 450 W | ~$1,800 new |
| A100 40GB | ~$1.10 | 300 W | ~$10,000 |
| A100 80GB | ~$1.40 | 400 W | ~$12,000 |
| H100 SXM | ~$2.50 | 700 W | ~$30,000 |
| RTX 3090 | ~$0.20 | 350 W | ~$700 used |
Spot prices fluctuate. Vast.ai prices can be 30–50% lower during off-peak hours.
---
Worked Example
Scenario: RTX 4090, 8 hrs/day, 22 days/month, $0.12/kWh, $1,800 purchase, 24-month amortization, 10% overhead.
In this scenario, renting is cheaper unless you plan to use the GPU for 39+ months continuously.
---
Limitations
Frequently asked questions
What is the cheapest GPU to rent for AI inference in 2026?
Does the break-even calculation include the cost of the host machine or server chassis?
How does Vast.ai pricing compare to RunPod or Lambda Labs?
What overhead percentage should I enter for my setup?
Why is there a difference between the A100's TDP in the presets and the official spec sheet?
Should I use a 24-month or 36-month amortization period?
Does the electricity rate field account for cooling overhead?
Can I use this calculator for multi-GPU setups like a 4× or 8× rig?
What if my spot rental rate is much lower than the presets?
How accurate is this calculator compared to my actual cloud invoice?
Does renting a GPU make sense for short, one-off experiments?
How do I model the scenario where I rent while waiting to buy?
Sources & references
- IEEE — Hardware Specifications and Energy Benchmarks for AI — IEEE Spectrum (2026)
- U.S. Average Retail Price of Electricity — EIA — U.S. Energy Information Administration (2026)
- Vast.ai GPU Marketplace Pricing (Berkeley, CA) — Vast.ai (2026)
- RunPod GPU Instance Pricing (Wilmington, DE) — RunPod (2026)
- Lambda Labs GPU Cloud Pricing (San Francisco, CA) — Lambda Labs (2026)
- AWS EC2 P5/P4d Pricing (Amazon, US-based) — Amazon Web Services (2026)
- NVIDIA A100 Tensor Core GPU Datasheet — NVIDIA Corporation (2023)
Methodology & trust
Calculadora de tecnología revisada por el equipo editorial de Hacé Cuentas, contrastada con IEEE — Hardware Specifications and Energy Benchmarks for AI, según nuestra política editorial y metodología.
Última revisión: June 20, 2026. Los parámetros se verifican periódicamente con las fuentes citadas.
Calculations run 100% in your browser. We do not store or transmit your data.
Indicative results. For critical decisions, consult a professional.
Rodríguez, M. (2026). GPU Rental Cost Calculator. Hacé Cuentas. https://hacecuentas.com/gpu-rental-cost-vast-runpod-calculator
Contenido bajo licencia CC-BY 4.0 — reutilizable citando la fuente con enlace a Hacé Cuentas.