1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
const axios = require('axios');
const FormData = require('form-data');
const api_key = "YOUR API-KEY";
const url = "https://api.segmind.com/v1/minimax-ai-live";
const reqBody = {
"prompt": "woman giving a talk on the stage",
"prompt_optimizer": true,
"first_frame_image": "https://segmind-resources.s3.amazonaws.com/input/7aaa699e-d5d1-417d-93e3-42e8b0ff0adf-minimax-v2-input.png"
};
(async function() {
try {
const formData = new FormData();
// Append regular fields
for (const key in reqBody) {
if (reqBody.hasOwnProperty(key)) {
formData.append(key, reqBody[key]);
}
}
// Convert and append images as Base64 if necessary
const response = await axios.post(url, formData, {
headers: {
'x-api-key': api_key,
...formData.getHeaders()
}
});
console.log(response.data);
} catch (error) {
console.error('Error:', error.response ? error.response.data : error.message);
}
})();
Text prompt for video generation
Use prompt optimizer
First frame image for video generation
To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.
Minimax (Hailuo) video-01-live represents a breakthrough in image-to-video (I2V) technology, specifically engineered for Live2D animation implementation and broader animation applications. This advanced system converts static imagery into fluid video sequences, offering unprecedented control and consistency in the animation process. At its foundation, video-01-live leverages sophisticated algorithms to ensure frame-to-frame consistency while maintaining visual fidelity throughout the animation sequence. The system's architecture integrates seamlessly with Live2D frameworks, providing specialized output optimization for professional animation projects.
Advanced frame consistency preservation across animation sequences
Fluid camera motion implementation with precision control
Sophisticated transition management between animation states
Granular facial expression control system
Dynamic background animation capabilities
Real-time environment interaction processing
Comprehensive support for both 2D and photorealistic rendering
Specialized Live2D output optimization
Advanced manga and anime character animation processing
Art Animation: The model can convert static illustrations into animated sequences. It is capable of preserving artistic style and detail throughout the animation process. The model supports various artistic mediums and styles.
Realistic Video Generation: The model produces videos with high fidelity facial consistency. It generates natural motion patterns. It also minimizes morphing artifacts.
Character Animation: The model is well-suited for anime/manga character animation.It allows for precise expression and gesture control.It can be used to produce promotional content and character introductions.
Commercial Applications: The model is useful for creating e-commerce product showcases.It can be used for producing advertising content. It is a tool for professional content creation.