Wan 2.6 Text-To-Video Spark Generation
Generate videos from text prompts using the wan2.6-t2v-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 text prompts using the wan2.6-t2v-spark model with support for longer durations and multi-shot generation.Key Features
- Text-to-video generation with audio support
- 1080P resolution options
- 5s, 10s, or 15s duration
- Single or multi-shot generation
- Fine-tuned for enhanced visual quality
Resolution Options
1080P
- 1920×1080 (16:9)
- 1080×1920 (9:16)
- 1440×1440 (1:1)
- 1632×1248 (4:3)
- 1248×1632 (3:4)
Example Requests
Basic Text-to-Video
Multi-shot Video
With Custom Audio
Parameters
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
duration
- Options: 5, 10, or 15 seconds
- Note: Longer durations may increase processing time
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Text description for the desired video content (max 2000 characters).
2000Negative prompt describing unwanted content (max 500 characters).
500Output resolution ("width*height"). Supported tiers:
- 1080P: 1920*1080 (16:9), 1080*1920 (9:16), 1440*1440 (1:1), 1632*1248 (4:3), 1248*1632 (3:4)
1920*1080, 1080*1920, 1440*1440, 1632*1248, 1248*1632 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