OpenAIModelSchema
Schema for individual model in OpenAI format.
createdintegerrequired
Unix timestamp indicating when the model was created.
idstringrequired
Identifier of the model, used as the model value in inference requests.
owned_bystringrequired
Identifier of the owner of the model.
objectstring
Object type, always "model".
OpenAIModelSchema
{
"created": 0,
"id": "string",
"owned_by": "string",
"object": "model"
}
Was this page helpful?