MiniMax / minimax/minimax-h3

MiniMax H3 - access through LLMTR

MiniMax H3 generates video from a text description and can take reference material in the same request: a first frame, a last frame, or a reference image. Output runs from 5 to 15 seconds at 2K and is priced per second. The first five reference images are free and each additional image is billed separately. It suits product reveals, character-consistent scenes, and animations that continue from an existing frame.

Technical specifications

Canonical IDminimax/minimax-h3
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_GENERATIONSINPUT_IMAGEPER_IMAGE$0.040000
VIDEO_GENERATIONSOUTPUT_VIDEOPER_SECOND$0.130000

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","messages":[{"role":"user","content":"Hello"}]}'

Related models