W
MiniMax H3
MiniMax H3, a video model from WaveSpeed.
videoModelOverride: { model: "minimax-h3" }
MiniMax·served viaPricing
- List price
- $0.09- $0.13/second
- Per generation
- $0.00010
Specifications
- Context window
- 2,000 tokens
- Aspect ratios
- 6
- Released
- July 2026
- Model string
- minimax/h3
Parameters
Model options, passed in
videoModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
$mode | Select | text-to-video | text-to-videoimage-to-videoreference-to-video |
imageFirst-frame image URL. Supported image dimensions are 256-5760 pixels per side, with an aspect ratio between 0.4 and 2.5. | Image URL | — | — |
last_imageOptional last-frame image URL. | Image URL | — | — |
reference_imagesReference image URLs. At least one reference image or video is required. | Image URLs | — | — |
reference_videosReference video URLs. At least one reference image or video is required. | Text list | — | — |
reference_audiosOptional reference audio URLs. Audio cannot be provided alone. | Text list | — | — |
aspect_ratio | Select | 16:9 | 21:916:94:31:13:49:16 |
resolution | Select | 768p | 768p2k |
lorasUp to 3 LoRAs. 2K is not available when LoRAs are applied. | LoRAs | — | up to 3 |
durationOutput video duration in seconds. | Select | 5 | 5678910+5 |
Use this model
await mindstudio.generateVideo({ prompt: "...", videoModelOverride: { model: "minimax-h3", config: { aspect_ratio: "16:9", resolution: "768p", }, }, });