Package com.chatmotorapi.api.image
Provides Image APIs to create images using Dall-E 2 and Dall-E 3 from OpenAI.
-
Class Summary Class Description MotorImageContainer Represents a container for an image generated by aMotorImageRequest
.MotorImageRequest Handles the creation and execution of image-related requests for the ChatMotor API, designed to interface with OpenAI's Vision API.MotorImageRequest.Builder Builder class for creating a MotorImageRequest instance.MotorImageResponse Represents the response from an image processing request made through the ChatMotor API, specifically tailored for interactions with OpenAI's Image API. -
Enum Summary Enum Description MotorImageSize Enum representing various standard image sizes for the ChatMotor Image API.ResponseImageFormat Enum representing the format in which an image response can be provided for the ChatMotor Image API.