Describe Image
describe_imageAnalyze images to extract text, describe scenes, compare visuals, and answer questions about what is shown. Supports local files, URLs, and base64 encoded images.
Instructions
See and understand images — screenshots, photos, diagrams, charts. Extract text (OCR), describe scenes, compare images, and answer questions about what is shown. Use whenever an image is provided via image_path, image_url, image_base64, or images[].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| images | No | Ordered list of images to analyze. Use this for multiple images; do not combine it with top-level image fields. | |
| prompt | No | Specific question or instruction about the image(s). Leave empty for a full description. | |
| image_url | No | Public http(s) URL of an image that the configured vision model provider can access. | |
| image_path | No | Absolute path to a local raster image file. Use this when the image is available on disk. | |
| image_base64 | No | Base64-encoded image data without a data: URI prefix. | |
| image_mime_type | No | MIME type for image_base64. If omitted, VisionPower detects it from image bytes. |