Model catalog /
M

MiniMax H3

APINew
$0.14per video
Checked 19m ago
Listed 12 Sep 2026On Allocate $0.15
  • Price first checked
  • Listed on Allocate

MiniMax H3 is a video model from MiniMaxAI. Provider list price is $0.14 per video; on Allocate you pay $0.15. It is a closed model served over API; the weights are not published.

What a real workload costs

Generating 100 clips costs 100 × $0.14 = $13.91 at list ($0.1391 per second of generated output video at 2k), or $14.88 billed on Allocate.

Example usage

api.allocate.network
curl https://api.allocate.network/v1/chat/completions \
  -H "Authorization: Bearer $ALLOCATE_KEY" \
  -d '{
    "model": "minimaxai/h3",
    "messages": [{ "role": "user", "content": "Summarise the attached contract." }]
  }'
200 · minimaxai/h3 · inside your boundary

Common questions

How much does MiniMax H3 cost?

Provider list price is $0.14 per video ($0.1391 per second of generated output video at 2k). On Allocate you pay $0.15.

Can I fine-tune MiniMax H3?

No. MiniMax H3 is a closed model served over API; the weights are not published. If you want a model you can train and own, start from an open-weights base in the catalog and fine-tune that.

Has the price of MiniMax H3 changed?

Allocate has checked the provider list price hourly since 12 Sep 2026. It has not changed in that time. The price history chart on this page shows every change.

How do I call MiniMax H3 on Allocate?

Send minimaxai/h3 in the model field of the OpenAI-compatible endpoint at api.allocate.network/v1, or point a route name (like prod/support-agent) at it so you can swap the model later without a deploy.