Reference
Remy Reference/models/Qwen Image 3.0 Pro
W

Qwen Image 3.0 Pro

Qwen Image 3.0 Pro, an image model from WaveSpeed.
imageModelOverride: { model: "qwen-image-3.0-pro" }
Qwen·served viaWaveSpeed·Released August 2026
Pricing
List price
$0.04-$0.075/image
Per generation
$0.00010
Specifications
Aspect ratios
8
Released
August 2026
Parameters
Model options, passed in imageModelOverride.config.
ParameterTypeDefaultRange / options
$modeSelecttext-to-imagetext-to-imageedit
images
1 to 3 input images for editing.
Image URLs
aspect_ratioSelect1:11:116:99:164:33:43:2+2
resolutionSelect1k1k2k
enable_prompt_expansion
When enabled, the model enriches the prompt before generation.
Booleantrue
seed
A specific value that is used to guide the 'randomness' of the generation. -1 means a random seed will be used.
Seed-1–2147483647
Use this model
await mindstudio.generateImage({
  prompt: "...",
  imageModelOverride: {
    model: "qwen-image-3.0-pro",
    config: {
      aspect_ratio: "1:1",
      resolution: "1k",
    },
  },
});