分析图片
analyze_imageAnalyze images from local files or HTTP(S) URLs with configurable intent, processing mode, and reasoning effort for OCR, summarization, and object localization.
Instructions
分析本地图片、file URL 或 HTTP(S) 图片。调用方决定 intent、图片处理模式和推理程度;支持流式进度、OCR、摘要和主体定位。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | 图片的本地路径、file: URL 或 http(s) URL | |
| intent | No | 分析意图:综合分析、OCR、摘要或主体定位 | analyze |
| profile | No | 要使用的模型配置 profile;省略时使用默认 profile | |
| imageMode | No | 图片处理模式:自动、快速、平衡、高质量或保持原图 | auto |
| instruction | No | 对图片的额外分析要求 | |
| reasoningEffort | No | 模型推理程度;auto 使用模型默认值 | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ocr | No | ||
| raw | No | ||
| model | Yes | ||
| status | Yes | ||
| details | No | ||
| profile | Yes | ||
| regions | No | ||
| samples | No | ||
| summary | Yes |