vision_analyze
Analyzes images from URLs or base64 data, returning structured JSON with summary, text, and detected objects for one-time image analysis.
Instructions
分析图像内容。支持 URL 或 base64 编码的图像。返回结构化 JSON(含摘要、文字、物体列表)。适合一次性图像分析。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | 细节级别,默认 auto(会根据 prompt 自动推断) | |
| prompt | Yes | 对图像的提问或描述指令,如「描述这张图」 | |
| image_url | No | 图像的公开 URL(与 image_data 二选一) | |
| image_data | No | base64 编码的图像数据(兼容带 data:image/xxx;base64, 前缀,与 image_url 二选一) |