分析视频
analyze_videoAnalyze local or remote videos by extracting frames and applying customizable model profiles for structured visual understanding.
Instructions
抽取本地或 HTTP(S) 视频帧并进行结构化理解,可指定帧数和模型 profile。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video | Yes | 视频的本地路径、file: URL 或 http(s) URL | |
| frames | No | 抽取帧数,范围 1-16 | |
| profile | No | 要使用的模型配置 profile;省略时使用默认 profile | |
| instruction | No | 对视频的额外分析要求 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ocr | No | ||
| raw | No | ||
| model | Yes | ||
| status | Yes | ||
| details | No | ||
| profile | Yes | ||
| regions | No | ||
| samples | No | ||
| summary | Yes |