Describe Image
describe_imageAnalyze images via path, URL, or base64 to extract text, describe scenes, compare visuals, and answer questions about what is shown. Provide a focused prompt for faster, accurate results.
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, image_ref, or images[]. For faster, more useful answers, ask the specific question you need answered (e.g. "read the error text", "what does this chart show") instead of an open-ended "describe everything".
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). Focused questions (e.g. "Read the error message text", "List the visible menu items") are faster and more useful than open-ended "describe everything" prompts. Leave empty for a full description. | |
| image_ref | No | Short-lived opaque reference created by the VisionPower WebUI Inbox. Use this when a text-only host cannot pass an attachment through to the agent. | |
| image_url | No | Public http(s) URL of an image; support depends on the configured provider/model. Use image_base64 or image_ref when URL input is unavailable. | |
| 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. | |
| output_format | No | Output shape. 'text' (default) returns a free-form description with an untrusted-source banner. 'structured' returns a JSON envelope: when formatValid is true, a single image has {answer, observations, extractedText?, limitations?} and multiple images have images[]; otherwise formatValid is false with formatError and rawResponse. | |
| image_mime_type | No | MIME type for image_base64. If omitted, VisionPower detects it from image bytes. |