gemini_multimodal_query
Analyze images with natural language questions. Query designs, diagrams, screenshots, or any visual content by combining image and text inputs for multimodal understanding.
Instructions
Query using images + text for multimodal understanding. Analyze designs, diagrams, screenshots, or any visual content with natural language questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Gemini model to use (optional, default: gemini-3.1-pro-preview) | |
| images | Yes | Images as file paths (e.g., ./images/screenshot.png) or Base64 data URIs. File paths will be automatically converted to Base64. | |
| prompt | Yes | Question or instruction about the images | |
| context | No | Optional: Additional context for better understanding | |
| outputFormat | No | Desired output format (default: text) | text |