MiniMax H3 Max Turbo

MiniMax H3 Max Turbo 5-15 second text-to-video and first/last-frame video generation at 480p or 768p. Input images are free.

All models
Pricing
50credits
5s output

Only output video is billed. Input images are free.

Per output second10 credits/s
Resolution768p
Output duration5s
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-max-turbo",
  "input": {
    "resolution": "768p",
    "duration": 5,
    "aspect_ratio": "16:9",
    "prompt_expansion_mode": "balanced"
  }
}'