Hailuo 02 Fast is the high-throughput variant of the Hailuo 02 engine, optimized for rapid iteration and creative exploration. It animates single static images into smooth 6s or 10s clips with impressive prompt-aware motion and robust physics. Designed for speed and cost-efficiency, it allows creators to quickly prototype story beats and perform batch A/B testing. Despite its focus on velocity, the model maintains a stable temporal flow with minimal flicker, ensuring realistic dynamics for cloth, debris, and camera shakes. It is the definitive creator-friendly tool for predictable, high-speed video production.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"A fast-paced cinematic animation based on the image. In a snowy mountain setting, a gust of wind causes realistic snow particles to swirl around the character, while their thick cloak ripples with natural cloth physics. The camera performs a smooth, steady pan to the side, capturing a subtle handheld shake to enhance the realism. The lighting remains stable across the entire 6-second clip with no flickering. High prompt adherence and consistent character structure.","enablePromptExpansion":true,"imageUrl":"https://www.runninghub.cn/view?filename=36b9fc472251da151bef767f4a9f3d38d780df87a1f38c0704a99671b0b38fc9.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NjkxNTk4OTUzMTUsInRzIjoxNzY4NTU1MDk1MzE1LCJzaWduIjoiM2U0YzRjOWI2ZmM4YmY0NTVjZTVmYWQ3MGM2ZDNjYmUifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.18106443104455983","duration":"6"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://www.runninghub.ai/openapi/v2/minimax/hailuo-02/fast' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"prompt": "A fast-paced cinematic animation based on the image. In a snowy mountain setting, a gust of wind causes realistic snow particles to swirl around the character, while their thick cloak ripples with natural cloth physics. The camera performs a smooth, steady pan to the side, capturing a subtle handheld shake to enhance the realism. The lighting remains stable across the entire 6-second clip with no flickering. High prompt adherence and consistent character structure.",
"enablePromptExpansion": true,
"imageUrl": "https://www.runninghub.cn/view?filename=36b9fc472251da151bef767f4a9f3d38d780df87a1f38c0704a99671b0b38fc9.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NjkxNTk4OTUzMTUsInRzIjoxNzY4NTU1MDk1MzE1LCJzaWduIjoiM2U0YzRjOWI2ZmM4YmY0NTVjZTVmYWQ3MGM2ZDNjYmUifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.18106443104455983",
"duration": "6"
}'