---
title: "Get your custom model pricing entries"
method: GET
path: "/marketplace/providers/models"
deprecated: true
---

# Get your custom model pricing entries

`GET /marketplace/providers/models`

> **Deprecated.**

List the live version of each model rate your organization has registered. Only your own rates are returned.
Filters combine, and paging is by limit and offset.
Superseded by GET /v1/marketplace/models, which returns RFC 9457 problem responses on failure.

## Query parameters

- `limit` integer
- `offset` integer
- `model` string
- `provider` string
- `region` string
- `token_bucket` string

## Response `200`

Pricing response for custom model pricing

- ModelPriceList
  - `providers` ModelPrice[]
    - `context_limit` integer
    - `currency` string
    - `effective_from` string
    - `effective_to` string
    - `fetched_at` string
    - `host` string
    - `id` string
    - `modalities_input` string[]
    - `modalities_output` string[]
    - `model` string
    - `model_id` string
    - `open_weights` boolean
    - `output_limit` integer
    - `provider` string
    - `publisher` string
    - `raw_pricing_data` DatatypesJSON
    - `reasoning` boolean
    - `region` string
    - `sku_price_id` string
    - `source` string
    - `source_url` string
    - `structured_output` boolean
    - `tags` DatatypesJSON
    - `token_bucket` string
    - `tool_call` boolean
    - `unit_price_per_mtok` number

## Other responses

- `400` — Invalid limit or offset
- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-09-03** `2b7d1ae74be1` — 1 info
  - endpoint deprecated
- **2026-08-14** `118039137757` — 1 info
  - added the non-success response with the status `400`
- **2026-08-13** `f07bdc0e3d36` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/baselinehq/apis/costgraph-pricing-api/changes/marketplace/providers/models/get.md)

---

[API](https://skmtc.dev/baselinehq/apis/costgraph-pricing-api.md) · [All operations](https://skmtc.dev/baselinehq/apis/costgraph-pricing-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/baselinehq/costgraph-pricing-api/revisions/2b7d1ae74be1/schema)
