HappyHorse 1.0 Reference to Video
- HappyHorse 1.0 multi-character reference-to-video model, drives video generation with 1-9 reference images
- Use
@Image1~@Image9in the prompt to reference each image - Supports
720p/1080poutput, 3-15 second duration - Async processing mode, use the returned task ID to query task status
- Generated video links are valid for 24 hours, please save them promptly
Authorizations
All APIs require Bearer Token authentication
Add to request header:
Authorization: Bearer YOUR_API_KEY
Body
happyhorse-1.0-reference-to-video: reference-image-to-video
"happyhorse-1.0-reference-to-video"
Video generation prompt. Use @Image1 ~ @Image9 to reference each image
Notes:
- Maximum
2500characters
2500"@Image1 and @Image2 training together at sunrise"
List of reference image URLs, 1-9 images
Notes:
- Supports JPEG / PNG / WEBP
- Short edge ≥
400px - Each image up to
10MB - Array order corresponds to
@Image1~@Image9in the prompt
1 - 9 elements["https://example.com/character.jpg"]Output video aspect ratio
Options: 16:9, 9:16, 1:1, 4:3, 3:4
16:9, 9:16, 1:1, 4:3, 3:4 "16:9"
Output video duration in seconds. Supports integers from 3 to 15.
3 <= x <= 153
Output video resolution. Options: 720p or 1080p.
720p, 1080p "720p"
Random seed used to improve result reproducibility.
0 <= x <= 2147483647123
Whether to enable the safety checker. If not provided, the model default behavior is used.
Do not pass this parameter unless necessary.
true
Response
Task created successfully
Task creation timestamp
1757165031
Task ID
"task-unified-1757165031-uyujaw3d"
Actual model name used
Specific task type
video.generation.task Task progress percentage (0-100)
0 <= x <= 1000
Task status
pending, processing, completed, failed "pending"
Asynchronous task information
Task output type
video "video"