cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/ai/flavors/{project_id}/{region_id} \ --header 'Authorization: <api-key>'
{ "count": 1, "results": [ { "capacity": 10, "currency_code": "USD", "disabled": false, "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" }, "price_per_hour": 1, "price_per_month": 720, "price_status": "show", "resource_class": "bm3-ai-1xlarge-h100-80-8" } ] }
Retrieve a list of flavors available for GPU clusters. Please use the /v3/gpu/baremetal/{project_id}/{region_id}/flavors endpoint instead.
/v3/gpu/baremetal/{project_id}/{region_id}/flavors
x >= 0
Show child attributes
Was this page helpful?