Instance types
Last updated
Last updated
GET /v2/instance-types HTTP/1.1
Host: api.mithril.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"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": 7800,
"network_type": "InfiniBand",
"ib_count": 8,
"bridge_count": 4
}
]