Skip to main content
GET
{base_url}
/
admin
/
models
/
categories
Error
A valid request URL is required to generate request examples
[
  {
    "category": "all",
    "count": 123,
    "display_name": "<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

category
enum<string>
Available options:
all,
text_generation,
embedding,
image,
audio,
video,
utility
count
integer
display_name
string