Skip to main content
GET
{base_url}
/
admin
/
models
Error
A valid request URL is required to generate request examples
[
  {
    "access": {
      "default_enabled": true,
      "effective_enabled": true,
      "override": {
        "created_at": "<string>",
        "model": "<string>",
        "provider_name": "<string>",
        "selector": "<string>",
        "updated_at": "<string>",
        "user_paths": [
          "<string>"
        ]
      },
      "selector": "<string>",
      "user_paths": [
        "<string>"
      ]
    },
    "model": {
      "created": 123,
      "id": "<string>",
      "metadata": {
        "capabilities": {},
        "categories": [
          "all"
        ],
        "context_window": 123,
        "description": "<string>",
        "display_name": "<string>",
        "family": "<string>",
        "max_output_tokens": 123,
        "modes": [
          "<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,
          "currency": "<string>",
          "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
            }
          ]
        },
        "pricing_sources": {},
        "rankings": {},
        "tags": [
          "<string>"
        ]
      },
      "object": "<string>",
      "owned_by": "<string>"
    },
    "provider_name": "<string>",
    "provider_type": "<string>",
    "selector": "<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.

Query Parameters

category
string

Filter by model category

Response

OK

Maximum array length: 10000
access
object
model
object
provider_name
string
provider_type
string
selector
string