Wan 2.6 Image-To-Video Spark Generation
Generate videos from images using the wan2.6-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.6-i2v-spark model with support for longer durations, multi-shot generation, and optional last frame specification.Key Features
- Image-to-video generation with audio support
- 1080P resolution
- 5s, 10s, or 15s duration
- Single or multi-shot generation
- Optional first and last frame specification
- 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 |
Example Requests
Basic Image-to-Video
With Last Frame (Interpolation)
Multi-shot Video
Parameters
last_frame
- Optional: Yes
- Description: End frame image for video interpolation between first and last frame
- Use case: Create smooth transitions between two specific frames
multi_shots
- Default: single
- Effect: When prompt rewriting is enabled, controls whether the output is single-shot or multi-shot
- Only effective when:
prompt_extendis enabled
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).
500Output resolution tier:
- 1080P
1080P Video duration in seconds. Supported values 5, 10, or 15.
5, 10, 15 Enable intelligent prompt rewriting (slightly longer latency, better detail).
Specifies the shot type for video generation.
Only takes effect when prompt_extend is enabled.
- single: Default value, outputs single-shot video
- multi: Outputs multi-shot video
single, multi Enable automatic audio generation. Set to false to force a silent output.
Custom audio file URL (wav/mp3, 3-30s, ≤15MB). Overrides the audio flag.
Random seed [0, 2147483647].
0 <= x <= 2147483647Response
Accepted - Task created successfully