Analyze Image
analyze_imageAnalyze any image to identify objects, scenes, documents, and screenshots, and answer visual questions. Works with local paths, URLs, and data URIs.
Instructions
General-purpose image understanding for photos, screenshots, documents, objects, scenes, and visual questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Image source. Supports local file path, http(s) URL, or data:image/...;base64,... Data URL. | |
| model | No | Optional StepFun vision model override. | |
| detail | No | StepFun vision detail level. Use high for OCR, screenshots, UI, diagrams, and charts. | |
| question | No | Optional user question or task for this image. If omitted, the tool uses its scenario-specific default task. | |
| max_tokens | No | Optional maximum output tokens. |