GPU Bare Metal
Preview GPU cluster price
Preview the billing price for a GPU cluster.
Deprecated: Use the new v2 endpoints instead:
- /v2/pricing/{project_id}/{region_id}/gpu/virtual/clusters for virtual GPU clusters
- /v2/pricing/{project_id}/{region_id}/gpu/baremetal/clusters for bare metal GPU clusters
post/cloud/v1/pricing/{project_id}/{region_id}/ai/clusters
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
region_idinteger required
Region ID
Example:1
Region ID
Request body
Example request
{
"flavor": "bm1-ai-small-v1pod-4",
"instances_count": 1,
"interfaces": [
{
"floating_ip": {
"source": "new"
},
"network_id": "ddc28e44-2acb-499b-985b-831f29432e1c",
"subnet_id": "2731a56e-a5c9-44be-80c2-02c57c594573",
"type": "subnet"
}
],
"name": "poplar-ubuntu",
"volumes": [
{
"size": 10,
"source": "image",
"type_name": "ssd_hiiops"
},
{
"size": 5,
"source": "new-volume",
"type_name": "standard"
},
{
"snapshot_id": "7cca40d7-a843-4e9f-ae08-62b9a394b1ab",
"source": "snapshot"
}
]
}Response
OK
Example response
{
"currency_code": "USD",
"discount_details": [
{
"discount": "0.1",
"resource": "ssd_hiiops"
}
],
"discount_percent": "10.50",
"per_gb": {
"egress_traffic_baremetal": 0.05,
"egress_traffic_virtual": 0.05
},
"per_hour": {
"external_ip": 14.4,
"flavor": 576,
"floating_ip": 36,
"volumes": {
"cold": 78,
"ssd_hiiops": 20,
"ssd_lowlatency": 10,
"standard": 10,
"ultra": 78
}
},
"per_month": {
"external_ip": 14.4,
"flavor": 576,
"floating_ip": 36,
"volumes": {
"cold": 78,
"ssd_hiiops": 20,
"ssd_lowlatency": 10,
"standard": 10,
"ultra": 78
}
},
"vm_count": 1
}