Skip to main content
MiniMaxMediumHigh

MiniMax Video-01

Fast and efficient video generation with good quality-to-speed ratio. Ideal for quick video prototyping.

50 credits
per video
Fast generation speed
Cost-effective
Good motion quality
Text and image-to-video
Multiple resolutions

Quick Start

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "model": "minimax-video-01",
  "input": {
    "prompt": "Modern coffee cup with steam rising, cozy cafe atmosphere, warm lighting, subtle camera zoom"
  }
}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringYes-Text description of the video
first_frame_imagestringNo-URL of the first frame image

Examples

Quick Promo

Fast promotional video

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "model": "minimax-video-01",
  "input": {
    "prompt": "Modern coffee cup with steam rising, cozy cafe atmosphere, warm lighting, subtle camera zoom"
  }
}'

Tips & Best Practices

1Great for testing video concepts quickly
2Combine with first frame image for better control
3Good balance of cost and quality

Use Cases

Quick video prototypes
Social media content
Concept validation
Batch video generation
Educational content

Model Info

ProviderMiniMax
Version01
CategoryVideo Generation
Price50 credits

API Endpoint

POST /v1/predictions
Try in PlaygroundBack to Docs