image_analysis
Analyze images to extract detailed descriptions including content, text, colors, layout, and context clues. Accepts image URLs or data URIs with optional custom prompts.
Instructions
Analyze any image with a general vision model. Returns a detailed description of the image content, key elements, text, colors, layout, and context clues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrl | Yes | Image source: a data URI (data:image/...;base64,...), an http(s) URL, or a local file path | |
| prompt | No | Optional custom analysis instruction. Overrides the default analysis prompt. |