Video MiniMax

MiniMax H3 API

Use the MiniMax H3 API via RunAPI with a model skill, unified auth, and pay-as-you-go pricing.

runapi.ai
curl -X POST https://runapi.ai/api/v1/minimax_h3/image_to_video \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "minimax-h3",
  "image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
  "prompt": "Generate an 8-second 2K cinematic shot of a paper city waking at sunrise, using the reference image for character consistency."
}'
import { MinimaxH3Client } from "@runapi.ai/minimax-h3";

const client = new MinimaxH3Client();
const result = await client.imageToVideo.run({
    model: "minimax-h3",
    image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
    prompt: "Generate an 8-second 2K cinematic shot of a paper city waking at sunrise, using the reference image for character consistency.",
});
require "runapi/minimax_h3"

client = RunApi::MinimaxH3::Client.new
result = client.image_to_video.run(
    model: "minimax-h3",
    image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
    prompt: "Generate an 8-second 2K cinematic shot of a paper city waking at sunrise, using the reference image for character consistency."
)
npx skills add runapi-ai/minimax-h3 -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/minimax-h3 v1
OVERVIEW

About MiniMax H3

MiniMax H3 generates 4–15 second videos at 768p or 2K. Create from a text prompt, animate a first or final frame, or guide character, motion, scene, and sound consistency with multiple reference assets.

Provider
MiniMax
Modality
Video
PRICING

Pricing

Failed generations are not charged
Text to video
$0.22-$0.37 / second
Output resolution: 2k $0.36
Output resolution: 768p $0.22
Image to video
$0.22-$0.37 / second
Output resolution: 2k $0.36
Output resolution: 768p $0.22
SPEC SHEET

Technical details

Model ID minimax-h3
Provider MiniMax
Modality video
Task type asynchronous
Billing unit second
API endpoint /api/v1/minimax_h3/image_to_video
Commercial license Yes — included via API
Catalog status Operational
Agent integration

Run MiniMax H3 From an Agent

HOW IT WORKS

Get Started with MiniMax H3

  1. Create an API key

    Sign up and generate an API key from the dashboard.

  2. Pick a version

    Choose the version that best matches your quality and cost requirements.

  3. Send a request

    Submit your prompt and parameters to the model's documented endpoint.

  4. Get your result

    Poll the task or set a webhook, then download the completed output.

CONTEXT

About MiniMax H3 on RunAPI

Use one RunAPI model ID for text-to-video and image-to-video. Reference mode accepts up to 9 images, 3 videos, and 3 audio clips; audio references must accompany an image or video reference.

Provider
MiniMax
See all →
Modality
Video
Browse models →

Why Use MiniMax H3 Through RunAPI

One auth, every provider

A single RunAPI API key unlocks the whole model catalog across all providers. No separate accounts to create, no API keys to rotate per integration, and no credential management overhead. Add a new model to your app by changing one parameter.

Unified pricing & billing

Per-call pricing in USD, billed monthly into a single invoice. No subscription tiers, no minimum spend, and failed generations are never charged. The pricing page and check_pricing API show exact costs before you commit to a model.

Schema-first SDK

Typed schemas, parameter constraints, and setup notes are packaged in the model skill so your implementation starts from the right contract. The skill loads into Claude Code, Codex, Gemini CLI, Cursor, and VS Code — your agent knows the correct request shape before you write a line of code.

MiniMax H3 Questions

Which MiniMax H3 video inputs are supported?

Use a text prompt, a first or final frame, or multiple reference images, videos, and audio clips. Outputs support 4–15 seconds at 768p or 2K.

Which variant should I start with?

Pick the cheapest variant that meets your quality bar. Most teams start on the fast variant and graduate to pro for production.

Is there a free tier?

Creating an account and API key is free. API calls use prepaid, pay-as-you-go billing; add funds before making requests.

Do you stream results?

Where streaming is available, RunAPI streams end-to-end.

How are failures billed?

Failed generations are not charged.

Are outputs cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

SIMILAR MODELS

Similar Video Models

Start generating with MiniMax H3

Endpoints

  • text_to_video
  • image_to_video

Category

Provider

Docs