Hailuo 02 Standard is a versatile unified model within the MiniMax framework, offering both Text-to-Video and Image-to-Video capabilities. It delivers native 768p resolution for crisp, high-quality frames without upscaling. The model is highly regarded for its realistic physics and motion, accurately simulating natural effects like debris, water, and cloth alongside authentic handheld camera shakes. Supporting 6s and 10s durations, it ensures strong prompt adherence and stable temporal transitions. With its consistent and repeatable outputs, Hailuo 02 Standard is the perfect tool for creators requiring reliable motion and cinematic continuity.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"In a lush tropical jungle, a waterfall cascades into a crystal-clear pond, creating realistic water splashes and misty vapor with natural physics. Colorful exotic flower petals are blown into the air by a gentle breeze, fluttering with organic cloth-like motion. The camera captures the scene with a subtle handheld shake, performing a smooth pan to reveal a hidden stone statue partially covered in moss.","enablePromptExpansion":true,"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/standard' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"prompt": "In a lush tropical jungle, a waterfall cascades into a crystal-clear pond, creating realistic water splashes and misty vapor with natural physics. Colorful exotic flower petals are blown into the air by a gentle breeze, fluttering with organic cloth-like motion. The camera captures the scene with a subtle handheld shake, performing a smooth pan to reveal a hidden stone statue partially covered in moss.",
"enablePromptExpansion": true,
"duration": "6"
}'