---
title: "Get model pricing"
method: GET
path: "/billing/pricing/{model}"
tags: ["Billing"]
---

# Get model pricing

`GET /billing/pricing/{model}`

Return pricing for one model. The `model` path may contain slashes.

## Path parameters

- `model` string, required

## Response `200`

Pricing for the requested model.

- Pricing
  - `id` string, uuid, required
  - `model` string, required
  - `provider` string, required
  - `version` string, required
  - `input_microcents_per_token` integer, required
  - `output_microcents_per_token` integer, required
  - `cached_input_microcents_per_token` integer
  - `public` boolean, required

## Other responses

- `404` — Price not found.

---

[API](https://skmtc.net/overshoot/apis/overshoot-api.md) · [All operations](https://skmtc.net/overshoot/apis/overshoot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/overshoot/overshoot-api/revisions/defe49d6c837/schema)
