Model object
Description of a single Model object.
Attributes
idstring
Unique model ID.createdint
Model creation time as a Unix timestamp (seconds).objectstring
Object type, alwaysmodel.owned_bystring
Owning organization.
Example
{
"id": "step-tts-2",
"object": "model",
"created": 1713196800,
"owned_by": "stepai"
}Last updated on