Instance types

Get Instance Types

get

Get all instance types

Authorizations
Responses
200
Successful Response
application/json
get
GET /v2/instance-types HTTP/1.1
Host: api.mlfoundry.com
Authorization: Bearer fkey_<key>
Accept: */*
200

Successful Response

[
  {
    "fid": "it_abc123456",
    "name": "h100.80gb.sxm",
    "num_cpus": 192,
    "cpu_type": "Intel",
    "ram_gb": 1800,
    "num_gpus": 8,
    "gpu_type": "H100",
    "gpu_memory_gb": 80,
    "gpu_socket": "SXM5",
    "local_storage_gb": 15000
  }
]