How to check gpu availability and pricing
Availability -> Read
permissionAvailability API
documentationGet Gpu Availability Endpoint
documentationprovider
cloudId
dataCenter
cloudId
, you must specify which data center to use when provisioning the GPU.
disk
, vcpu
, memory
defaultCount
, so you can customize things like number of vcpus available in your instance. If the value is customizable, then the property contains attributes like minCount
, maxCount
, pricePerUnit
, step
and defaultIncludedInPrice
.
In the example above your server will include 16 vpcus
and 251GB of RAM
, with customizable disk
space. If the disk space is adjustable, its cost is calculated separately from the prices property. Here’s an example breakdown of total costs:
minCount
and maxCount
adjustable by step
and you’ll pay pricePerUnit/hr
for every unit you want to use.
Some providers offer predefined server configurations, with the defaultIncludedInPrice
set to true
. This means the defaultCount
is included in the base price, but any changes (even reductions) will incur additional charges.
prices
and security
security
type is set to secure_cloud
, then the price is defined in prices -> onDemand
. Otherwise, community pricing is stored in prices -> communityPrice
.
Some providers may also use dynamic pricing for their instances. If the field isVariable
is set to true
, the price may fluctuate based on demand.