B
FLUX.1 Kontext [pro]
FLUX.1 Kontext [pro], an image model from Black Forest Labs.
imageModelOverride: { model: "flux-kontext-pro" }
Black Forest Labs·Released May 2025Pricing
- Per generation
- $0.040
Specifications
- Context window
- 10,000 tokens
- Aspect ratios
- 11
- Released
- May 2025
Parameters
Model options, passed in
imageModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
image_url | Image URL | — | — |
prompt_upsampling | Select | true | |
aspect_ratio | Select | 16:9 | 21:918:916:94:33:21:1+5 |
seedA specific value that is used to guide the 'randomness' of the generation. | Seed | — | 0–2147483647 |
Use this model
await mindstudio.generateImage({ prompt: "...", imageModelOverride: { model: "flux-kontext-pro", config: { aspect_ratio: "16:9", }, }, });