MiniMax H3 Max Turbo Text to Video API: เครื่องกำเนิดวิดีโอ AI

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.

📝

ภาพรวม

เกี่ยวกับรุ่นนี้

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.
💰

ราคาและความคุ้มค่า

การวิเคราะห์ต้นทุน

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.

Replicateไม่พร้อมใช้งาน

MiniMax H3 Max Turbo is not listed on Replicate.

** ราคาของคู่แข่งประเมินโดยพิจารณาจากสถาปัตยกรรมโมเดลและระดับการใช้งานที่คล้ายคลึงกัน

⚙️

รายละเอียดทางเทคนิค

สคีมาการกำหนดค่า

พร้อมท์string

วิดีโอ, , .

ค่าเริ่มต้นA cinematic tracking shot of a silver sports car driving through a rain-soaked city at night.
อัตราส่วนภาพอีนัม (6 ตัวเลือก)

-

ค่าเริ่มต้น16:9
ความละเอียดอีนัม (3 ตัวเลือก)

-

ค่าเริ่มต้น768p
ระยะเวลา (วินาที)อีนัม (11 ตัวเลือก)

ระยะเวลาเอาท์พุต ()

ค่าเริ่มต้น5
Prompt Expansion Modeอีนัม (3 ตัวเลือก)

Prompt rewriting effort level.

ค่าเริ่มต้นbalanced
📖

คู่มือการใช้งาน

เอกสารสำหรับนักพัฒนา

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
  }'

คำถามทั่วไป

คำถามที่พบบ่อย

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.