提交文生视频任务。立即返回 task_id,通过 GET /v1/video/generations/{task_id} 轮询状态并获取视频 URL。
Documentation Index
Fetch the complete documentation index at: https://docs.anyfast.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
模型 ID。
happyhorse-1.0-t2v "happyhorse-1.0-t2v"
视频描述文本。
"一只猫在草地上奔跑"
视频分辨率。
720P, 1080P "720P"
宽高比。
16:9, 9:16, 1:1, 4:3, 3:4 "16:9"
视频时长(秒)。
3 <= x <= 155
是否保留右下角 "Happy Horse" 水印。设为 false 可关闭。
false
随机种子,用于结果可复现。
0 <= x <= 214748364742
可选:上述参数也可放在 parameters 对象中(DashScope 原生风格),效果一致。