Kuaishou’s first-generation image-to-video model that animates static images into 5s or 10s videos with motion brush support and adjustable prompt relevance.
API Key authentication. Format: Bearer YOUR_API_KEY.
Starting frame image URL or Base64 (at least one of image or image_tail required)
"https://example.com/image.jpg"
Ending frame image URL or Base64 (mutually exclusive with motion brush and camera control)
"https://example.com/end.jpg"
Video generation prompt, supports Chinese and English
1 - 2500"Camera slowly zooms in on the mountain landscape"
Negative prompt describing undesired elements
1 - 2500"blurry, low quality, static"
Prompt relevance (0.0-1.0). Only supported by V1 and V1.6.
0 <= x <= 10.6
Generation mode: std (standard, faster) or pro (professional, higher quality but longer processing)
std, pro "std"
Static mask image URL or Base64 for motion brush (mutually exclusive with image_tail and camera_control)
"https://example.com/mask.jpg"
Dynamic mask array for motion brush (mutually exclusive with image_tail and camera_control)
Video duration in seconds
5, 10 5