Skip to Content

Model object

Description of a single Model object.

Attributes

  • id string
    Unique model ID.
  • created int
    Model creation time as a Unix timestamp (seconds).
  • object string
    Object type, always model.
  • owned_by string
    Owning organization.

Example

{ "id": "step-tts-2", "object": "model", "created": 1713196800, "owned_by": "stepai" }
Last updated on