Describes an OpenAI model offering that can be used with the API.
Constructors
new(id :
String = "", created :
Int64 = 0, object :
ModelObject =
ModelObject::Model, owned_by :
String = "")
SourceInstance methods
created
The Unix timestamp (in seconds) when the model was created.
Sourcecreated=(created :
Int64)
The Unix timestamp (in seconds) when the model was created.
Sourceid
The model identifier, which can be referenced in the API endpoints.
SourceThe model identifier, which can be referenced in the API endpoints.
Sourceobject
The object type, which is always "model".
Sourceobject=(object : ModelObject)
The object type, which is always "model".
Sourceowned_by
The organization that owns the model.
SourceThe organization that owns the model.
Source