Package com.chatmotorapi.api.models

Provides the list of available Models retrieved from OpenAI. Includes a delete method.
  • Class Summary
    Class Description
    MotorModel
    Represents a model of OpenAI, encapsulating details about model identifiers, creation time, and ownership.
    MotorModelResponse
    Encapsulates the response from a query to OpenAI, providing a mechanism to assess the success of the operation and retrieve the resulting models or handle errors.
    MotorModelsRequest
    Represents the models associated with the Chat Motor AI.
    MotorModelsRequest.Builder
    Builder class for creating MotorModelsRequest instances.