Seedance 2.0 20% OFF | Create in Video Generator →
Home/Explore/Alibaba/Wan 2.7/Image To Video Pro

Wan 2.7 Image to Video Pro

alibaba /

WAN 2.7 Image-to-Video Pro converts images into premium-quality videos with superior motion dynamics, enhanced visual fidelity, and professional cinematic output. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

image-to-video
Input

Drag & drop or click to upload

Drag & drop or click to upload

If set to true, the prompt optimizer will be enabled.

Idle

$0.6per run·~16 / $10

Next:

Related Models

README

Wan 2.7 Image-to-Video Pro

Wan 2.7 Image-to-Video Pro is the premium image-to-video model, transforming still images into cinematic video with superior motion quality and detail. Upload a reference image, describe the scene and motion — the model generates smooth, high-resolution video with optional audio input and flexible duration options.

Why Choose This?

  • Pro-tier quality Superior visual fidelity and motion realism from the latest Wan 2.7 architecture.

  • Multiple resolutions Output in 1080p, 2K, or 4K to match your production needs.

  • Audio support Optional audio input for synchronized video generation.

  • Shot type control Choose between single or multi-shot compositions.

  • Prompt Enhancer Built-in prompt optimizer for improved generation results.

  • Negative prompt support Specify elements to exclude for more precise control.

Parameters

ParameterRequiredDescription
promptYesText description of the desired scene and motion
imageYesReference image to animate (URL or upload)
audioNoAudio file for synchronized video (URL or upload)
negative_promptNoElements to exclude from the video
resolutionNoOutput resolution: 1080p (default), 2k, 4k
durationNoVideo length in seconds (default: 5)
shot_typeNoShot composition: single (default) or multi
enable_prompt_expansionNoEnable prompt optimizer (default: disabled)
seedNoRandom seed for reproducibility (-1 for random)

How to Use

  1. Upload your image — provide the reference image to animate.
  2. Write your prompt — describe the scene, motion, camera movement, and mood in detail.
  3. Add audio (optional) — upload audio for synchronized video generation.
  4. Add negative prompt (optional) — specify elements you want to avoid.
  5. Choose resolution — select 1080p, 2K, or 4K based on your needs.
  6. Set duration — choose the desired video length.
  7. Select shot type — single for focused shots, multi for complex compositions.
  8. Enable prompt expansion (optional) — let the optimizer enhance your prompt.
  9. Run — submit and download your video.

Pricing

Duration1080p2k4k
5 s$0.60$0.70$0.80
10 s$1.20$1.40$1.60
15 s$1.80$2.10$2.40

Billing Rules

  • Base rate (1080p): $0.60 per 5 seconds
  • 2K rate: $0.70 per 5 seconds
  • 4K rate: $0.80 per 5 seconds

Best Use Cases

  • Premium Production — High-resolution video requiring superior visual quality.
  • Marketing & Ads — Cinematic promotional videos with professional polish.
  • Music Videos — Synchronized video generation with audio input.
  • E-commerce — Bring product images to life in stunning detail.
  • Content Creation — Create engaging short-form videos for social media.

Pro Tips

  • Use detailed, cinematic prompts for best results — include lighting, camera angles, and motion descriptions.
  • Try the Prompt Enhancer (enable_prompt_expansion) to automatically refine your descriptions.
  • Use negative_prompt to avoid common issues like blurry faces or unwanted elements.
  • Add audio for music videos or content requiring synchronized sound.
  • Use single shot_type for focused character or product animations, multi for complex scene compositions.
  • Set a specific seed for reproducible results across multiple generations.

Notes

  • Both prompt and image are required fields.
  • Ensure uploaded image and audio URLs are publicly accessible.
  • Higher resolutions (2K, 4K) produce better detail but cost more.

Related Models

Accessibility:This website uses AI models provided by third parties.

Wan 2.7 Image To Video Pro API — Quick start

Grab a WaveSpeedAI API key, then call POST https://api.wavespeed.ai/api/v3/alibaba/wan-2.7/image-to-video-pro with your input as JSON. The endpoint returns a prediction id; poll the prediction endpoint until status flips to completed, then read the output URL from data.outputs[0]. Examples for Wan 2.7 Image To Video Pro below.

