Wan-2.2-Plus — Text To Video (gptproto). GPTProto API reference.
Generate videos from text prompts using Qwen’s wan-2.2-plus model with GPTProto format API.Documentation Index
Fetch the complete documentation index at: https://docs.gptproto.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Default | Range | Description |
|---|---|---|---|---|---|
prompt | string | ✅ Yes | - | - | Text description for the video generation, describing the desired scene, actions, style, and cinematography |
size | string | ❌ No | "1920*1080" | 1920*1080, 832*480 | Video resolution/size. Available options: 1920*1080 for Full HD or 832*480 for standard definition |
enable_prompt_expansion | boolean | ❌ No | false | - | Enable automatic prompt expansion and optimization. When set to true, the system will enhance and expand the input prompt |
seed | integer | ❌ No | -1 | -1 ~ 2147483647 | Random seed for generation reproducibility. Set to -1 for random generation |