GET
/
api
/
v1
/
availability
/

Authorizations

Authorization
string
headerrequired

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

Query Parameters

regions
enum<string>[] | null

List of regions to filter

Available options:
africa,
asia_south,
asia_northeast,
australia,
canada,
eu_east,
eu_north,
eu_west,
middle_east,
south_america,
united_states
gpu_count
integer | null

Desired number of GPUs

gpu_type
enum<string> | null

GPU model

Available options:
CPU_NODE,
A10_24GB,
A100_80GB,
A100_40GB,
A30_24GB,
A40_48GB,
RTX3070_8GB,
RTX3070_8GB,
RTX3080_10GB,
RTX3080Ti_12GB,
RTX3090_24GB,
RTX3090Ti_24GB,
RTX4070Ti_12GB,
RTX4080_16GB,
RTX4080Ti_16GB,
RTX4090_24GB,
H100_80GB,
GH200_144GB,
L4_24GB,
L40_48GB,
L40S_48GB,
RTX4000_8GB,
RTX5000_16GB,
RTX6000_24GB,
RTX8000_48GB,
RTX4000Ada_20GB,
RTX5000Ada_32GB,
RTX6000Ada_48GB,
A2000_6GB,
A4000_16GB,
A4500_20GB,
A5000_24GB,
A6000_48GB,
V100_16GB,
V100_32GB,
P100_16GB,
T4_16GB,
P4_8GB,
P40_24GB
socket
enum<string> | null

Socket for selected gpu model

Available options:
PCIe,
SXM2,
SXM3,
SXM4,
SXM5
security
enum<string> | null

Security type

Available options:
secure_cloud,
community_cloud

Response

200 - application/json
{GPUType}
object[]