MiniMax
MiniMax/minimax-h3-max-image-to-video

MiniMax H3 Max: Image to Video

Prompt-optimized image-to-video generation

Commercial use
Video

About MiniMax H3 Max: Image to Video

MiniMax H3 Max (Image to Video) is a post-trained variant of MiniMax H3, tuned by fal for stronger prompt adherence and better aesthetics, and served on fal's inference stack. It animates an optional first-frame image from a text prompt into a video, and routes to text-to-video when no image is given.

It generates 5 to 15 second clips at 480P or 768P resolution, with prompt expansion modes that trade latency for prompt fidelity, an optional end frame for first-to-last keyframe generation, and a safety checker enabled by default. When a first frame is provided, the output keeps its aspect ratio.

Ready to build with MiniMax H3 Max: Image to Video?

Try MiniMax H3 Max: Image to Video in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "minimax-h3-max-image-to-video",
  "prompt": "The camera slowly pulls back from the scene, revealing the full landscape as clouds drift overhead and light shifts across the terrain.",
  "input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/images/ox_zoom_out_1926_1076.png",
  "duration": 5,
  "resolution": "768P",
  "enable_safety_checker": true,
  "sync_mode": false,
  "prompt_expansion_mode": "balanced"
}'