MiniMax KI-Modelle
Hailuo-Videogenerierung nativ in 1080p mit präziser Physiksimulation und komplexer Bewegung.
MiniMax entwickelt Hailuo, ein Videogenerierungsmodell, das Text-to-Video und Image-to-Video nativ in 1080p mit präziser Physiksimulation, komplexer Bewegung und menschlicher Pose-Wiedergabetreue produziert.
- Ein API Key für mehrere Anbieter
- Model Skills bringen Docs und Schemas in deinen Workspace
- Abrechnung pro Aufruf, ohne Verpflichtung
- Fehlgeschlagene Generierungen werden nicht berechnet
Was heraussticht
Alle Modelle von MiniMax
Hailuo API-Zugang für Text- und Bild-zu-Video in nativem 1080p mit akkurater Physiksimulation und Bewegung.
MiniMax Text-API-Zugang über RunAPI — 230B-MoE-Modelle von 200K bis 1M Kontext, bis zu 80,5 % SWE-bench Verified.
Installiere einen MiniMax Model Skill.
Wähle ein Modell und füge seinen Skill hinzu, damit dein Coding-Tool Docs, Schemas, Preishinweise und Setup-Schritte kennt.
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": "Generiere einen 5-sekündigen Clip einer Glasmurmel, die über einen Holztisch rollt und von der Kante fällt."
}'
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: "Generiere einen 5-sekündigen Clip einer Glasmurmel, die über einen Holztisch rollt und von der Kante fällt.",
});
<?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' => 'Generiere einen 5-sekündigen Clip einer Glasmurmel, die über einen Holztisch rollt und von der Kante fällt.',
]);
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: "Generiere einen 5-sekündigen Clip einer Glasmurmel, die über einen Holztisch rollt und von der Kante fällt."
)
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
Jede Variante von MiniMax
| Model | Variant | Billing | From | |
|---|---|---|---|---|
|
Hailuo
|
hailuo-02-image-to-video-pro | call | $0.570 | Ansehen → |
| hailuo-02-image-to-video-standard | call | $0.300 | Ansehen → | |
| hailuo-02-text-to-video-pro | call | $0.570 | Ansehen → | |
| hailuo-02-text-to-video-standard | call | $0.500 | Ansehen → | |
| hailuo-2.3-image-to-video-pro | call | $0.900 | Ansehen → | |
| hailuo-2.3-image-to-video-standard | call | $0.500 | Ansehen → | |
|
MiniMax
|
MiniMax-M2 | 1K tokens | $0.010 | Ansehen → |
| MiniMax-M2.1 | 1K tokens | $0.010 | Ansehen → | |
| MiniMax-M2.5 | 1K tokens | $0.010 | Ansehen → | |
| MiniMax-M2.5-highspeed | 1K tokens | $0.020 | Ansehen → | |
| MiniMax-M2.7 | 1K tokens | $0.010 | Ansehen → | |
| MiniMax-M2.7-highspeed | 1K tokens | $0.020 | Ansehen → | |
| MiniMax-M3 | 1K tokens | $0.020 | Ansehen → |
Häufige Fragen zu MiniMax
Ist das eine offizielle MiniMax-Integration?
RunAPI stellt eine verwaltete API-Oberfläche mit transparenten Preisen, Funktionen und Fehlerverhalten bereit.
Brauche ich ein MiniMax-Konto?
Nein. Dein RunAPI Key reicht für den verwalteten Zugriff.
Wie wird abgerechnet?
Pro Aufruf oder Einheit; fehlgeschlagene Generierungen werden nicht berechnet.