Skip to main content
GET
{base_url}
/
admin
/
model-overrides
Error
A valid request URL is required to generate request examples
[
  {
    "created_at": "<string>",
    "model": "<string>",
    "provider_name": "<string>",
    "scope_kind": "global",
    "selector": "<string>",
    "updated_at": "<string>",
    "user_paths": [
      "<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
provider_name
string
scope_kind
enum<string>
Available options:
global,
model,
provider,
provider_model
selector
string
updated_at
string
user_paths
string[]