analyze_image
Analyze images from base64 data, file paths, or URLs using any configured vision provider. Specify prompts, output format, and parameters for tailored results.
Instructions
Analyze images using the configured vision provider. Supports various input formats including base64, file paths, and URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The image data (base64 string, file path, or URL) | |
| type | Yes | The type of image input | |
| format | No | Output format (default: text) | |
| prompt | No | Custom prompt for image analysis (optional) | |
| mimeType | No | MIME type of the image (required for base64 input) | |
| maxTokens | No | Maximum tokens in response (default: 4000) | |
| temperature | No | Sampling temperature (default: 0.1) |