You're looking at a specific version of this model. Jump to the model overview.
wan-video /wan-2.7-image:435207f4
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| prompt |
string
|
Text prompt for image generation or editing
|
|
| images |
array
|
[]
|
Input images for editing, style transfer, or multi-reference generation (up to 9 images, jpg/png/bmp/webp). When provided, the model operates in image editing mode.
|
| size |
string
|
2K
|
Output image resolution. Use '1K' or '2K' to auto-size based on input images, or specify exact dimensions like '2048*2048'. Default is '2K'.
|
| num_outputs |
integer
|
1
Min: 1 Max: 4 |
Number of images to generate (1-4 for standard mode, 1-12 for image set mode)
|
| image_set_mode |
boolean
|
False
|
Generate a coherent set of related images from a single prompt (e.g. a character across seasons). When enabled, num_outputs can be up to 12.
|
| thinking_mode |
boolean
|
True
|
Enable enhanced reasoning for improved image quality. Only applies to text-to-image (no input images, no image set mode). Increases generation time.
|
| seed |
integer
|
Random seed for reproducible generation. Range: 0-2147483647
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}