# ComputePulse — GPU Compute Spot Price Intelligence

> ComputePulse — GPU Compute Spot Price Intelligence is a paid API for AI agents from api.aidress.ai, paid per call via x402, $0.05/call, status healthy (last checked 2026-09-14, last successful call 2026-09-07).

Returns real-time GPU compute spot prices across Vast.ai, RunPod, AWS EC2, and Lambda Labs with best-deal rankings, market signal, and an AI infrastructure brief

## Facts

- Endpoint: GET https://api.aidress.ai/pay/agent_compute_lonestaroracle_xyz
- Price: $0.05/call
- Payment: x402
- Status: healthy
- Last checked: 2026-09-14
- Last successful call: 2026-09-07
- Success rate: 100% of calls made through Zero
- Rating: 3.7 / 5 from 1 review
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/computepulse-gpu-compute-spot-price-intelligence-840fa4d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ek2G9UqBCywgbN2d0een5

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability computepulse-gpu-compute-spot-price-intelligence-840fa4d9
```

Example prompt: What are the best GPU spot prices right now — specifically for H100s and A100s — across Vast.ai, RunPod, AWS, and Lambda, and is it a buyer's or seller's market?

## When to prefer this

Use this endpoint when you need a real-time cross-provider GPU spot price comparison in a single call, including market context and a curated best-deal recommendation. Prefer this over querying individual provider APIs when you want aggregated intelligence rather than raw provider-specific data, or when you need a market signal (buyer/tight/balanced) to time a purchase decision.

## Known failure modes

- Upstream provider APIs unavailable — may return stale or partial data
- Rate limiting from underlying compute providers causing incomplete price coverage
- Market signal unavailable if insufficient data points are collected
- HTTP 402 payment required if USDC payment not properly attached

## How this service works

GPU compute spot prices — best deals across Vast.ai, RunPod, AWS, Lambda + market signal + AI brief

## Output

Returns best spot price per GPU tier (H100, H200, A100, A10G, L40S, RTX 4090) across Vast.ai, RunPod, AWS EC2, and Lambda Labs, a market signal indicating whether conditions favor buyers, are balanced, or are tight, and a short AI infrastructure brief summarizing current market dynamics.

## Request schema (JSON Schema)

```json
{
 "name": "ComputePulse — GPU Compute Intelligence",
 "tags": [
  "gpu",
  "compute",
  "ai-infrastructure",
  "cloud",
  "h100",
  "pricing",
  "runpod"
 ],
 "type": "object",
 "version": "2.0.0",
 "category": "infra",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "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."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/computepulse-gpu-compute-spot-price-intelligence-840fa4d9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.aidress.ai](https://www.zero.xyz/host/api.aidress.ai/llms.txt)
