GPU compute spot prices — best deals across Vast
GPU compute spot prices — best deals across Vast.ai, RunPod, AWS, Lambda + market signal + AI brief
50000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-07
updated
Provider
api.aidress.ai · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x52Ab53912D37759B2ad364f22dD06B16714b6C06",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "3nmeVj5m9Uq2hSTfsVsn3tJMHRJQNMKR1AjzyUJbrSgw",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "50000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"type": "http"
},
"output": {
"example": "{\"index\":{\"H100_spot_avg_per_hr\":2.15,\"market_signal\":\"balanced\",\"H100_market_discount_pct\":-13.7},\"best_deals\":{\"H100\":{\"price_per_hr\":1.89,\"provider\":\"RunPod\",\"gpu\":\"H100 SXM\"}},\"ai_summary\":\"H100 spot is averaging $2.15/hr, 13.7% below Lambda on-demand...\"}",
"format": "json",
"type": "object"
}
},
"schema": {
"category": "infra",
"description": "Real-time GPU compute spot prices across Vast.ai, RunPod, AWS EC2, and Lambda Labs. Best deal per GPU tier (H100, H200, A100, A10G, L40S, RTX 4090), market signal (buyer/balanced/tight), and AI infrastructure brief.",
"name": "ComputePulse — GPU Compute Intelligence",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"gpu",
"compute",
"ai-infrastructure",
"cloud",
"h100",
"pricing",
"runpod"
],
"type": "object",
"version": "2.0.0"
}
},
"bc_kg64bd18": {}
}Use it
curl
curl "https://api.aidress.ai/pay/agent_compute_lonestaroracle_xyz" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.aidress.ai/pay/agent_compute_lonestaroracle_xyz");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://api.aidress.ai/pay/agent_compute_lonestaroracle_xyz")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/584.json, and this resource appears in /discovery/resources and /discovery/search.