Wan 2.7 delivers enhanced motion smoothness, superior scene fidelity, and greater visual coherence.
pip install requestsimport 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"])| Parameter | Type | Description |
|---|---|---|
| prompt | string | |
| image_url | image | |
| end_image_url | image | |
| video_url | video | |
| audio_url | file | |
| resolution | string | |
| duration | integer | |
| negative_prompt | string | |
| enable_prompt_expansion | boolean | |
| seed | integer | |
| enable_safety_checker | boolean |
| Field | Type | Description |
|---|---|---|
| video | string | — |
| seed | integer | — |
| actual_prompt | string | — |
Wan 2.7 Pro Edit
alibaba/wan/v2.7/pro/edit
Edit and transform images using text instructions with the WAN 2.7 Pro model for...
Wan 2.7 Text to Video
alibaba/wan/v2.7/text-to-video
Wan 2.7 is the latest generation AI video model, delivering enhanced motion smoo...
Seedance 2.0 Image to Video
bytedance/seedance/2.0/image-to-video
Seedance 2.0 animates a starting frame image into video, with optional end frame...
Kling v3 Pro — Image to Video
kuaishou/kling-video/v3/pro/image-to-video
Kling 3.0 Pro: Top-tier image-to-video with cinematic visuals, fluid motion, and...
Get API access in minutes. No GPU setup, no infrastructure to manage.