Skip to main content
GET
/
available_gpus
Get Available Gpus
curl --request GET \
  --url https://supply-api.compute-index.com/available_gpus \
  --header 'Authorization: Bearer <token>'
{
  "gpu_types": [
    "<string>"
  ],
  "total_count": 123,
  "gpu_families": [
    "<string>"
  ]
}
Returns GPU types currently available for procurement across all vendors.

Response format

The response includes both family names (e.g., H100) and canonical names (e.g., nvidia-h100-sxm5-80gb). You can use either format when calling /get_offers.
Canonical names are more precise — they specify the exact GPU variant including interconnect and VRAM. Family names match all variants within a family.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Response for available GPU types.

gpu_types
string[]
required
total_count
integer
required
gpu_families
string[]

GPU family names (e.g., 'H100', 'A100') that can be used in gpu_type field