MiniMax
MiniMax/minimax-h3-max-text-to-video/Released Aug 2026

MiniMax H3 Max: Text to Video

Post-trained MiniMax H3 text-to-video

Commercial use
Video

About MiniMax H3 Max: Text to Video

MiniMax H3 Max (Text to Video) is a post-trained variant of MiniMax H3, tuned for stronger prompt adherence and better aesthetics, served by fal on their custom inference stack for higher throughput with no compromise on output quality.

It generates 5 to 15 second clips at 480P or 768P resolution. Prompt expansion (balanced or quality) and multiple aspect ratios are supported.

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

Try MiniMax H3 Max: Text 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-text-to-video",
  "prompt": "A white kitten chases a butterfly across a sunlit garden. Gentle camera tracking, natural movement, soft afternoon light filtering through the leaves.",
  "resolution": "768P",
  "duration": 5,
  "aspect_ratio": "16:9",
  "enable_safety_checker": true,
  "prompt_expansion_mode": "balanced",
  "sync_mode": false
}'