描述图片内容
describe_imageReads images from local paths or URLs and generates text descriptions using multimodal AI, enabling text-only LLMs to process visual content.
Instructions
读取一张图片(本地文件路径或 http(s):// URL),调用多模态模型 SenseNova 6.8 Flash-Lite 识别其内容并返回文字描述。用于主模型不支持图片输入时的看图能力。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | 本地文件路径(绝对或相对路径)或 http(s):// 图片 URL | |
| question | No | 要问图片的问题,默认:"请详细描述这张图片的内容" | |
| max_tokens | No | 最大生成 token 数,默认 1000 |