创建参考图生视频任务
Alibaba
HappyHorse 1.0 R2V
提交参考图生视频任务(1-3 张参考图)。立即返回 task_id,通过 GET /v1/video/generations/{task_id} 轮询任务状态。
POST
创建参考图生视频任务
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
模型 ID。
可用选项:
happyhorse-1.0-r2v 示例:
"happyhorse-1.0-r2v"
视频描述文本。
示例:
"身着红色旗袍的女性轻抬玉手展开折扇"
1-3 张参考图 URL。
Required array length:
1 - 3 elements示例:
[
"https://example.com/ref1.jpg",
"https://example.com/ref2.jpg",
"https://example.com/ref3.jpg"
]
视频分辨率。
可用选项:
720P, 1080P 示例:
"720P"
宽高比。
可用选项:
16:9, 9:16, 1:1, 4:3, 3:4 示例:
"16:9"
视频时长(秒)。
必填范围:
3 <= x <= 15示例:
5
是否保留右下角 "Happy Horse" 水印。
示例:
false
随机种子。
必填范围:
0 <= x <= 2147483647可选:相同参数的另一种放置位置(DashScope 原生风格)。

