Skip to main content
LIVE — Prices updated 5.4 hours ago
📊 76 providers tracked

Find the Best AI Prices

Compare GPU compute and LLM inference API costs across every major cloud provider — updated daily.

Updated daily
76 providers
362 models tracked
65
GPU Providers
66
GPU Models
21
LLM Providers
296
LLM Models

Free API

Built for AI agents.

Cloud GPU and LLM pricing as JSON. A free key takes 30 seconds and gets you 750 requests/day, weekly movers, and 7-day price trends; Pro extends history to 90 days.

  • Every major cloud GPU provider and LLM inference API in one response.
  • Latest prices, week-over-week movers, and daily trends on every tier; deeper history on Pro.
  • Updated hourly. One stable shape across providers, so you skip the per-vendor scraping.
Try it
curl -H "Authorization: Bearer cp_live_..." \
  https://computeprices.com/api/v1/gpu-prices
Response
{
  "data": [
    {
      "provider": "Lambda",
      "gpu": "H100 80GB",
      "price_per_hour_usd": 2.49,
      "pricing_type": "on_demand",
      "last_updated": "2026-04-20T10:15:30Z"
    }
  ],
  "meta": {
    "generated_at": "2026-04-20T10:15:30Z",
    "version": "v1",
    "tier": "free",
    "rate_limit": {
      "limit": 750,
      "remaining": 749,
      "reset": 1745144130000,
      "window_seconds": 86400
    },
    "upgrade_hint": "Pro extends trend history from 7 to 90 days..."
  }
}