Skip to main content
GET
{base_url}
/
admin
/
model-pricing-overrides
Error
A valid request URL is required to generate request examples
[
  {
    "created_at": "<string>",
    "model": "<string>",
    "pricing": {
      "audio_input_per_mtok": 123,
      "audio_output_per_mtok": 123,
      "batch_input_per_mtok": 123,
      "batch_output_per_mtok": 123,
      "cache_write_per_mtok": 123,
      "cached_input_per_mtok": 123,
      "input_per_image": 123,
      "input_per_mtok": 123,
      "output_per_mtok": 123,
      "per_character_input": 123,
      "per_image": 123,
      "per_page": 123,
      "per_request": 123,
      "per_second_input": 123,
      "per_second_output": 123,
      "reasoning_output_per_mtok": 123,
      "tiers": [
        {
          "input_per_mtok": 123,
          "output_per_mtok": 123,
          "up_to_mtok": 123,
          "up_to_tokens": 2
        }
      ]
    },
    "provider_name": "<string>",
    "scope_kind": "global",
    "selector": "<string>",
    "updated_at": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://gomodel-docs-providers-restructure.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

Maximum array length: 10000
created_at
string
model
string
pricing
object
provider_name
string
scope_kind
enum<string>
Available options:
global,
model,
provider,
provider_model
selector
string
updated_at
string