Skip to main content

Documentation Index

Fetch the complete documentation index at: https://platform.stepfun.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

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"
}