# Lone Star Oracle GPU Compute Spot Price Report

> Lone Star Oracle GPU Compute Spot Price Report is a paid API for AI agents from compute.lonestaroracle.xyz, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns a full spot price report for GPU compute instances (H100, A100, A10G) across Vast.ai, AWS, and Lambda Labs

## Facts

- Endpoint: GET https://compute.lonestaroracle.xyz/report
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/compute-lonestaroracle-xyz-d2ef1577
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_odubf_U2tuLqdhBkCEfUW

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 compute-lonestaroracle-xyz-d2ef1577
```

Example prompt: What are the current spot prices for H100, A100, and A10G GPUs across Vast.ai, AWS, and Lambda Labs? I want to compare and find the best deal right now.

## When to prefer this

Use this endpoint when you need a consolidated, cross-provider GPU spot price comparison covering H100, A100, and A10G across Vast.ai, AWS, and Lambda Labs in a single call — ideal for cost optimization workflows, budget planning for ML training jobs, or automated purchasing decisions without needing to query each provider separately.

## Known failure modes

- Upstream provider data unavailable — prices may be stale or missing for one or more clouds
- HTTP 402 Payment Required if x402 payment header is missing or payment fails
- Rate limiting or quota exceeded — may return 429
- Partial data if one cloud provider's API is down at time of report generation

## How this service works

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

## Output

A structured report containing current spot prices for H100, A100, and A10G GPU instance types across Vast.ai, AWS, and Lambda Labs — including per-hour pricing per provider and GPU type so the agent can compare and identify the cheapest option.

## Example request

```json
{
 "method": "GET"
}
```

## 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/compute-lonestaroracle-xyz-d2ef1577/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from compute.lonestaroracle.xyz](https://www.zero.xyz/host/compute.lonestaroracle.xyz/llms.txt)
