Overview
Within Rafay GPU PaaS, billing can be configured for SKUs in multiple different ways.
Pricing Method | Description | Example Calculation |
---|---|---|
SKU Based Pricing | Entire SKU has a fixed hourly billing rate. The cost is calculated by multiplying the hourly rate by total usage time. | SKU price = $1/hr, Usage = 24 hrs โ Total Cost = 1 ร 24 = $24 |
Dimension Based Pricing | Pricing is based on usage of individual resources (e.g., CPU, GPU) with specific rates. Total cost is aggregated from each resourceโs cost. | 4 CPUs @ $0.5/hr and 2 GPUs @ $2/hr for 24 hrs โ (4ร0.5ร24) + (2ร2ร24) = $144 |
Combined Pricing | Mix of SKU and dimension-based models. A base price is set for the instance, and additional charges are added based on resource usage. | Not explicitly calculated, but includes a fixed base price + variable resource-based costs |
Info
In this Get Started guide, you will learn to configure and validate SKU based pricing and Dimensional pricing models. Finally, you will learn how you can implement "Per Tenant Overrides" to implement custom SKUs for a tenant.