---
title: "Estimate the price of a deployment on akash and other cloud providers."
method: POST
path: "/v1/pricing"
tags: ["Other"]
---

# Estimate the price of a deployment on akash and other cloud providers.

`POST /v1/pricing`

## Request body

- union
  - object
    - `cpu` number, required — CPU in thousandths of a core. 1000 = 1 core
    - `memory` number, required — Memory in bytes
    - `storage` number, required — Storage in bytes
  - object[]
    - `cpu` number, required — CPU in thousandths of a core. 1000 = 1 core
    - `memory` number, required — Memory in bytes
    - `storage` number, required — Storage in bytes

## Response `200`

Returns a list of deployment templates grouped by categories

- union
  - object
    - `spec` object, required
      - `cpu` number, required — CPU in thousandths of a core. 1000 = 1 core
      - `memory` number, required — Memory in bytes
      - `storage` number, required — Storage in bytes
    - `akash` number, required — Akash price estimation (USD/month)
    - `aws` number, required — AWS price estimation (USD/month)
    - `gcp` number, required — GCP price estimation (USD/month)
    - `azure` number, required — Azure price estimation (USD/month)
  - object[]
    - `spec` object, required
      - `cpu` number, required — CPU in thousandths of a core. 1000 = 1 core
      - `memory` number, required — Memory in bytes
      - `storage` number, required — Storage in bytes
    - `akash` number, required — Akash price estimation (USD/month)
    - `aws` number, required — AWS price estimation (USD/month)
    - `gcp` number, required — GCP price estimation (USD/month)
    - `azure` number, required — Azure price estimation (USD/month)

## Other responses

- `400` — Invalid parameters

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/77a0df47eb74/schema)
