Everywhere Inference
Preview inference deployment price
Preview the billing price for an inference deployment
post/cloud/v2/pricing/inference/deployments
Request body
Example request
{
"containers": [
{
"region_id": 7,
"scale": {
"max": 3
}
}
]
}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
}