-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Milestone
Description
Having experimented with OpenAI's GPT-4 with Vision API, it would be amazing if Spring AI adds support for image-based input data (e.g. photos). This API allows you to post:
- One or more images
- Images are represented as base64 encoded data or as image URL
The API is located at: API reference: https://platform.openai.com/docs/guides/vision
An implementation could possibly also provide additional pre-processing in order to add support for video data as described here:
https://cookbook.openai.com/examples/gpt_with_vision_for_video_understanding