



const main = async () => {
const response = await fetch('https://api.ai.cc/v2/generate/video/minimax/generation', {
method: 'POST',
headers: {
Authorization: 'Bearer ',
'Content-Type': 'application/json',
},
body: JSON.stringify({
model: 'video-01',
prompt: 'Mona Lisa puts on glasses with her hands.',
first_frame_image: 'https://s2-111386.kwimgs.com/bs2/mmu-aiplatform-temp/kling/20240620/1.jpeg',
}),
}).then((res) => res.json());
console.log('Generation:', response);
};
main()
import requests
def main():
url = "https://api.ai.cc/v2/generate/video/minimax/generation"
payload = {
"model": "video-01",
"prompt": "Mona Lisa puts on glasses with her hands.",
"first_frame_image": "https://s2-111386.kwimgs.com/bs2/mmu-aiplatform-temp/kling/20240620/1.jpeg",
}
headers = {"Authorization": "Bearer ", "Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print("Generation:", response.json())
if __name__ == "__main__":
main()
-
AI Playground

Test all API models in the sandbox environment before you integrate.
We provide more than 300 models to integrate into your app.


Product Detail
🚀 Minimax Video-01: Revolutionizing AI Video Generation
Discover Minimax Video-01, an innovative AI model for high-quality video generation. Developed by Hailuo AI and launched on August 31, 2024, this cutting-edge solution empowers creators to produce visually stunning, cinematic videos from simple text prompts or reference images. Whether for advertising, education, or entertainment, Minimax Video-01 delivers engaging content efficiently.
Model Name: video-01 | Version: 1.0 | Model Type: AI Video Generation Model
📊 Key Features & Capabilities
Minimax Video-01 offers a robust suite of features designed for optimal video creation:
- ✅ High-Definition Video Output: Generates crisp, clear videos at 1280 x 720 pixels (720p) and a smooth 25 frames per second (fps).
- ✅ Dynamic Cinematic Camera Movements: Enhances visual storytelling with integrated, advanced camera effects for a professional look.
- ✅ Versatile Content Generation: Supports both Text-to-Video (from descriptions) and Image-to-Video (using reference visuals) modes.
- ✅ Optimized for Short-Form Content: Currently produces videos up to 6 seconds, with planned extensions to 10 seconds.
- ✅ Broad Language Support: Primarily supports English text prompts, with adaptability for multiple languages based on user requirements.
Currently available versions include video-01 and video-01-live2d.
📀 Ideal Applications
Minimax Video-01 is perfect for:
- ☑ Content Creators: Rapidly generate engaging visuals for blogs, vlogs, and online platforms.
- ☑ Marketers: Produce eye-catching advertisements and promotional materials quickly.
- ☑ Educators: Create dynamic educational content and presentations.
- ☑ Developers: Integrate powerful video generation into applications and services.
💻 Technical Specifications
Architecture & Training Data
Minimax Video-01 operates on a proprietary AI architecture, meticulously optimized for superior video generation tasks. This advanced system leverages state-of-the-art machine learning to effectively process diverse text and image inputs.
The model was trained on an extensive and diverse dataset encompassing a wide array of video styles and genres. This rigorous training ensures robust and versatile performance, carefully curated to minimize biases and maximize output diversity.
Performance Metrics
Experience consistent, high-level performance with Minimax Video-01:
| Metric | Score / Description |
|---|---|
| Video Quality | High |
| Generation Time | Approximately 3–5 minutes for a 6-second video |
Note: Table display may vary on mobile devices; horizontal scrolling or content wrapping may occur based on browser default rendering.
🗃️ Getting Started & API Access
Minimax Video-01 is conveniently accessible via the AI/ML API platform. Integrate it into your workflows with these simple steps:
-
💾 Generate a video:
<snippet data-name="minimax.create-video-generation" data-model="video-01"></snippet>
-
💾 Retrieve your generated video:
<snippet data-name="minimax.fetch-video-generation"></snippet>
For detailed technical specifications and advanced usage, consult the comprehensive API Documentation.
📝 Ethical Guidelines & Licensing
Minimax AI is dedicated to responsible AI development. We champion transparency regarding Minimax Video-01's capabilities and limitations, advocating for ethical usage to prevent misuse and promote positive, beneficial applications of generated content.
Minimax Video-01 is provided under a commercial license, enabling both research and commercial applications. This ensures compliance with ethical standards and respects creator rights. Further licensing details are available here.
❓ Frequently Asked Questions (FAQ)
Q1: What is Minimax Video-01 and who developed it?
A1: Minimax Video-01 is an innovative AI video generation model developed by Hailuo AI, designed to create high-quality videos from text or images.
Q2: What are the video output specifications?
A2: Videos are generated at 720p (1280x720 pixels) resolution and 25 frames per second, incorporating cinematic camera movements.
Q3: How long can the generated videos be, and are there plans for longer durations?
A3: Currently, videos can be up to 6 seconds long. Future updates aim to extend this limit to 10 seconds.
Q4: Is Minimax Video-01 suitable for commercial applications?
A4: Yes, it is available under a commercial license that permits both research and commercial use, adhering to ethical guidelines.
Q5: Where can I find detailed information on API integration?
A5: Comprehensive API documentation, including code samples for video generation and retrieval, is available on the official Minimax AI documentation portal.
Learn how you can transformyour company with AICC APIs



Log in