MiniMax AI-modellen
Hailuo video generation at native 1080p with accurate physics simulation and complex motion.
MiniMax develops Hailuo, a video generation model producing text-to-video and image-to-video at native 1080p with accurate physics simulation, complex motion, and human pose fidelity.
- Eén API-key gedeeld tussen providers
- Modelskills brengen docs en schema's naar je workspace
- Betalen per call, zonder verplichting
- Mislukte generaties worden niet in rekening gebracht
Wat opvalt
Alle modellen van MiniMax
Text and image-to-video at native 1080p with accurate physics simulation and motion.
MiniMax text API-toegang via RunAPI, sparse MoE-modellen van 200K tot 1M context en tot 80,5% SWE-bench Verified.
Installeer een MiniMax modelskill.
Kies een model en voeg de skill toe zodat je codeertool docs, schema's, prijsnotities en setupstappen heeft.
curl -X POST https://runapi.ai/api/v1/hailuo/image_to_video \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "hailuo-2.3-image-to-video-standard",
"image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
"prompt": "Generate a 6-second clip of a glass marble rolling across a wooden desk and falling off the edge."
}'
import { HailuoClient } from "@runapi.ai/hailuo";
const client = new HailuoClient();
const result = await client.imageToVideo.run({
model: "hailuo-2.3-image-to-video-standard",
image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
prompt: "Generate a 6-second clip of a glass marble rolling across a wooden desk and falling off the edge.",
});
<?php
require __DIR__ . "/vendor/autoload.php";
use RunApi\Hailuo\HailuoClient;
$client = new HailuoClient();
$result = $client->imageToVideo->run([
'model' => 'hailuo-2.3-image-to-video-standard',
'image_url' => 'https://cdn.runapi.ai/public/samples/image.jpg',
'prompt' => 'Generate a 6-second clip of a glass marble rolling across a wooden desk and falling off the edge.',
]);
require "runapi/hailuo"
client = RunApi::Hailuo::Client.new
result = client.image_to_video.run(
model: "hailuo-2.3-image-to-video-standard",
image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
prompt: "Generate a 6-second clip of a glass marble rolling across a wooden desk and falling off the edge."
)
npx skills add runapi-ai/hailuo -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
Alle varianten van MiniMax
| Model | Variant | Billing | From | |
|---|---|---|---|---|
|
Hailuo
|
hailuo-02-image-to-video-pro | call | $0.570 | Bekijken → |
| hailuo-02-image-to-video-standard | call | $0.300 | Bekijken → | |
| hailuo-02-text-to-video-pro | call | $0.570 | Bekijken → | |
| hailuo-02-text-to-video-standard | call | $0.500 | Bekijken → | |
| hailuo-2.3-image-to-video-pro | call | $0.900 | Bekijken → | |
| hailuo-2.3-image-to-video-standard | call | $0.500 | Bekijken → | |
|
MiniMax
|
MiniMax-M2 | 1K tokens | $0.010 | Bekijken → |
| MiniMax-M2.1 | 1K tokens | $0.010 | Bekijken → | |
| MiniMax-M2.5 | 1K tokens | $0.010 | Bekijken → | |
| MiniMax-M2.5-highspeed | 1K tokens | $0.020 | Bekijken → | |
| MiniMax-M2.7 | 1K tokens | $0.010 | Bekijken → | |
| MiniMax-M2.7-highspeed | 1K tokens | $0.020 | Bekijken → | |
| MiniMax-M3 | 1K tokens | $0.020 | Bekijken → |
Veelgestelde vragen over MiniMax
Is dit een officiële MiniMax-integratie?
RunAPI biedt een beheerde API-laag met transparante prijzen, mogelijkheden en foutgedrag.
Heb ik een MiniMax-account nodig?
Nee — je RunAPI-sleutel is genoeg voor beheerde toegang.
Wat is de extra latency door proxying?
Meestal onder de 20 ms. RunAPI houdt de proxylaag dicht bij de regio’s waar het model draait.
Worden afbeeldingen / video’s gecached?
Genereerde output wordt opgeslagen en is op te halen via task ID. Invoer wordt niet gecached.
Kan ik mijn eigen key gebruiken?
Nog niet — calls gebruiken RunAPI-beheerde toegang.