Skip to main content
GET
/
v1
/
models
List models
curl --request GET \
  --url https://wisdom-gate.juheapi.com/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "object": "model",
      "created": 123,
      "owned_by": "<string>",
      "permission": [
        {}
      ],
      "root": "<string>",
      "parent": "<string>"
    }
  ],
  "object": "list"
}
Try your apikey on the following endpoint:

Authorizations

Authorization
string
header
required

Bearer token authentication. Include your API key in the Authorization header as 'Bearer YOUR_API_KEY'

Query Parameters

limit
integer<int32>
default:20

The maximum number of results to return

Required range: 1 <= x <= 100

Response

Successful response containing a list of available models

data
object[]
required
object
enum<string>
required

The object type, which is always 'list'

Available options:
list