AI Model InterfaceModelsList models
Get Model List
Retrieve the list of currently available models, returning in OpenAI /v1/models compatible format.
Authorization
BearerAuth
AuthorizationBearer <token>
使用 Bearer Token 认证。
格式: Authorization: Bearer sk-xxxxxx
In: header
Response Body
application/json
curl -X GET "https://nodekey.xinghanyun.cn/v1/models"{
"object": "list",
"data": [
{
"id": "gpt-4o",
"object": "model",
"created": 1715367049,
"owned_by": "openai"
}
]
}Last updated on