Wan-2.5-Preview - Text To Video - gptproto
Bring stories to life with wan 2.5 preview text to video. High-quality cinematic generation with consistent characters and fluid motion from text prompts.
POST
wan-2.5-preview (text to video)
Generate videos from text prompts using Qwen’s wan-2.5-preview 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.
Response
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | ✅ Yes | - | Text description for the video generation, describing the desired scene, actions, and style |
negative_prompt | string | ❌ No | "" | Negative prompt to specify what should not appear in the generated video. Leave empty if not needed |
audio | string | ❌ No | "" | URL of the audio file to be added to the generated video. Leave empty for no audio |
size | string | ❌ No | "1280*720" | Video resolution/size. Format: width*height (e.g., 1280*720, 1920*1080) |
duration | string | ❌ No | "5" | Duration of the generated video in seconds |
enable_prompt_expansion | string | ❌ No | "false" | Enable automatic prompt expansion and optimization. Set to "true" or "false" |
seed | integer | ❌ No | -1 | Random seed for generation reproducibility. Set to -1 for random generation |

