MiniMax H3 SH Image to Video

Open-weights video generation with native audio: text, first/last frames, and multimodal references. 3-15 seconds at 480p, 540p, 768p or 1080p.

All models

One first-frame image and an optional second last-frame image. The output follows the first image's ratio.

Optional random seed. -1 uses a random seed; 0 is valid.

Pricing
40credits
5s output

Only output video is billed. First and last frame images are free.

Per billable second8 credits/s
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-sh/image-to-video",
  "input": {
    "resolution": "480p",
    "duration": 5
  }
}'