analyze_image
Provide an image URL or data URL to receive a text description from a vision model, with automatic fallback on rate limits, timeouts, or server errors.
Instructions
分析一张图片,返回视觉模型给出的文字结果。
image 可以是:HTTP/HTTPS 图片 URL、base64 data URL(data:image/...)。 按 VISION_MODELS 配置的顺序调用模型,遇限流/超时/5xx 自动切换到下一个。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | ||
| prompt | No | 请描述这张图片的内容。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |