minimax_understand_image
Understand image content by asking questions about it. Supports image URLs, local files, or base64 data up to 20MB.
Instructions
Analyze an image using MiniMax AI vision. Supports URLs, local file paths, or base64 data URLs (JPEG/PNG/WebP, max 20MB).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Question or instruction about the image | |
| imageSource | Yes | Image URL (HTTP/HTTPS), local file path, or base64 data URL | |
| model | No | Model override (default: MINIMAX_DEFAULT_MODEL env var, typically M2.7) |