跳转到主要内容
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"
}
在以下端点测试您的 API 密钥:

授权

Authorization
string
header
必填

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

查询参数

limit
integer<int32>
默认值:20

The maximum number of results to return

必填范围: 1 <= x <= 100

响应

Successful response containing a list of available models

data
object[]
必填
object
enum<string>
必填

The object type, which is always 'list'

可用选项:
list