Wan-2.5 - Image Edit - gptproto
Wan-2.5 — Image Edit (gptproto). GPTProto API reference.
POST
wan-2.5 (image edit)
Edit and transform images based on text prompts using Qwen’s wan-2.5 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 of the desired image transformation or editing instructions |
images | array | ✅ Yes | - | Array of image URLs to be edited. Supports one or multiple input images |
size | string | ❌ No | - | The size of the output image in pixels (widthheight), e.g., “12801786” |
seed | integer | ❌ No | -1 | Random seed for generation reproducibility. Set to -1 for random generation |

