ask_about_image
Ask specific questions about images and receive answers powered by multimodal AI. Supports image URLs, local paths, and base64 input.
Instructions
使用多模态大模型回答关于图片的具体问题。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | Messages API 格式的图片内容块 | |
| question | Yes | 关于图片的具体问题 | |
| image_url | No | 图片的 HTTP/HTTPS URL 地址 | |
| mime_type | No | 当使用 image_base64 时,指定图片 MIME 类型,例如 image/png、image/jpeg | |
| image_path | No | 本地图片文件的绝对或相对路径 | |
| image_base64 | No | 图片的 base64 编码字符串(不包含 data URI 前缀) |