Analyze Image (Gemini)
analyze_imageSend an image to Gemini for visual analysis when the model lacks image encoding. Provide base64 data or a local file path to get answers about the image.
Instructions
Send an image to the Gemini API for visual reasoning. Useful when the calling model has no native image encoder. Provide either a base64-encoded image or a local file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | Base64-encoded image data | |
| model | No | Gemini model to use (default: gemini-2.5-flash) | |
| prompt | Yes | What to analyze or ask about the image | |
| mime_type | No | MIME type of the image (e.g. image/png, image/jpeg) | image/png |
| image_path | No | Path to a local image file |