analyze_image
Analyze an image with vision AI to extract objects, text, colors, and scene descriptions from a URL or base64 data.
Instructions
Analyze an image using vision AI. Provide either a URL or base64-encoded image data. Returns detailed analysis including objects, text, colors, scene description, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Either a URL to the image or base64-encoded image data (with or without data URI prefix) | |
| detail | No | Level of detail for analysis. 'low' for faster processing, 'high' for detailed analysis. Defaults to 'auto'. | |
| prompt | No | Custom prompt for analysis. Defaults to general image analysis if not provided. |