analyze_image_url
Analyze a remote image by providing its URL, and get visual recognition results such as text extraction and object detection.
Instructions
分析一张远程图片(通过 http/https URL 传入),返回视觉模型的识别结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 图片的远程 URL,如 https://example.com/photo.png | |
| model | No | 覆盖默认的视觉模型,如 gpt-4o、qwen-vl-max | |
| prompt | No | 视觉分析指令,例如:请识别图片中的文字 | |
| provider | No | 使用的 API 服务商名称(config.json 中配置) | |
| max_tokens | No | 生成的最大 token 数(可选,不传则由服务商决定) | |
| temperature | No | 采样温度,默认 0.7 |