org.llm4s.imageprocessing.provider
Members list
Packages
Type members
Classlikes
class LocalImageProcessor extends ImageProcessingClient
Local image processor that uses Java's built-in image processing capabilities. This implementation doesn't require external API calls and provides basic image manipulation operations.
Local image processor that uses Java's built-in image processing capabilities. This implementation doesn't require external API calls and provides basic image manipulation operations.
Attributes
- Supertypes
object OpenAIMessage
Attributes
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
OpenAIMessage.type
object OpenAIRequestBody
Attributes
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
OpenAIRequestBody.type
class OpenAIVisionClient(config: OpenAIVisionConfig) extends ImageProcessingClient
OpenAI Vision client for AI-powered image analysis using GPT-4 Vision. This client provides advanced image understanding capabilities including object detection, scene description, and OCR.
OpenAI Vision client for AI-powered image analysis using GPT-4 Vision. This client provides advanced image understanding capabilities including object detection, scene description, and OCR.
Attributes
- Supertypes
In this article