Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
1
Region ID
1
Body
Pricing schema for AI cluster creation with detailed prices per category
AI cluster flavor
Subnet IPs and floating IPs
- NewInterfaceExternalSerializerPydantic
- NewInterfaceSpecificSubnetFipSerializerPydantic
- NewInterfaceAnySubnetFipSerializerPydantic
- NewInterfaceReservedFixedIpFipSerializerPydantic
AI cluster name
A multiplier that would be used to calculate the price, multiplying the flavor, IP, and volume prices by this number
Volumes attached to the AI cluster
Response
OK
Billing response v2 preview schema for server instance.
Currency code (3-letter code per ISO 4217).
AZN
, EUR
, USD
"USD"
"EUR"
Actual discount as a relative value.
"10.50"
"5.00"
Prices per category charged per hour.
{
"external_ip": 14.4,
"flavor": 576,
"floating_ip": 36,
"volumes": {
"cold": 78,
"ssd_hiiops": 20,
"standard": 10,
"ultra": 78
}
}
Prices per category charged per month.
{
"external_ip": 14.4,
"flavor": 576,
"floating_ip": 36,
"volumes": {
"cold": 78,
"ssd_hiiops": 20,
"standard": 10,
"ultra": 78
}
}
Price status for the UI.
error
, hide
, show
Total price VAT inclusive per month without discount.
Tax rate applied to the subtotal, represented as a percentage
0
17
12
Total price VAT inclusive per hour.
Total price VAT inclusive per month.
Pricing details per category charged per GB.
{ "egress_traffic_baremetal": 1.3 }
Number of virtual machine instances being created.
1
10