Get Available Gpus
Discovery
Available GPUs
Get list of available GPU types.
Returns both canonical GPU names (e.g., ‘nvidia-h100-sxm5-80gb’) and GPU family names (e.g., ‘H100’) that can be used in the gpu_type field.
GET
Get Available Gpus
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.