image_analysis
Analyze one or more images from local paths or URLs and get text answers to questions about their content, text, or layout. Use it to identify product details, materials, or whether a face appears.
Instructions
Look at one or more images (local file paths or image URLs) and answer a question about each — returns text, not new images. Use to read a product photo (category, materials, on-pack text, distinctive details), to judge whether a shot is product-only or shows a face, or to describe any image's content, layout, or text. Pass requests to read several images in ONE call — they are analyzed in parallel, so a batch costs about the same wall time as its slowest image. Give a specific 'prompt' for a focused answer; omit it for a general description. Set dry_run=true to preview the request without spending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | The image to analyze — a local file path or an http(s) image URL. | |
| prompt | No | The question to answer about this image — e.g. 'What product is this, how is it used, how does it open, and what color/material/label details define it?' Omit for a general description. | |
| dry_run | No | If true, return the request that would be sent (key and image masked), make no API call. | |
| requests | No | Analyze several images in one call (1-10). Each entry takes its own `image` and optional `prompt`. Use this instead of one call per image whenever you have more than one to read — they run in parallel. Supply either `requests` or a single `image`, not both. |