MiniMax / minimax/minimax-h3-max

MiniMax H3 Max - access through LLMTR

MiniMax H3 Max is a fast video variant released jointly by MiniMax and fal.ai and post-trained on H3. It supports text-to-video and image-to-video modes, taking a first frame, a last frame, or both. Output runs from 5 to 15 seconds and is priced per second at 480P and 768P. Reference images beyond a first or last frame are not supported on this row; use the MiniMax H3 row for those.

Technical specifications

Canonical IDminimax/minimax-h3-max
ProviderMiniMax
Context windowNot available
OperationsVIDEO_GENERATIONS
Modalitiestext, image, video

Pricing

An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
VIDEO_GENERATIONSOUTPUT_VIDEOPER_SECOND$0.050000
VIDEO_GENERATIONSOUTPUT_VIDEOPER_SECOND$0.080000

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"minimax/minimax-h3-max","messages":[{"role":"user","content":"Hello"}]}'

Related models