Class Model

All Implemented Interfaces:
Serializable, IOpenAiApiObject

public class Model extends OpenAiApiObjectWithId
List and describe the various models available in the API. You can refer to the Models documentation to understand what models are available and the differences between them.

See document

See Also:
  • Field Details

    • OBJECT

      public static String OBJECT
    • created

      public Long created
      The Unix timestamp (in seconds) when the model was created.
  • Constructor Details

    • Model

      public Model()