视觉解读
vision_describeDescribe images faithfully from URLs or local paths, with adjustable detail level and auto-scaling for reliable text descriptions.
Instructions
详细、真实地解读图片中的内容。忠实描述图片中可见的所有内容,不推测或脑补。
参数:
images: 图片路径或URL列表
detail_level: 描述详细程度(brief/normal/detailed),默认normal
max_dimension: 发送给VLM前自动缩放的最大边长(默认2048,设为0禁用)
返回:图片内容的详细文字描述
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| images | Yes | 图片路径或URL列表(http/https开头为URL,否则为本地路径)。至少1张,最多8张。 | |
| detail_level | No | 描述详细程度 | normal |
| max_dimension | No | 发送给VLM前自动缩放的最大边长(像素)。设为0禁用自动缩放。默认2048。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes |