本文档由 DeepSpaceAPI 自动生成,推荐使用 DeepSpaceAPI中转站用户使用本文档!
| 分辨率 | HappyHorse |
|---|---|
| 720p | 1.64/秒 |
| 1080p | 2.89/秒 |
/v1/video/happyHorseEv{
"model": "HappyHorse-T2V",
"prompt": "A majestic eagle soaring through mountain peaks at sunset, cinematic lighting",
"quality": "720p",
"aspect_ratio": "16:9",
"duration": 5
}/v1/video/happyHorseEv/{taskId}{
"id": "task-xxxxxxxxxxxx",
"status": "completed",
"video_url": "https://example.com/output.mp4",
"created_at": 1769263230,
"completed_at": 1769263322,
"duration": 5,
"size": "1280x720",
"seed": 42
}| 参数 | 类型 | 必填 | T2V | I2V | R2V | EDIT | 说明 |
|---|---|---|---|---|---|---|---|
model | string | 是 | ✅ | ✅ | ✅ | ✅ | HappyHorse-T2V / -I2V / -R2V / -EDIT |
prompt | string | 是 | ✅ | ✅ | ✅ | ✅ | 文本提示词 |
quality | string | 否 | 720p | 720p | 720p | 720p | 720p 或 1080p |
duration | int | 否 | 5 | 5 | 5 | 5 | 3-15s |
aspect_ratio | string | 否 | ✅ | ❌ | ✅ | ❌ | 16:9, 9:16, 1:1 等 |
image_urls | array | 否 | ❌ | ✅ 1+张 | ✅ 1~9张 | ✅ 可选 | 图片 URL 数组 |
video_urls | array | 否 | ❌ | ❌ | ❌ | ✅ 1个 | 视频 URL 数组 |
seed | int | 否 | ✅ | ✅ | ✅ | ✅ | 随机种子 |
keep_original_sound | bool | 否 | ❌ | ❌ | ❌ | ✅ | 是否保留原声 |