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

# Get your custom model pricing entries

`GET /marketplace/providers/models`

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.

## Query parameters

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

## Response `200`

Pricing response for custom model pricing

- HandlerMarketplaceModelProvidersResponse
  - `providers` ModelsModelPricing[]
    - `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

---

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