MiniMax H3

MiniMax H3 native multimodal video generation. Create text-to-video, first/last-frame animation, or reference-guided video with images, videos, and audio at 768p or 2K.

All models
Off
Pricing
170credits
5s
Per second34 credits/s
Resolution2k
Images0/5 free
Result

Configure parameters and click Run to test the API.

Code Example
curl -X POST https://aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "minimax-h3",
  "input": {
    "generation_type": "omni_reference",
    "resolution": "2k",
    "duration": 5,
    "aspect_ratio": "16:9",
    "watermark": false
  }
}'