Generate video with minimax/hailuo-02/fast
Generates a video using the minimax/hailuo-02/fast model.
API key is required to authorize requests. Obtain a key from your AtlasCloud dashboard.
In: header
model name
The model generates video with the picture passed in as the first frame.Base64 encoded strings in data:image/jpeg; base64,{data} format for incoming images, or URLs accessible via the public network. The uploaded image needs to meet the following conditions: Format is JPG/JPEG/PNG; The aspect ratio is greater than 2:5 and less than 5:2; Short side pixels greater than 300px; The image file size cannot exceed 20MB.
Generate a description of the video.
length <= 2000
Prioritize faster video generation speed with a moderate trade-off in visual quality
true
The duration of the generated media in seconds.
6
6 | 10
The model automatically optimizes incoming prompts to enhance output quality. This also activates the safety checker, which ensures content safety by detecting and filtering potential risks.
false
Response Body
curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \ -H "Content-Type: application/json" \ -d '{ "model": "minimax/hailuo-02/fast", "image": "https://static.atlascloud.ai/media/images/1751883836278138425_vVeazvso.jpeg" }'
{
"id": "string",
"urls": {},
"model": "string",
"status": "string",
"outputs": [
"string"
],
"created_at": "2019-08-24T14:15:22Z",
"has_nsfw_contents": [
true
]
}