API 参考
获取模型列表
获取当前可用模型列表
Authorization
BearerAuth AuthorizationBearer <token>
OpenAI 兼容 Bearer Token
In: header
Response Body
application/json
curl -X GET "https://api.3hei.com/v1/models"{
"object": "list",
"data": [
{
"id": "string",
"object": "string",
"created": 0,
"owned_by": "string"
}
]
}