Transform text or image into high-definition cinematic videos via AI API
Developed by Hailou AI, MiniMax Video-01 model produces visual content with cinematic qualities quickly and efficiently
Designed for generating high-quality videos from text prompts or images quickly and efficiently.
Read more: Technical Model Card.
MiniMax Video-01 delivers 720p video output (1280x720) at 25fps through optimized rendering pipelines for seamless integration into existing video processing workflows.
MiniMax Video-01 exposes both text-to-video and image-to-video API endpoints, allowing users to create videos from descriptive text or by using an image as the first frame.
MiniMax Video-01 provides programmatic control over camera movements, including support for parameterized transitions, panning, and dynamic viewpoint adjustments.
Begin by signing up on our AI/ML API platform. Create your account to gain access to a wide range of powerful AI models and tools.
In the Playground, navigate to the Key Management section and click on Create API Key. You can easily activate or deactivate your keys as needed.
After creating your API key, you can integrate AI models into your application by following the guidelines provided in our API reference.
MiniMax Video-01 employs sophisticated algorithms that ensure high compression rates and excellent responsiveness to input descriptions
Our MiniMax API is designed for seamless integration into your existing applications.
Get API KeyAccessible for developers and businesses looking to create multiple videos without high costs.
import requests
def main():
url = "https://api.aimlapi.com/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 <YOUR_API_KEY>", "Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print("Generation:", response.json())
if __name__ == "__main__":
main()
import requests
def main():
url = "https://api.aimlapi.com/v2/generate/video/minimax/generation"
params = {
"generation_id": "<YOUR_GENERATION_ID>",
}
headers = {"Authorization": "Bearer <YOUR_API_KEY>", "Content-Type": "application/json"}
response = requests.get(url, params=params, headers=headers)
print("Generation:", response.json())
if __name__ == "__main__":
main()
Access the video in a couple of seconds.
Detailed API Documentation is available here.
Join our Discord to share your experiences with MiniMax.
Minimax Video-01 is designed to create engaging content rapidly, making it suitable for lots of applications. This model is part of Hailou AI's broader product line, which also includes MiniMax Music and MiniMax Text.