亮色模式
Retrieve model
GET
/models/{modelid}Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
Request
Path 参数
modelid
string
必需
示例值:
babbage
Header 参数
Authorization
string
可选
示例值:
Bearer
Request samples
返回响应
Retrieve model(200)
HTTP Code: 200
Content Type : JSONapplication/json
数据结构
id
string
必需
object
string
必需
owned_by
string
必需
permission
array[string]
必需
示例Retrieve model
{
"id": "text-davinci-003",
"object": "model",
"owned_by": "openai",
"permission": [...]
}
最后修改时间: 10 天前