English
cURL
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
Bearer token authentication. Include your API key in the Authorization header as 'Bearer YOUR_API_KEY'
The maximum number of results to return
1 <= x <= 100
Successful response containing a list of available models
Show child attributes
The object type, which is always 'list'
list