---
title: "Estimate Cost"
method: POST
path: "/api/pricing/estimate"
tags: ["Billing"]
---

# Estimate Cost

`POST /api/pricing/estimate`

Estimate what a job will cost, in CAD, before launching it.

## Request body

- EstimateRequest
  - `gpu_model` string
  - `duration_hours` number
  - `spot` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 22 revisions in range; 1 could not be searched.

- **2026-08-02** `016014e16810` — 2 warning
  - removed the request property `is_canadian`
  - removed the request property `sovereignty`
- **2026-06-08** `cbe3ad94235c` — 3 warning
  - the `gpu_model` request property's maxLength was set to `64`
  - the `duration_hours` request property's max was set to `8760.00`
  - the `duration_hours` request property's min was set to `0.00`

[Change history](https://skmtc.dev/aabiro/apis/xcelsior/changes/api/pricing/estimate/post.md)

---

[API](https://skmtc.dev/aabiro/apis/xcelsior.md) · [All operations](https://skmtc.dev/aabiro/apis/xcelsior/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aabiro/xcelsior/revisions/32211b6f9d65/schema)
