r-vid
Analyze videos via direct URLs to obtain text descriptions or answers. Provide a video_url and optional question to receive visual understanding from the vision model.
Instructions
解析视频直链(http/https,视觉模型服务端可直接访问),返回文本描述或问答结果。
参数: video_url: 视频直链,必填 question: 对视频的提问/指令(默认"请详细描述这段视频的内容。") provider: 视觉后端,空则读 VISION_VIDEO_PROVIDER→回退 VISION_PROVIDER model: 视觉模型,空则读 VISION_VIDEO_MODEL→回退 VISION_MODEL(默认 dots3-note-prev) max_tokens: 返回文本上限(默认 8192;视频解析建议 ≥8192,避免输出截断)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| provider | No | ||
| question | No | 请详细描述这段视频的内容。 | |
| video_url | Yes | ||
| max_tokens | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |