MiniMax H3 Text-to-Video API

minimax/h3/text-to-video
2K · 5–15 sec

MiniMax H3 Text-to-Video turns a prompt into a fixed 2K video. Describe the subject, action, camera movement, lighting, and visual style, then choose a duration from 5 to 15 seconds and an aspect ratio.

Input

460/2000

Output

Ready
5 sec × $0.105/sec = $0.525

Continue with

MiniMax H3 Text-to-Video API

MiniMax H3 Text-to-Video API accepts a 1–2,000-character prompt and returns an asynchronous fixed-2K video task. Set a whole-second duration from 5 to 15 and choose one of six fixed aspect ratios; source-media fields are rejected.

Why Choose MiniMax H3 Text-to-Video API?

  • Direct prompt-to-video workflow.Create a complete scene from natural language when no source asset exists.

  • Scene and camera control.Direct the subject, action, shot, camera movement, lighting, and mood in one prompt.

  • Six selectable aspect ratios.Choose 21:9, 16:9, 4:3, 1:1, 3:4, or 9:16 for the generated video.

  • Selectable clip length.Choose any whole-second duration from 5 through 15 to match the action.

  • Fixed 2K resolution and per-second pricing.Every supported duration and aspect ratio uses fixed 2K output at 21 credits per generated second.

Parameters

ParameterRequirementDescription
promptRequired

Describe the subject, setting, action, camera, and visual direction in 1 to 2,000 characters after trimming.

durationOptional

Whole seconds from 5 through 15.

Default55–15
resolutionFixed

No other resolution is accepted.

Default2K
aspect_ratioOptional

Choose one fixed ratio. Adaptive is not supported.

21:916:94:31:13:49:16

How to Use

  1. Define the sceneName the subject and setting, then identify the main action that should appear in the video.

  2. Write one main actionUse concrete verbs and keep a short clip focused on one readable event.

  3. Direct the shotAdd shot size, camera movement, pace, lighting, and mood.

  4. Set format and timingChoose one fixed aspect ratio and a whole-second duration from 5 through 15.

  5. Submit and trackRun the request, then poll the returned task ID or use a callback URL.

Pricing

Pricing depends only on generated duration: 21 credits for each second of output. Fixed 2K resolution does not change the rate.

UsageRateDetails
Generated video21 credits per secondA 5 second clip costs 105 credits, a 10 second clip costs 210 credits, and a 15 second clip costs 315 credits.

Best Use Cases

  • Campaign ConceptsTurn a creative brief into short motion concepts for review and variant testing.

  • Social VideoCreate landscape, square, portrait, and vertical clips from one prompt-led workflow.

  • Game and Film PrevisualizationExplore staging, camera language, atmosphere, and action before committing to production.

  • Motion and Atmosphere StudiesTest a single action, camera move, lighting setup, or visual mood before production.

Pro Tips

  • Write in this order: subject and setting, main action, camera direction, then lighting and mood.
  • Use concrete motion verbs and describe subject movement separately from camera movement.
  • Keep short clips focused on one action beat instead of a chain of unrelated events.
  • Describe how the action develops over time when pacing or a final beat matters.
  • Choose the delivery ratio before describing framing so the composition matches the final placement.
  • Remove instructions that compete with the main subject, camera direction, or intended visual style.

Notes

  • MiniMax H3 Text-to-Video API rejects source-image, source-video, and source-audio fields.
  • A successful submission returns a task ID rather than a completed video.
  • Poll while status is not_started or running; stop when status is finished or failed.
  • Provide callback_url at the request top level to receive the terminal result instead of polling.

Frequently Asked Questions about MiniMax H3 Text to Video API

What is the MiniMax H3 Text-to-Video API?

MiniMax H3 Text-to-Video is MiniMax's text-driven video generation model. You describe the scene, action, and camera movement in a prompt, and it returns a fixed 2K video lasting 5–15 whole seconds, making it useful for concept shots, ads, and social clips that do not need source media.

How do I call the MiniMax H3 Text-to-Video API?

Send a POST request to /api/generate/submit with a Bearer API key, model set to minimax/h3/text-to-video, and generation fields inside input. The API returns a task_id immediately; runnable cURL, JavaScript, and Python examples appear in the API tab, with the full schema at https://docs.vidgo.ai/api-manual/video-series/minimax-h3-text-to-video.

How much does MiniMax H3 Text-to-Video cost?

The API costs 21 credits per generated second. A 5 second video costs 105 credits, a 10 second video costs 210 credits, and a 15 second video costs 315 credits. Before submission, the Run button shows the calculated USD price for the current duration.

What inputs does MiniMax H3 Text-to-Video accept?

Key inputs are prompt, duration, resolution, and aspect_ratio. The prompt must contain 1 to 2,000 characters, duration is an optional whole second from 5 to 15, resolution is fixed at 2K, and MiniMax H3 Text-to-Video API does not accept source media. The parameter table above lists requirements, defaults, and all six allowed aspect ratios.

How do I get the generated video?

Poll GET /api/generate/status/{task_id} with the returned task_id until status is finished or failed. When finished, read the video URL from data.files[].file_url; alternatively, include callback_url in the submit request to receive the final result asynchronously.

Which MiniMax H3 API mode should I choose?

Use Text-to-Video when a prompt should define the entire scene. Choose Image-to-Video for a required start frame and optional end frame, or Reference-to-Video when multiple images, videos, or audio clips should guide the result.