minimax/hailuo-02/i2v-pro
Run in Apifox
Hailuo 02 is a next-generation AI video generation model launched by Hailuo AI, built on the continuously evolving MiniMax framework. It has been finely tuned to output ultra-clear 1080P resolution videos and features unprecedented response speed, even realistically handling the most complex and extreme physics-driven scenarios.
Request Body Params application/json
{
"audio" : "https://d1q70pf5vjeyhc.cloudfront.net/predictions/fef1646bacd74b25ba3fb27333ed7dd6/1.mp3" ,
"image" : "https://d1q70pf5vjeyhc.cloudfront.net/predictions/86565cb908fb475aa20bf6c47a73dc23/1.jpeg" ,
"prompt" : "" ,
"resolution" : "720p" ,
"seed" : -1
} Request Code Samples
curl --location --request POST 'https://api.302.ai/ws/api/v3/minimax/hailuo-02/i2v-pro' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"audio": "https://d1q70pf5vjeyhc.cloudfront.net/predictions/fef1646bacd74b25ba3fb27333ed7dd6/1.mp3",
"image": "https://d1q70pf5vjeyhc.cloudfront.net/predictions/86565cb908fb475aa20bf6c47a73dc23/1.jpeg",
"prompt": "",
"resolution": "720p",
"seed": -1
}' Responses application/json Generate Code
{
"code" : 200 ,
"message" : "success" ,
"data" : {
"id" : "83e3c2edfaf8483e83029a0ff0a758e6" ,
"model" : "alibaba/wan-2.5/text-to-video-fast" ,
"outputs" : [ ] ,
"urls" : {
"get" : "https://api.302.ai/ws/api/v3/predictions/83e3c2edfaf8483e83029a0ff0a758e6/result"
} ,
"has_nsfw_contents" : [ ] ,
"status" : "created" ,
"created_at" : "2025-10-11T06:44:43.299Z" ,
"error" : "" ,
"executionTime" : 0 ,
"timings" : {
"inference" : 0
}
}
} Modified at 2025-10-13 11:17:46