Skip to main content
The Compute Clear API gives you access to the broadest selection of GPU compute in the market — 20+ cloud providers through a single API. Discover real-time pricing, provision instances, and manage resources across Nebius, Lambda Labs, Verda, Hyperstack, Scaleway, Crusoe, MassedCompute, DigitalOcean, and many more. Every offer is validated against your requirements through our proprietary verification layer — you define what you need in a YAML spec, and we guarantee that what you procure matches. No surprises.

What you can do

Discover GPUs

Query real-time pricing and availability across all vendors

Procure Instances

Provision GPU instances with SSH access and cloud-init

Manage Resources

List, monitor, and destroy your provisioned resources

Compare Pricing

Find the cheapest GPU for your workload across all providers

Supported vendors

Nebius, Lambda Labs, Verda, Hyperstack, Scaleway, MassedCompute, Crusoe, DigitalOcean, Paperspace, Vultr, Denvr, Horizon, IMWT, ExcessSupply, Vast.ai, Sesterce — and more being added regularly. Use GET /available_vendors for the current list, and GET /available_gpus to see which GPU types are available.

Quick example

curl -X POST https://supply-api.compute-index.com/get_offers \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/yaml" \
  -d '
compute:
  gpu_type: H100
  gpu_count: 1
  max_price_per_gpu_hour: 5
'