---
title: "Get Model Prices"
method: GET
path: "/management/prices"
tags: ["management"]
---

# Get Model Prices

`GET /management/prices`

Get prices for all configured models.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- ModelPricesResponse — Response model for GET /management/prices.
  - `models` ModelPriceInfo[], required
    - `model` string, required
    - `model_group` string, required
    - `provider` string, required
    - `enabled` boolean, required
    - `price` number, required
    - `pricing_mode` string
    - `cost_source` string, nullable
    - `self_hosted_token_multipliers` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kodacode/apis/xcode-proxy-gateway.md) · [All operations](https://skmtc.dev/kodacode/apis/xcode-proxy-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kodacode/xcode-proxy-gateway/revisions/7863886629fd/schema)