HTTP example
# Submit the prediction
curl -X POST "https://api.wavespeed.ai/api/v3/alibaba/wan-2.7/image-to-video-pro" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $WAVESPEED_API_KEY" \
  -d '{
    "prompt": "A cinematic shot of a city at sunset, soft golden light",
    "image": "https://example.com/your-input.jpg",
    "audio": "https://example.com/your-audio.mp3",
    "negative_prompt": "blurry, low quality, distorted",
    "resolution": "1080p",
    "duration": 5,
    "shot_type": "single",
    "enable_prompt_expansion": false,
    "seed": -1
}'

# Response includes a prediction id. Poll for the result:
curl -X GET "https://api.wavespeed.ai/api/v3/predictions/{request_id}/result" \
  -H "Authorization: Bearer $WAVESPEED_API_KEY"

# When status is "completed", read the output from data.outputs[0].
Node.js example
// npm install wavespeed
const WaveSpeed = require('wavespeed');

const client = new WaveSpeed(); // reads WAVESPEED_API_KEY from env

const result = await client.run("alibaba/wan-2.7/image-to-video-pro", {
        "prompt": "A cinematic shot of a city at sunset, soft golden light",
        "image": "https://example.com/your-input.jpg",
        "audio": "https://example.com/your-audio.mp3",
        "negative_prompt": "blurry, low quality, distorted",
        "resolution": "1080p",
        "duration": 5,
        "shot_type": "single",
        "enable_prompt_expansion": false,
        "seed": -1
});

console.log(result.outputs[0]); // → URL of the generated output
Python example
# pip install wavespeed
import wavespeed

output = wavespeed.run(
    "alibaba/wan-2.7/image-to-video-pro",
    {
    "prompt": "A cinematic shot of a city at sunset, soft golden light",
    "image": "https://example.com/your-input.jpg",
    "audio": "https://example.com/your-audio.mp3",
    "negative_prompt": "blurry, low quality, distorted",
    "resolution": "1080p",
    "duration": 5,
    "shot_type": "single",
    "enable_prompt_expansion": false,
    "seed": -1
}
)

print(output["outputs"][0])  # → URL of the generated output

Wan 2.7 Image To Video Pro API — Frequently asked questions

What is the Wan 2.7 Image To Video Pro API?

Wan 2.7 Image To Video Pro is a Alibaba model for video generation from images, exposed as a REST API on WaveSpeedAI. WAN 2.7 Image-to-Video Pro converts images into premium-quality videos with superior motion dynamics, enhanced visual fidelity, and professional cinematic output. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing. You can call it programmatically or try it from the playground above.

How do I call the Wan 2.7 Image To Video Pro API?

POST your input parameters to the model's REST endpoint (shown in the API tab of this playground) with your WaveSpeedAI API key in the Authorization header. Submission returns a prediction ID; poll the prediction endpoint until status flips to "completed", then read the output URL from the result. The playground generates a ready-to-paste code sample in Python, JavaScript, or cURL for whatever inputs you've set. Full request/response shape is documented at https://wavespeed.ai/docs/docs-api/alibaba/alibaba-wan-2.7-image-to-video-pro.

How much does Wan 2.7 Image To Video Pro cost per run?

Wan 2.7 Image To Video Pro starts at $0.60 per run. That figure is the base price — the final charge scales with the parameters you set in the form (output size, length, count, references, or whatever knobs this model exposes), so a higher-quality or larger output costs more than a minimal one. The exact cost for your current input is shown live next to the Generate button before you submit, and the actual per-call charge is recorded on the prediction afterwards.

What inputs does Wan 2.7 Image To Video Pro accept?

Key inputs: `prompt`, `image`, `audio`, `resolution`, `duration`, `seed`. The full JSON schema (types, defaults, allowed values) is rendered above the Generate button and mirrored in the API reference at https://wavespeed.ai/docs/docs-api/alibaba/alibaba-wan-2.7-image-to-video-pro.

How do I get started with the Wan 2.7 Image To Video Pro API?

Sign up for a free WaveSpeedAI account to claim starter credits, copy your API key from /accesskey, then call the endpoint shown in the API tab of the playground. The playground also auto-generates a code sample in Python, JavaScript, or cURL for the parameters you've set.

Can I use Wan 2.7 Image To Video Pro outputs commercially?

Commercial usage rights depend on the model's license, set by its provider (Alibaba). The license summary appears on the model card above; see WaveSpeedAI's Terms of Service for platform-level conditions.