Huddle01 Cloud
Offers

GPU availability summary

Get aggregate stats about the GPU marketplace.

GET
/gpus/available/summary
X-API-Key<token>

GPU API key (format: mk_...). Generate from the dashboard or via POST /api-keys.

In: header

Response Body

application/json

application/json

curl -X GET "https://gpu.huddleapis.com/api/v1/gpus/available/summary"
{
  "code": "OK",
  "data": {
    "models": [
      "A100",
      "H100",
      "H200"
    ],
    "price_range": {
      "min": 0.43,
      "max": 32
    },
    "vram_range": {
      "min": 24,
      "max": 1128
    },
    "total_available": 18,
    "total_offers": 24
  }
}
{
  "code": "BAD_REQUEST",
  "error": "Missing required field: hostname"
}