Create Generation Task
Wan 2.2 Text-To-Video Plus
Wan 2.2 Text-To-Video Plus Generation
Generate videos from text prompts using the wan2.2-t2v-plus model.
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 text prompts using the wan2.2-t2v-plus model. This is the Plus version with enhanced stability.Key Features
- Text-to-video generation
- 480P or 1080P resolution options
- Fixed 5s duration
- 30fps output
Resolution Options
480P
- 832×480 (16:9)
- 480×832 (9:16)
- 624×624 (1:1)
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
With Negative Prompt
Parameters
duration
- Fixed: 5 seconds
- FPS: 30fps
prompt
- Max length: 800 characters (shorter than Wan2.5/2.6 models)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Text prompt for the video (max 800 characters).
Maximum string length:
800Negative prompt describing unwanted content (max 500 characters).
Maximum string length:
500Output resolution ("width*height"). Supported tiers:
- 480P: 832*480 (16:9), 480*832 (9:16), 624*624 (1:1)
- 1080P: 1920*1080 (16:9), 1080*1920 (9:16), 1440*1440 (1:1), 1632*1248 (4:3), 1248*1632 (3:4)
Available options:
832*480, 480*832, 624*624, 1920*1080, 1080*1920, 1440*1440, 1632*1248, 1248*1632 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