-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
Description
Prompt API callers may wish to specify whether image inputs are resized (shrunk) or split into tiles.
- Resizing (the default right now) is useful for an overview of an image, e.g. rough descriptions of photos.
- Tiling would be useful for analyzing high-resolution details from a larger image, e.g. OCR from a large document.
API clients could split images themselves if input dimension limits were exposed, per #84