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.
Examples
Every clip below is one pass. No post-production.
Branded can. Gentle push-in. Headline that reads.
Image-to-video (10s), Hailuo 2.3. A matte-black drink can on a warm cream studio backdrop, gold infinity mark on the front; a very slow gentle push-in while the headline "AI AD CREATIVE" and the "Coinis" wordmark stay crisp and legible.
Sneaker. Dolly-in. Orange powder burst.
Image-to-video (10s), Hailuo 2.3. A white sneaker erupts through an orange and gold powder burst in slow motion as the camera dollies in, then the sneaker holds as hero as the powder settles.
Perfume. Dolly-in. Gold powder burst.
Image-to-video (10s), Hailuo 2.3. A frosted perfume bottle erupts through a gold and amber powder burst as the camera dollies in, then the bottle holds as hero as the powder settles.
Headphones. Arc and push. Blue powder burst.
Image-to-video (10s), Hailuo 2.3. Navy-and-gold headphones erupt through a deep blue and gold powder burst as the camera arcs and pushes in, then hold as hero as the powder settles.
Watch. Dolly-in. Gold powder burst.
Image-to-video (10s), Hailuo 2.3. A luxury watch erupts through a gold and bronze powder burst as the camera dollies in, the case gleaming, then holds as hero as the powder settles.
Coffee. Dolly-in. Beans and powder burst.
Image-to-video (10s), Hailuo 2.3. A kraft coffee bag erupts through a brown and gold coffee-powder burst with flying beans as the camera dollies in, then holds as hero as the cloud settles.
Skincare. Dolly-in. Pink powder burst.
Image-to-video (10s), Hailuo 2.3. A ceramic skincare jar erupts through a soft pink and gold powder burst as the camera dollies in, then holds as hero as the powder settles.
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. 25 tokens a week. No card.
Generate on CoinisNo credit card.
Pricing and capabilities verified 2026-06-04. Read the docs .