Unlock exclusive introductory pricing for the newly launched Gemini 3.5 Flash.
M

minimax_video-01

Per Request:$1.44
Released:Oct 1, 2025
Popular
Commercial Use

Technical Specifications of minimax-video-01

SpecificationDetails
Model IDminimax-video-01
ProviderMiniMax
Model typeAI video generation model
Primary workflowsText-to-video, image-to-video
Output formatGenerated video file via asynchronous task workflow
ResolutionUp to 720p
Frame rate25 fps
Typical max durationUp to 6 seconds
Generation styleCinematic-quality motion and camera movement
API patternAsync job submission, status polling, then file retrieval
Related API capabilitiesVideo task creation, task status query, file retrieval/download

What is minimax-video-01?

minimax-video-01 is CometAPIโ€™s platform identifier for MiniMaxโ€™s Video-01 video generation model. MiniMax introduced Video-01 as its first AI-native video generation model, designed to create short high-definition videos from text prompts, with support for image-guided generation as well. The model is positioned around strong prompt responsiveness, cinematic camera motion, and visually polished short-form clips.

Based on MiniMaxโ€™s official materials, Video-01 supports 720p output at 25 fps and can generate videos up to 6 seconds long. It offers both text-to-video and image-to-video workflows, making it suitable for creative prototyping, marketing visuals, concept animation, and social media content generation.

From an integration perspective, MiniMaxโ€™s video APIs use an asynchronous workflow: you submit a generation task, receive a task_id, poll the task status, and then retrieve the generated file once processing completes successfully.

Main features of minimax-video-01

  • Text-to-video generation: Create short videos directly from natural-language prompts describing subjects, scenes, actions, and motion.
  • Image-to-video support: Start from a reference image and animate it using a text prompt for more controlled visual outputs.
  • HD short-form output: Supports high-definition generation at 720p, aimed at visually striking results for compact video clips.
  • 25 fps playback: Generates video at 25 frames per second, which helps produce smoother motion in short sequences.
  • Cinematic camera movement: MiniMax highlights camera-motion effects as a core strength, useful for more dynamic and film-like generations.
  • Prompt responsiveness: The model is described by MiniMax as having strong text responsiveness, helping it follow creative instructions more effectively.
  • Asynchronous API workflow: Built for task-based generation, where you create a job, check status, and retrieve the finished video file after completion.

How to access and integrate minimax-video-01

Step 1: Sign Up for API Key

To get started with minimax-video-01, first sign up on CometAPI and generate your API key from the dashboard. After logging in, create a key and store it securely, since youโ€™ll use it to authenticate every request to the minimax-video-01 API.

Step 2: Send Requests to minimax-video-01 API

Use CometAPI's MiniMax-compatible endpoint at POST /v1/video_generation.

curl https://api.cometapi.com/v1/video_generation \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_API_KEY" \
  -d '{
    "model": "video-01",
    "prompt": "A paper boat floating on calm water at sunrise."
  }'

Step 3: Retrieve and Verify Results

The API returns a task ID. Poll GET /v1/query/video_generation?task_id={task_id} to check generation status and retrieve the output video URL when complete.

Pricing for minimax_video-01

Explore competitive pricing for minimax_video-01, designed to fit various budgets and usage needs. Our flexible plans ensure you only pay for what you use, making it easy to scale as your requirements grow. Discover how minimax_video-01 can enhance your projects while keeping costs manageable.

Comet Price (USD / M Tokens)Official Price (USD / M Tokens)Discount
Per Request:$1.44
Per Request:$1.8
-20%

Sample code and API for minimax_video-01

Access comprehensive sample code and API resources for minimax_video-01 to streamline your integration process. Our detailed documentation provides step-by-step guidance, helping you leverage the full potential of minimax_video-01 in your projects.