MiniMax H3 Max Turbo Text to Video API: AI Video Generator

Fast, lower-cost 1080p text-to-video with the MiniMax H3 Max Turbo API on Muapi. Pay per generation, no subscription. MiniMax H3 Max Turbo Text to Video is a faster, lower-cost H3 Max mode that creates video up to 1080p from a written prompt through the Muapi API.

Interactive model controls

MiniMax H3 Max Turbo Text to Video is a faster, lower-cost H3 Max mode that creates video up to 1080p from a written prompt through the Muapi API.

📝

Tổng quan

Về mô hình này

MiniMax H3 Max Turbo Text to Video is a faster, lower-cost mode of MiniMax H3 Max that renders video from a written prompt at up to 1080p resolution. It supports the same 5-15 second duration range, six aspect ratios, and optional prompt-expansion step as the full H3 Max text-to-video model, but at roughly half the per-second cost — a good fit when you need to iterate on prompts quickly or generate at scale before committing to a final high-cost render. It follows Muapi's standard asynchronous request/poll/webhook pattern. For the full-quality non-turbo mode, see MiniMax H3 Max Text to Video; for image-guided motion, see MiniMax H3 Max Image to Video.

1Rapid prompt iteration: Test many prompt variations cheaply before rendering a final high-resolution clip.
2High-volume content: Generate large batches of short video clips for social or ad testing at lower cost.
3Draft previsualization: Rough out a shot before committing budget to the full H3 Max render.
4Budget-constrained campaigns: Produce cinematic video content at a lower per-second rate than the standard H3 Max model.
💰

Giá cả & Giá trị

Phân tích chi phí

muapiappFrom $0.01625/sec (480p) up to $0.052/sec (1080p)

Launch pricing through Sep 30, 2026 (UTC): From $0.01625/sec (480p) up to $0.052/sec (1080p) — roughly half the standard H3 Max rate. From Oct 1, 2026 the standard rate applies: $0.0325–$0.104/sec by resolution. Pay-per-generation, no subscription.

ReplicateKhông khả dụng

MiniMax H3 Max Turbo is not listed on Replicate.

** Giá của đối thủ cạnh tranh được ước tính dựa trên kiến ​​trúc mô hình và cấp độ sử dụng tương tự.

⚙️

Chi tiết kỹ thuật

Lược đồ cấu hình

Câu lệnh (Prompt)string

、、。

Giá trị mặc địnhA cinematic tracking shot of a silver sports car driving through a rain-soaked city at night.
Tỷ lệ khung hìnhEnum (tùy chọn 6)

-

Giá trị mặc định16:9
Độ phân giảiEnum (tùy chọn 3)

-

Giá trị mặc định768p
Thời lượng (giây)Enum (tùy chọn 11)

()。

Giá trị mặc định5
Prompt Expansion ModeEnum (tùy chọn 3)

Prompt rewriting effort level.

Giá trị mặc địnhbalanced
📖

Hướng dẫn thực hiện

Tài liệu dành cho nhà phát triển

How to Use MiniMax H3 Max Turbo Text to Video

  1. Write the prompt: Describe the scene, subject action, camera movement, lighting, and visual style in prompt.

  2. Pick resolution and duration: Set resolution to 480p, 768p, or 1080p, and duration to any value from 5 to 15 seconds.

  3. Set aspect ratio: Choose aspect_ratio from 21:9, 16:9, 4:3, 1:1, 3:4, or 9:16.

  4. Choose prompt expansion (optional): Set prompt_expansion_mode to disabled, balanced (default), or quality.

  5. Submit and retrieve: POST the request, then poll /predictions/{request_id}/result or supply a webhook_url to receive the finished video URL.

curl -X POST https://api.muapi.ai/api/v1/minimax-h3-max-turbo-text-to-video \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A cinematic tracking shot of a silver sports car driving through a rain-soaked city at night.",
    "aspect_ratio": "16:9",
    "resolution": "768p",
    "duration": 6
  }'

Câu hỏi thường gặp

Thường xuyên hỏi

How is Turbo different from the standard MiniMax H3 Max model?

Turbo uses the same prompt, resolution, and duration options but renders at roughly half the per-second cost of the standard H3 Max text-to-video model, trading some quality for speed and price.

What resolutions and durations are supported?

Resolution can be 480p, 768p, or 1080p, and duration can be any value from 5 to 15 seconds.

When should I use Turbo instead of standard H3 Max?

Use Turbo for rapid prompt iteration or high-volume generation where cost matters more than peak quality, and switch to standard H3 Max for a final, polished render.

What is prompt_expansion_mode?

It controls how much the model rewrites your prompt before generation. `disabled` uses your prompt as-is, `balanced` applies light rewriting, and `quality` applies the most thorough rewrite.

How do I retrieve the finished video?

Poll the request ID returned by the initial POST at `/predictions/{request_id}/result`, or pass a `webhook_url` to be notified when the video is ready.

Does Turbo support image or reference inputs?

No, Turbo is text-to-video only. Use MiniMax H3 Max Image to Video or Reference to Video for image- or reference-guided generation.