创建一个使用 KL 模型从图片生成视频的任务。
Documentation Index
Fetch the complete documentation index at: https://docs.keevx.cn/llms.txt
Use this file to discover all available pages before exploring further.
model 的值,各参数的必填状态和有效范围如下:
| 参数 | 是否必填 | 说明 |
|---|---|---|
| prompt | 是 | 图生视频提示词。 |
| reference_images | 是 | 必须提供参考图列表。(最多 7 张图片) |
| aspect_resolution | 是 | 支持 720p、1080p。 |
| duration | 是 | 支持 5、10 秒。 |
| image_url | 否 | 不支持。 |
callback_url 发送一个 POST 请求。
0 表示回调发送成功。image_to_video。Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
创建图生视频任务,使用 KL 模型。
模型标识符。
KL:多参考图模式。KL "KL"
视频生成提示词,限制 1000 字符。
"一只金毛犬在草地上奔跑,阳光明媚,电影级光影"
视频宽高比。
16:9, 9:16 "16:9"
视频分辨率。支持 720p、1080p。
720p, 1080p "1080p"
视频时长(秒)。支持 5 或 10。
5, 10 5
参考图片 URL 列表(必填)。每张图片最大 20MB。
5[
"https://example.com/ref1.jpg",
"https://example.com/ref2.jpg"
]生成视频数量(1-4)。
1 <= x <= 41
任务完成回调通知 URL。
"https://your-server.com/callback"