v2

latestOpenAPI 3.1.02026-07-2675166192.8 KB
Availability

Get Legacy Cluster Availability

get/api/v1/availability/clusters

Query parameters

pageinteger

Page number (1-indexed)

Page number (1-indexed)

page_sizeinteger

Number of results per page

Number of results per page

regionsRegions[] nullable

List of regions to filter

List of regions to filter

gpu_countinteger nullable

Desired number of GPUs

Desired number of GPUs

gpu_type'CPU_NODE' | 'A10_24GB' | 'A100_80GB' | 'A100_40GB' | 'A30_24GB' | 'A40_48GB' | 'B200_180GB' | 'B300_262GB' | 'GB200' | 'GB300' | 'RTX3070_8GB' | 'RTX3070_8GB' | 'RTX3080_10GB' | 'RTX3080Ti_12GB' | 'RTX3090_24GB' | 'RTX3090Ti_24GB' | 'RTX4070Ti_12GB' | 'RTX4080_16GB' | 'RTX4080Ti_16GB' | 'RTX4090_24GB' | 'RTX5090_32GB' | 'H100_80GB' | 'H200_96GB' | 'GH200_96GB' | 'H200_141GB' | 'GH200_480GB' | 'GH200_624GB' | 'L4_24GB' | 'L40_48GB' | 'L40S_48GB' | 'RTX4000_8GB' | 'RTX5000_16GB' | 'RTX6000_24GB' | 'RTX8000_48GB' | 'RTX2000Ada_16GB' | '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' | 'RTX_PRO_6000B_96GB'

GPU model

socket'PCIe' | 'SXM2' | 'SXM3' | 'SXM4' | 'SXM5' | 'SXM6'

Socket for selected gpu model

security'secure_cloud' | 'community_cloud'

Security type

data_center_idstring nullable

Filter by data center ID

Filter by data center ID

cloud_idstring nullable

Filter by cloud ID

Filter by cloud ID

disksstring[] nullable

List of disk IDs to filter instances by location

List of disk IDs to filter instances by location

Response

Successful Response

Example response

{
  "{GPUType}": [
    {
      "disk": {
        "minCount": 2,
        "defaultCount": 8,
        "maxCount": 24,
        "pricePerUnit": 0.005,
        "step": 2
      },
      "sharedDisk": {
        "minCount": 2,
        "defaultCount": 8,
        "maxCount": 24,
        "pricePerUnit": 0.005,
        "step": 2
      },
      "vcpu": {
        "minCount": 2,
        "defaultCount": 8,
        "maxCount": 24,
        "pricePerUnit": 0.005,
        "step": 2
      },
      "memory": {
        "minCount": 2,
        "defaultCount": 8,
        "maxCount": 24,
        "pricePerUnit": 0.005,
        "step": 2
      },
      "prices": {
        "onDemand": 1.15
      }
    }
  ]
}