New — access 450+ AI models through one unified API.Start building free

wan-2.7/image-to-video

WAN 2.7 converts images into videos (480p/720p) with optional audio, supporting first and last frame control. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

image-to-video$0.0900/ run

Prompt

Enhancer
0/2000

Image

PreviewJSON

Your result will appear here

Upload an image, write a prompt and hit Generate.

Examples

A father and young daughter flying a green diamond kite together in a sunlit park. Both arms raised holding the kite string, both gazing upward with joy. Camera slowly circles them, warm golden afternoon light, soft lens flare, cinematic handheld feel.

Related models

wan-2.2-spicy / image-to-videoimage-to-video
wan-2.2-spicy / image-to-video

WAN 2.2 Spicy converts images into unlimited high-quality videos with smooth animations optimized for scalable content generation. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Wan$0.1500
wan-2.2-spicy / image-to-video-loralora-support
wan-2.2-spicy / image-to-video-lora

Generate AI videos with personalized styles using LoRA. Upload images and apply a trained style model to WAN 2.2 — create unique, stylized videos with consistent visual identity.

Wan$0.2000
wan-2.7 / text-to-videotext-to-video
wan-2.7 / text-to-video

WAN 2.7 Text-to-Video turns plain prompts into coherent, cinematic clips with crisp detail, stable motion, and strong instruction-following—great for ads, explainers, and social posts. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Wan$0.0900
wan-2.7 / reference-to-videoreference-to-video
wan-2.7 / reference-to-video

WAN 2.7 Reference-to-Video turns character, prop, or scene references from images or videos into new video shots with preserved identity, style, and layout plus smooth, coherent motion. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Wan$0.0900
wan-2.6 / image-to-videoimage-to-video
wan-2.6 / image-to-video

WAN 2.6 converts text or images into videos (720p/1080p) with synced audio, faster and more affordable than Google Veo3. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Wan$0.5000
wan-2.6 / text-to-videotext-to-video
wan-2.6 / text-to-video

WAN 2.6 Text-to-Video turns plain prompts into coherent, cinematic clips with crisp detail, stable motion, and strong instruction-following—great for ads, explainers, and social posts. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Wan$0.5000

Wan 2.7 Image To Video

WAN 2.7 converts images into videos (480p/720p) with optional audio, supporting first and last frame control. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Key Features

  • Alibaba's Wan 2.7 image animation model for smooth video generation from still images.
  • Strong motion quality — natural, fluid movement with good temporal coherence.
  • Bilingual prompt support — supports both English and Chinese prompts natively.
  • Affordable pricing — cost-effective at $0.15 per 5-second clip.
  • Multiple resolution support — generate at 480p or 720p.
  • Fast generation — approximately 99 seconds per request.

Parameters

ParameterRequiredDescription
promptYesDescription of the motion and scene dynamics (English or Chinese).
imageYesSource image URL to animate.
durationNoVideo length in seconds (default: 5).
resolutionNoOutput resolution: 480p, 720p (default).

How to Use

  1. Upload your source image (clear, well-lit frame).
  2. Write a prompt describing the desired motion — supports English and Chinese.
  3. Select duration and resolution.
  4. Generate and download your animated video.

Code Examples

import os
import requests

response = requests.post(
    "https://aircube.ai/api/v3/wan-2.7/image-to-video",
    headers={
        "Authorization": "Bearer " + os.environ["AIRCUBE_API_KEY"],
        "Content-Type": "application/json",
    },
    json={
    "prompt": "Gentle waves lapping at the shore, clouds drifting across the sky",
    "image": "https://example.com/beach-sunset.jpg",
    "duration": 5,
    "resolution": "720p"
},
    timeout=300,
)
data = response.json()

if data["success"]:
    print("ID:", data["data"]["id"], "Status:", data["data"]["status"])
else:
    print("Error:", data["error"]["message"])

Pricing

ResolutionDurationCost
480p5s$0.09
720p5s$0.15

Billing rules

  • 480p / 5s: $0.09.
  • 720p / 5s: $0.15.
  • Failed generations are not charged.

Best Use Cases

  • Budget-friendly video production — high volume at low cost.
  • Social media content — animate photos for engaging posts.
  • Portrait animation — bring still portraits to life.
  • Chinese-language projects — native Chinese prompt support.
  • Batch processing — affordable pricing enables high-volume workflows.

Pro Tips

  • Wan 2.7 supports both English and Chinese prompts natively.
  • Use clear, well-lit source images for best motion quality.
  • Describe physics-based motion for natural results.
  • At $0.15 per clip, it's ideal for volume work — iterate freely.
  • Combine with premium models like Seedance for hero content, Wan for volume.

Notes

  • Bilingual prompt support: English and Chinese.
  • Output in MP4 format.
  • Median generation time: approximately 99 seconds.
  • Affordable pricing makes it ideal for volume workflows.

Wan 2.7 Image To Video — Frequently asked questions