Loading...
Loading...
Analyze images using AI with the understand_image tool
npx skill4agent add imsus/pi-extension-minimax-coding-plan-mcp minimax-image-understandingunderstand_imageunderstand_image({
prompt: "Your question about the image",
image_url: "https://example.com/image.png"
})understand_imageunderstand_imageunderstand_image({
prompt: "What do you see in this image?",
image_url: "https://example.com/screenshot.png"
})POST {api_host}/v1/coding_plan/vlm{
"prompt": "Your question about the image",
"image_url": "data:image/jpeg;base64,/9j/4AAQ..."
}{
"content": "AI analysis of the image...",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}https://example.com/image.jpg/Users/username/Documents/image.pngimages/photo.png@data:image/png;base64,iVBORw0KGgo...understand_image({
prompt: "What is the error message and where is it located in this screenshot?",
image_url: "./error-screenshot.png"
})understand_image({
prompt: "What code is shown in this screenshot? Please transcribe it exactly.",
image_url: "https://example.com/code.png"
})understand_image({
prompt: "Analyze this UI design. What is working well and what could be improved?",
image_url: "https://example.com/mockup.png"
})understand_image({
prompt: "Extract all text from this image",
image_url: "/Users/username/Documents/scan.png"
})