HappyHorse 1.0 R2V 基于 1-3 张参考图与文本提示生成视频。使用异步任务接口——提交任务后轮询直至完成。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.
核心能力
- 参考图生视频 — 使用 1-3 张图片作为视觉参考
- 分辨率 — 720P / 1080P
- 宽高比 — 16:9、9:16、1:1、4:3、3:4
- 时长 — 3-15 秒
- 水印控制 — 可选关闭右下角水印
工作流
快速示例
参数说明
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
model | string | 是 | 必须为 happyhorse-1.0-r2v |
prompt | string | 是 | 视频描述文本 |
images | string[] | 是 | 1-3 张参考图 URL |
resolution | string | 否 | 720P / 1080P,默认 1080P |
ratio | string | 否 | 16:9、9:16、1:1、4:3、3:4,默认 16:9 |
duration | integer | 否 | 视频时长 3-15 秒,默认 5 |
watermark | boolean | 否 | 默认 true,设为 false 关闭水印 |
seed | integer | 否 | 随机种子 [0, 2147483647] |
计费
按 分辨率档位 × 用户请求时长 计费,预扣金额即最终金额。失败任务自动退费。API 参考
HappyHorse 1.0 R2V 交互式 Playground。
任务查询
轮询任务状态并获取最终视频 URL。