Wan 2.5 Image-To-Video Spark Generation
Generate videos from images using the wan2.5-i2v-spark model.
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.
Overview
Generate videos from images using the wan2.5-i2v-spark model with optional audio generation.Key Features
- Image-to-video generation with auto sound or custom audio
- Multiple resolution options (720P/1080P)
- 5s or 10s duration
- 24fps output
- Fine-tuned for enhanced visual quality
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 |
Audio Features
Auto-generated Audio
- Enabled by default
- Automatically generates synchronized audio based on video content
Custom Audio
- Supported formats: WAV, MP3
- Duration: 3-30 seconds
- Max file size: 15MB
Example Requests
Basic Image-to-Video
With Custom Audio
With Negative Prompt
Prompt Tips
For best results:- Describe the motion/story you want to see
- Specify camera movements if needed
- Include transition descriptions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Motion/story description for the video (max 2000 characters).
2000First-frame image (URL or Base64). Supported formats: JPEG/JPG/PNG/BMP/WEBP, 360-2000px, ≤10MB.
Negative prompt describing unwanted content (max 500 characters).
500Enable automatic audio generation. Set to false to force a silent output.
Custom audio file URL (wav/mp3, 3-30s, ≤15MB). Overrides the audio flag.
Output resolution tier:
- 720P
- 1080P
720P, 1080P Video duration in seconds (24 fps). Supported values 5 or 10.
5, 10 Enable intelligent prompt rewriting (slightly longer latency, better detail).
Random seed [0, 2147483647].
0 <= x <= 2147483647Response
Accepted - Task created successfully