Minimax-h3
MiniMax H3 native multimodal video generation model
- Capabilities
- "POST", "endpoint": "/v1/async/video/generations", "protocol": "minimax-video-gen-v2", "parameters": {"required": ["model", "prompt"]}, "validation": {"timeout_ms": 30000, "status_codes": [202], "response_path": "id", "must_be_non_empty": true}, "test_request": {"model": "{{model}}", "ratio": "16:9", "prompt": "A cinematic space opera trailer", "duration": 5, "resolution": "2K"}}
- Input
- Output
- Regions
- cn, global
- Last verified
- 2026-08-15T04:50:43.134358625+00:00
- Price
- 0 IFT / second
- Documentation
- -
Example
curl https://api.inferlink.ai/v1/chat/completions \
-H 'Authorization: Bearer $INFERLINK_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"model":"minimax/minimax/minimax-h3","messages":[{"role":"user","content":"Hello"}]}'