Skip to content
UniAPI Doc
Search
K
Main Navigation
首页
文档
Appearance
Menu
Return to top
获取模型列表
GET
/v1/models
Authorizations
bearer
Type
HTTP (bearer)
Responses
200
OK
Content-Type
application/json
Schema
JSON
JSON
{
"object"
:
"string"
,
"data"
:
[
{
"id"
:
"string"
,
"created"
:
0
,
"object"
:
"string"
,
"owned_by"
:
"string"
}
]
}
GET
/v1/models
Playground
Authorization
bearer
Try it out
Samples