🧮

GPU Cost Calculator

🔒 In your browser

Compute cloud GPU costs (H100, A100, L4…) by hours.

Rate$4.9/hr
GPUs1
Hours10
Total cost$49.00
Per day (24h)$117.60
Per month (730h)$3577.00

Prices are bundled reference data, last updated 2026-07-13. Verify against the provider before relying on them.

Disclaimer: Estimates for informational purposes only. Pricing and performance figures come from a community-maintained feed (LiteLLM) with bundled fallbacks and may be outdated or inaccurate. Always confirm current prices on the official OpenAI, Anthropic, Google, or cloud-provider pricing pages before making decisions. ToolsHub is not affiliated with these companies; product names are trademarks of their owners. Token counts for non-OpenAI models are approximate.

About the GPU Cost Calculator

Training and running AI models on rented GPUs adds up fast. This free cloud GPU cost calculator estimates the cost of H100, A100, L4, T4 and other GPUs by the hour and by GPU count across providers, so you can budget a training run or inference workload.

It runs in your browser using bundled reference rates.

How to estimate GPU cost

  • Choose the GPU type and how many you'll use.
  • Enter the number of hours (or the length of your job).
  • See the estimated total across the run.

Estimating a training or inference run

Cloud GPU cost is simply the hourly rate times the number of GPUs times the hours you run them — but the hourly rate varies enormously, from a few cents for a small GPU to several dollars for an H100. Spot or preemptible instances are cheaper but can be interrupted. Estimating up front stops a multi-day training run from becoming a surprise bill.

Frequently asked questions

How much does a cloud GPU cost per hour?

It varies widely by GPU and provider — from a few cents for small GPUs to several dollars an hour for an H100. This calculator uses bundled reference rates to estimate your total.

How do I estimate a training run's cost?

Multiply the per-GPU hourly rate by the number of GPUs and the expected hours. Enter those here and the tool computes it for you.

Are the rates exact?

They're estimates and vary by provider, region and commitment. Confirm current pricing with your cloud provider before committing budget.

How much does a cloud GPU cost per hour?

It ranges widely by GPU and provider — from well under a dollar for older cards to several dollars for an H100. This calculator uses bundled reference rates; confirm current pricing with your cloud provider.

Related searches

gpu cost calculatorcloud gpu pricingh100 costa100 price per hourgpu rental calculatortraining costgpu compute cost

Related Calculators tools

🔗 Embed this tool on your website — free

Copy this and paste it into your page's HTML. The tool runs in the visitor's browser, just like here. Change height to fit, or add the optional auto-resize snippet below. Add ?theme=dark to the URL for dark mode.

<iframe src="https://toolhq.dev/embed/gpu-cost-calculator/" title="GPU Cost Calculator — ToolsHub" width="100%" height="520" style="border:1px solid #e5e7eb;border-radius:12px;max-width:680px" loading="lazy"></iframe>
Optional: auto-resize the iframe height

Add this once on the same page so the iframe grows to fit the tool:

<script>
addEventListener("message", function (e) {
  if (e.data && e.data.type === "toolshub:resize") {
    document.querySelectorAll('iframe[src*="/embed/"]').forEach(function (f) {
      if (f.contentWindow === e.source) f.style.height = e.data.height + "px";
    });
  }
});
</script>