hailuo-02-image-to-video-pro API
Gebruik hailuo-02-image-to-video-pro uit de Hailuo-familie via RunAPI. Prijs per aanroep, geen abonnement en mislukte generaties worden nooit in rekening gebracht.
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-02-image-to-video-pro",
"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-02-image-to-video-pro",
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-02-image-to-video-pro',
'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-02-image-to-video-pro",
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
hailuo-02-image-to-video-pro biedt de ideale balans tussen kwaliteit en kosten binnen de Hailuo-familie.
- Prijs per call in USD
- Mislukte generaties worden niet gefactureerd
- Streaming wanneer ondersteund door het model
- Modelskill-setup
Prijzen
Technische details
| Model-ID | hailuo-02-image-to-video-pro |
| Provider | MiniMax |
| Modaliteit | video |
| Taaktype | asynchronous |
| Facturatie-eenheid | call |
| API endpoint | /api/v1/hailuo/image_to_video |
| Commerciële licentie | Ja — inbegrepen via API |
| Catalogusstatus | Operationeel |
Snelstart — hailuo-02-image-to-video-pro
Zelfde structuur · variant vastgelegd in model
# Install the model skill for app development workflows
npx skills add runapi-ai/hailuo -g
Install the Hailuo skill for this app: 1. Add runapi-ai/hailuo with the skills installer. 2. Load SKILL.md in this workspace. 3. Use its docs, schemas, pricing notes, and setup steps when adding model features. 4. Confirm the install path when done.
Gebruik hailuo-02-image-to-video-pro in vier stappen
Installeren
Installeer de modelskill voor deze modelreeks.
Configureren
Zet het modelveld op de volledige model-ID die op deze pagina staat.
Aanroepen
Stuur een getypeerde request met je prompt, inputs en callback-instellingen.
Ontvangen
Lees de task-response, webhook-callback of cached output-URL van RunAPI.
Wat is er anders aan hailuo-02-image-to-video-pro
1080p image-anchored video; image sets first frame
Tot 768p beeldverankerde video; budgettier
1080p image-anchored video; image sets first frame
1080p native text-to-video output
1080p image-anchored video; image sets first frame
Tot 768p tekst-naar-video; ~50% goedkoper dan Pro
Ideaal voor
Advertenties en social content
Genereer clips voor productlanceringen en korte ads op basis van een tekstbriefing, waardoor je de productie van weken terugbrengt naar uren.
E-learning
Zet lesmateriaal om in geanimeerde uitlegvideo's op schaal, zonder camera of crew.
Creator workflows
Maak virale short-form content voor social platforms direct vanuit een prompt.
Veelgestelde vragen over hailuo-02-image-to-video-pro
Is de model-ID stabiel tussen versies?
RunAPI houdt de model-ID stabiel en verwerkt compatibele versie-updates zonder de opzet van je request te wijzigen.
Wat is de rate limit voor deze variant?
Rate limits per key schalen mee met je usage tier. Bekijk de prijzenpagina voor de actuele limieten.
Kan ik later van variant wisselen?
Ja — variant is een flag. Wissel door de modelparameter aan te passen.
Ondersteunt het streaming?
Waar streaming beschikbaar is, streamt RunAPI end-to-end.
Waar meld ik kwaliteitsproblemen?
Open een issue in de publieke GitHub-repo of mail support.