vision_analyze
Analyze images using a vision-language model. Supports URL, file path, or Base64 input for general, QA, UI, chart, OCR, object, and code tasks.
Instructions
Analyze an image using a vision-language model. Returns a unified JSON envelope wrapping summary, observations, uncertainties, and suggested follow-ups (see README 'Response format' for the full schema).
Supports URL, local file path, data URL, and Base64 input.
Task types guide the model:
general: General analysis (default)
qa: Answer a specific question about the image
ui: Analyze UI/layout/interactions/accessibility
chart: Analyze charts/graphs/data
document: OCR and document structure
object: Identify and locate objects
screenshot: Analyze application screenshots
code_screenshot: Read code from screenshots
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | general | |
| detail | No | auto | |
| prompt | No | 请描述这张图片的内容。 | |
| include_raw | No | ||
| image_source | Yes | ||
| include_source_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |