Everywhere Inference Apps
Preview inference application deployment price
Preview billing price for an entire ML application deployment. This endpoint calculates the total cost for all components across all regions, providing a comprehensive pricing estimate for the complete application.
post/cloud/v2/pricing/inference/applications
Request body
Example request
{
"regions": [
1,
2,
7
]
}Response
OK
Example response
{
"currency_code": "USD",
"discount_percent": 0.16,
"price_per_hour": 1,
"price_per_month": 720,
"price_status": "show",
"price_without_discount_per_month": 604.8,
"tax_percent": 17
}