W
Wan 2.7
Wan 2.7, an image model from WaveSpeed.
imageModelOverride: { model: "wan-2.7-image" }
Wan·served viaPricing
- List price
- $0.03/image
- Per generation
- $0.00010
Specifications
- Context window
- 2,000 tokens
- Released
- February 2026
Parameters
Model options, passed in
imageModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
$mode | Select | text-to-image | text-to-imageimage-edit |
imagesInput images to edit (1-3). Reference them as "Figure 1", "Figure 2", etc. in the prompt. | Image URLs | — | — |
width | Number | 1024 | 512–4096 |
height | Number | 1024 | 512–4096 |
thinking_modeWhen enabled, the model reasons about prompt intent before generating, improving composition and prompt adherence. | Boolean | true | |
seed | Seed | — | -1–2147483647 |
Use this model
await mindstudio.generateImage({ prompt: "...", imageModelOverride: { model: "wan-2.7-image", config: { width: 1024, height: 1024, }, }, });