Runflow
Back to Gallery

alibaba/wan/v2.7/image-to-video

Wan 2.7 delivers enhanced motion smoothness, superior scene fidelity, and greater visual coherence.

$0.1/second 2026-04-08

Install

pip install requests

Run the model

import requests

response = requests.post(
    "https://api.runflow.io/v1/run/wan/v2.7/image-to-video",
    headers={"Authorization": "Bearer RUNFLOW_API_KEY"},
    json={
    "prompt": "Product rotating slowly on a display pedestal, soft studio lighting, professi...",
    "duration": 5,
    "image_url": "https://public.runflow.io/images/models/_base/product-sneaker.png",
    "resolution": "1080p"
    },
)

data = response.json()
print(data["video"]["url"])

Input schema

ParameterTypeDescription
promptstring
image_urlimage
end_image_urlimage
video_urlvideo
audio_urlfile
resolutionstring
durationinteger
negative_promptstring
enable_prompt_expansionboolean
seedinteger
enable_safety_checkerboolean

Output schema

FieldTypeDescription
videostring
seedinteger
actual_promptstring

Related models

Start generating with Wan 2.7 — Image to Video

Get API access in minutes. No GPU setup, no infrastructure to manage.