Skip to main content
PUT
{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.

Body

application/json

Model selector and allowed user paths

selector
string
required
user_paths
string[]
Maximum array length: 100
Maximum string length: 1024

Response

OK

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[]