W
Recraft V4 Style
Recraft V4 Style, an image model from WaveSpeed.
imageModelOverride: { model: "recraft-v4-style" }
RRecraft·served viaWaveSpeed·Released August 2026
Pricing
- List price
- $0.04-$0.06/image
- Per generation
- $0.00010
Specifications
- Context window
- 2,000 tokens
- Aspect ratios
- 5
- Released
- August 2026
Parameters
Model options, passed in
imageModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
$mode | Select | text-to-image | text-to-imagetext-to-vector |
imagesUp to 10 reference images, or leave empty and pass a saved style ID below. One of the two is required. | Image URLs | — | — |
style_idReusable Recraft V4 Style ID. Do not mix with a V4 Style Pro ID. | Text | — | — |
style_match | Select | precise | preciseflexible |
aspect_ratio | Select | 1:1 | 1:116:99:164:33:4 |
Use this model
await mindstudio.generateImage({ prompt: "...", imageModelOverride: { model: "recraft-v4-style", config: { style_match: "precise", aspect_ratio: "1:1", }, }, });