New — access 450+ AI models through one unified API.Start building free

minimax-h3-spicy/text-to-video

MiniMax H3 is an omni-modal video generation model that produces 2K resolution video clips up to 15 seconds with native stereo audio. Supports text-to-video with multiple aspect ratios. Generate cinematic, high-fidelity videos with synchronized audio from text prompts.

text-to-video$0.7000/ run

Prompt

Enhancer
0/2000
PreviewJSON

Your result will appear here

Write a prompt and hit Generate.

Examples

Cinematic wide shot of a lighthouse on a rocky cliff at sunset, waves crashing below, seagulls calling overhead, warm golden light reflecting off the water, 4K cinematic quality.

A cozy coffee shop interior, barista pouring latte art in slow motion, jazz music playing softly, steam rising from the cup, warm ambient lighting, shallow depth of field.

Aerial drone shot flying over a lavender field in Provence at golden hour, gentle breeze causing waves in the purple flowers, distant farmhouse, cinematic color grading.

Time-lapse of a bustling Tokyo intersection at night, neon signs reflecting on wet streets after rain, umbrellas passing by, city ambience sounds, ultra-wide angle.

Related models

Minimax H3 Spicy Text To Video

MiniMax H3 is an omni-modal video generation model that produces 2K resolution video clips up to 15 seconds with native stereo audio. Supports text-to-video with multiple aspect ratios. Generate cinematic, high-fidelity videos with synchronized audio from text prompts.

Key Features

  • Omni-modal 2K video generation with native stereo audio — no separate TTS step needed.
  • Up to 15-second video clips from text prompts with native stereo audio.
  • Multiple aspect ratio support: 21:9, 16:9, 4:3, 1:1, 3:4, 9:16.
  • Advanced prompt comprehension — up to 7,000 character prompts for detailed scene descriptions.
  • 480p, 512p, 720p (768P) and 1080p (2K) resolution output.

Parameters

ParameterRequiredDescription
promptYesText description of the video to generate (max 7,000 characters). Describe both visual scenes and audio/sound effects.
durationNoVideo length in seconds: 4-15 (default: 5). Frames are auto-snapped to multiples of 17.
aspect_ratioNoOutput ratio: 21:9, 16:9, 4:3, 1:1, 3:4, 9:16 (default: 16:9).
resolutionNoOutput resolution: 480p, 512p, 720p (768P), 1080p (2K) (default: 720p).

How to Use

  1. Write a detailed prompt describing the desired video scene, motion, and atmosphere.
  2. Select an aspect ratio and duration.
  3. Click Generate — the API returns a task ID for polling.
  4. Poll the status endpoint until the video is ready, then download the MP4 with audio.

Code Examples

import os
import requests

response = requests.post(
    "https://aircube.ai/api/v3/minimax-h3-spicy/text-to-video",
    headers={
        "Authorization": "Bearer " + os.environ["AIRCUBE_API_KEY"],
        "Content-Type": "application/json",
    },
    json={
    "prompt": "A cinematic wide shot of a lighthouse on a rocky cliff at sunset, waves crashing below, seagulls calling overhead",
    "duration": "5s",
    "aspect_ratio": "16:9",
    "resolution": "1080p"
},
    timeout=300,
)
data = response.json()

if data["success"]:
    print("ID:", data["data"]["id"], "Status:", data["data"]["status"])
else:
    print("Error:", data["error"]["message"])

Pricing

ResolutionDurationCost
480p4s$0.34
480p5s$0.42
480p6s$0.50
480p8s$0.67
480p10s$0.84
480p12s$1.01
480p15s$1.26
512p4s$0.45
512p5s$0.56
512p6s$0.67
512p8s$0.90
512p10s$1.12
512p12s$1.34
512p15s$1.68
720p4s$0.56
720p5s$0.70
720p6s$0.84
720p8s$1.12
720p10s$1.40
720p12s$1.68
720p15s$2.10
1080p4s$0.80
1080p5s$1.00
1080p6s$1.20
1080p8s$1.60
1080p10s$2.00
1080p12s$2.40
1080p15s$3.00

Billing rules

  • 480p / 4s: $0.34.
  • 512p / 4s: $0.45.
  • 720p / 4s: $0.56.
  • 1080p / 4s: $0.80.
  • Longer durations scale proportionally.
  • Failed generations are not charged.

Best Use Cases

  • Cinematic scene generation with synchronized audio and dialogue.
  • Social media content with native sound (no separate audio workflow needed).
  • Concept visualization and storyboarding for film and advertising.
  • Music videos and promotional content with built-in stereo audio.

Pro Tips

  • Use detailed, descriptive prompts for best results — H3 supports up to 7,000 characters.
  • For text-to-video, always specify an aspect ratio (it cannot be 'adaptive').
  • Start with shorter durations (4-5s) to iterate on prompts before generating longer clips.
  • The model generates native stereo audio — describe sounds and dialogue in your prompt for better results.

Notes

  • Video URLs are time-limited — download promptly after generation completes.
  • Task results are retained for 7 days.

Minimax H3 Spicy Text To Video — Frequently asked questions