Create Generation Task
Wan 2.2 Image-To-Video Flash
Wan 2.2 Image-To-Video Flash Generation
Generate videos from images using the wan2.2-i2v-flash model. Fast version with 50% speed improvement.
POST
Create Generation Task
Documentation Index
Fetch the complete documentation index at: https://mulerun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
This API supports Alibaba Tongyi Wanxiang (Wan2) video generation models. Please refer to Alibaba Cloud’s official documentation for more details.
Overview
Generate videos from images using the wan2.2-i2v-flash model. This is the fast version with 50% speed improvement compared to the Plus version.Key Features
- Fast image-to-video generation (50% faster)
- 480P/720P resolution options
- Fixed 5s duration
- 30fps output
- Optional video effect templates
Image Requirements
| Property | Requirement |
|---|---|
| Formats | JPEG, JPG, PNG (no transparency), BMP, WEBP |
| Dimensions | [360, 2000] pixels for both width and height |
| File Size | Max 10MB |
| Input | Public URL or Base64 encoded data |
Example Requests
Basic Image-to-Video
With Video Effect Template
With Base64 Image
Parameters
template
- Optional: Yes
- Description: Apply a video effect template
- Use case: Create specific visual effects
duration
- Fixed: 5 seconds
- FPS: 30fps
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Motion/story description (max 800 characters).
Maximum string length:
800First-frame image (URL or Base64). Supported formats: JPEG/JPG/PNG/BMP/WEBP, 360-2000px, ≤10MB.
Negative prompt describing unwanted content (max 500 characters).
Maximum string length:
500Output resolution tier:
- 480P
- 720P
Available options:
480P, 720P Video duration in seconds (30 fps). Fixed at 5 seconds.
Available options:
5 Enable intelligent prompt rewriting.
Random seed [0, 2147483647].
Required range:
0 <= x <= 2147483647Response
202 - application/json
Accepted - Task created successfully