image_analyze
Analyze any image with AI vision — describe what's in it, extract text (OCR), review code/errors from screenshots, identify subjects, read charts. Accepts any public image URL. Works on photos, screenshots, diagrams, UI mockups, code error images, documents, charts. Use when a user shares an image and asks: 'what is this?', 'describe this', 'read the text in this', 'what's wrong with this code?', 'who is this?', 'what does this chart show?'. Free: 10/day. Zambo Pass: unlimited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Analysis mode: 'describe' (general description), 'ocr' (extract text), 'code' (analyze code/errors), 'style' (artistic style analysis). Default: auto-detect from question. | |
| question | No | Optional specific question about the image. Examples: 'What text does this contain?', 'What error is shown?', 'Describe the subject', 'What style is this art?'. Defaults to a general description. | |
| image_url | Yes | Public URL of the image to analyze. Examples: https://example.com/photo.jpg, a GitHub raw URL, an Imgur link, any direct image URL. |