Skip to content
AiRoutix Docs
Search
K
Appearance
Menu
Return to top
On this page
数据模型: Model
Model
字段
类型
必选
描述
id
string
否
模型 ID
object
string
否
对象类型
created
integer
否
创建时间戳
owned_by
string
否
模型所有者
数据模型示例
json
{
"id"
:
"gpt-4"
,
"object"
:
"model"
,
"created"
:
0
,
"owned_by"
:
"openai"
}