Hailuo-02 Pro (1080p)
Video generationOne call. Same key. Same bill.
Advanced physics modeling.
One API key. Every model.
One model. Three ways to call it. Same key, same bill.
One call. Same key. Same bill.
One call. Same key. Same bill.
Capabilities
end_image_url parameter lets you specify the final frame, enabling precise start-to-end frame conditioning[^2]prompt_optimizer flag (default: true) activates built-in prompt enhancement[^2]One key. One base URL. Same SDK shape you already use.
# 1. set your key
export COINIS_API_KEY="sk_live_..."
# 2. call the model
curl https://api.app.coinis.com/v1/video/generate \
-H "Authorization: Bearer $COINIS_API_KEY" \
-d '{"prompt":"neon city, rain, tracking shot"}' import { Coinis } from "@coinis/sdk";
const coinis = new Coinis(process.env.COINIS_API_KEY);
const job = await coinis.video.generate({
model: "models/minimax/hailuo",
prompt: "neon city, rain, tracking shot",
}); from coinis import Coinis
coinis = Coinis(os.environ["COINIS_API_KEY"])
job = coinis.video.generate(
model="models/minimax/hailuo",
prompt="neon city, rain, tracking shot",
) {
"id": "gen_8fa2c1",
"status": "succeeded",
"model": "models/minimax/hailuo",
"output": {
"video_url":
"https://cdn.coinis.com/gen_8fa2c1.mp4"
,
"format": "mp4"
},
"tokens_used": 10
} Already on another provider's SDK? Change the host. Keep the call.
One wallet across every model. No API accounts to juggle.
No credit card.
1 token = $0.10 pay-as-you-go. Less on a plan.
Unified API across video, image, audio, and LLM.
Async queue plus webhooks. Batch at scale.
Ship it under your brand. Outputs are yours.
Prompt to platform-native clip in minutes.
One generation, every aspect ratio.
Authentic selfie-style ads, on brand.
Animate product shots and concept art Upload a still image and Hailuo AI animates it into a smooth, physics-consistent video clip. Ideal for product teams and creative studios turning static visuals into motion assets without a production crew.
Marketing and social video Generate realistic motion video from a text prompt in minutes. Hailuo AI's advanced physics modeling produces natural-looking footage suited to ad creatives and organic social content.
Complex action and sports scenes Hailuo AI's NCR architecture is designed for advanced physics modeling of gymnastics, athletic sequences, and intricate movement.[^1] Use it when motion accuracy in fast-moving scenes is non-negotiable.
Start-and-end frame controlled transitions Supply both a first-frame image and an end-frame image. Hailuo AI fills the motion between them.[^2] Useful for narrative cuts, product reveals, and scene transitions in longer productions.
API-driven video pipelines Call the model via REST API and embed 1080p video generation directly into your application or workflow. No minimum credit packs. Pay per second of video generated.
Renders in seconds. Set a seed. Get the same frame back.
Outputs are yours. Sell them.
Safe for paid ads.
Your prompts are never used for training.
Start free
Start free. 15 tokens a week. No card.
Generate on CoinisNo credit card.
Pricing and capabilities verified 2026-05-26. Read the docs .