---
title: "Preview inference application deployment price"
method: POST
path: "/cloud/v2/pricing/inference/applications"
tags: ["Everywhere Inference Apps"]
---

# Preview inference application deployment price

`POST /cloud/v2/pricing/inference/applications`

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.

## Request body

- InferenceApplicationPricingRequestSerializer
  - `components` object, required — Dictionary of components configuration for pricing calculation.
  - `regions` integer[], required — List of region IDs where the application will be deployed

## Response `200`

OK

- ItemPriceResponseSerializer — Response with prices per hour and per month
  - `currency_code` 'AZN' | 'EUR' | 'USD', nullable, required — Currency code (3 letter code per ISO 4217)
  - `discount_percent` number, nullable, required — Actual discount relative value
  - `price_per_hour` number, nullable, required — Price of the item charged per hour
  - `price_per_month` number, nullable, required — Price of the item charged per month
  - `price_status` 'error' | 'hide' | 'show', required
  - `price_without_discount_per_month` number, nullable, required — Total price VAT inclusive per month without discount
  - `tax_percent` number, required — Tax rate applied to the subtotal, represented as a percentage

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
