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

# Preview inference deployment price

`POST /cloud/v2/pricing/inference/deployments`

Preview the billing price for an inference deployment

## Request body

- InferenceDeploymentPriceRequestV2Serializer
  - `containers` InferenceContainerPricingV2Serializer[], required — List of containers for the inference instance.
    - `region_id` integer, required — Region ID for the container
    - `scale` InferenceContainerScalePricingV2Serializer, required
      - `max` integer, required — Maximum number of containers
  - `flavor_name` string, required — Flavor name for the inference instance.

## 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)
