GPU Bare Metal
List GPU flavors
Retrieve a list of flavors available for GPU clusters. Please use the /v3/gpu/baremetal/{project_id}/{region_id}/flavors endpoint instead.
get/cloud/v1/ai/flavors/{project_id}/{region_id}
Path parameters
project_idinteger required
Project ID
region_idinteger required
Region ID
Query parameters
disabledboolean
Flag for filtering disabled flavors in the region
include_capacityboolean
Set to true to see the number of available AI Infrastructure clusters of given configuration
include_pricesboolean
Set to true if flavor listing should include flavor prices
Response
List of available flavors
Example response
{
"count": 1,
"results": [
{
"capacity": 10,
"currency_code": "USD",
"flavor_id": "bm3-ai-1xlarge-h100-80-8",
"flavor_name": "bm3-ai-1xlarge-h100-80-8",
"hardware_description": {
"cpu": "1x Intel Xeon 4C/8T 3.7 GHz",
"disk": "2x 250GB SSD",
"ephemeral": "2200GB NVMe (ephemeral)",
"gpu": "1x NVIDIA 11GB",
"network": "1x 500Mbps",
"ram": "32 GB"
},
"resource_class": "bm3-ai-1xlarge-h100-80-8"
}
]
}