minimax_vision_understand
Analyze images with MiniMax vision models. Use a local file path or remote URL to ask questions and get detailed answers, with options for adaptive thinking and token control.
Instructions
Analyze an image using MiniMax vision models. Supports local image files (png/jpg/jpeg/gif/webp/bmp) AND remote HTTP(S) URLs. Default model: MiniMax-M3. MiniMax-M3 supports image + video understanding, 1M context, adaptive thinking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Local image file path OR remote HTTP(S) URL. Both are supported by MiniMax. | |
| prompt | Yes | What to ask about the image. Be specific. | |
| thinking | No | Enable adaptive thinking + reasoning split (M3). M2.x models always think; param ignored there. | |
| max_tokens | No | Maximum output tokens. | |
| temperature | No | Sampling temperature (0-2). Default 1. |