Package com.chatmotorapi.api.vision
Provides APIs to extract infos from an image using OpenAI service.
-
Class Summary Class Description MotorContentPartImage Represents an image content part within the ChatMotor messaging framework, specifically designed for use with OpenAI's vision API.MotorContentPartText Represents a text-based content part within the ChatMotor messaging framework, specifically tailored for integration with OpenAI's vision API.MotorVisionRequest Handles the creation and execution of Vision requests to the ChatMotor using system and user prompts.MotorVisionRequest.Builder Builder class for creating a MotorVisionRequest instance.VisionImageUtil Utility class for handling image files and converting them to Base64 encoded strings.