How does SH differ from the existing MiniMax H3 models?
SH is the Open Weights edition with dedicated model IDs, four resolutions, and its own pricing. Existing minimax-h3, Fast, Max, and Max Turbo models keep their original parameters and prices.
Turn text, frames, and references into video with native audio.
MiniMax H3 SH brings the Open Weights edition to three dedicated models: text-to-video, image-to-video, and reference-to-video. Generate 3–15 second clips in four resolutions through the same task API, with native stereo audio included.
Model capabilities
Use MiniMax H3 SH from the same platform surface as the rest of your video and image stack: API keys, credits, logs, webhooks, and docs stay consistent across providers.
Describe the scene, motion, camera, and soundtrack. Choose one of seven aspect ratios, including 21:9 and 9:21.
Provide one image for the opening frame or two for first and last frames. Image-to-video follows the image aspect ratio; frame images are free.
Guide a scene with up to 9 images, 3 videos, and 3 audio tracks. Reference videos share a 15-second processing budget; standalone audio is trimmed to 15 seconds per track.
Choose 480p, 540p, native 768p, or 1080p. Every mode includes native stereo audio; defaults are 480p and 5 seconds.
Select minimax-h3-sh/text-to-video, minimax-h3-sh/image-to-video, or minimax-h3-sh/reference-to-video. Use image_urls, video_urls, and audio_urls for supported media.
Provide a non-empty prompt, choose a duration from 3 through 15 seconds and a resolution, and optionally set a seed. Reference prompts can use <Picture 1>, <Video 1>, and <Audio 1> tags.
POST /v1/estimate returns the full charge, including reference media. Submit to /v1/videos/generations, then poll the returned task ID or receive a callback and read output.urls.
curl -X POST https://api.aivideoapi.ai/v1/videos/generations \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax-h3-sh/text-to-video",
"input": {
"prompt": "A slow tracking shot through a sunlit forest. Audio: birdsong and gentle wind.",
"resolution": "480p",
"duration": 5,
"aspect_ratio": "16:9"
}
}'Frequently asked questions
SH is the Open Weights edition with dedicated model IDs, four resolutions, and its own pricing. Existing minimax-h3, Fast, Max, and Max Turbo models keep their original parameters and prices.
The server measures each video, sums the actual durations including fractional seconds, and caps the total at 15 seconds. Two 5.167-second references therefore bill 10.334 input seconds. A 5-second 480p output with those references costs 153.34 credits before account multipliers.
Output is billed by the requested integer duration. The model's frame grid may produce a slightly longer file, such as about 5.2 seconds for a 5-second request; that does not add a charge.
Reference-to-video accepts at least one reference image, video, or audio. Each standalone audio reference costs 4 credits; a video's embedded soundtrack does not count as another audio reference.
A confirmed failed task is refunded once. A successful generation is never refunded because a later delivery or callback attempt needs retrying. Check the task endpoint for the final status.
Pricing and usage
480p / 540p / 768p / 1080p; frame images are free
Same resolution order; sum actual reference video seconds, including fractions, then cap at 15s
Per image or standalone audio track in reference-to-video; native generated audio is included
Create one API key, use one credit balance, and switch between video and image models without provider-specific plumbing.