B
FLUX 1.1 [pro]
FLUX 1.1 [pro], an image model from Black Forest Labs.
imageModelOverride: { model: "flux-pro-1.1" }
BBlack Forest Labs·Released October 2024
Pricing
- Per generation
- $0.040
Specifications
- Context window
- 10,000 tokens
- Released
- October 2024
Parameters
Model options, passed in
imageModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
prompt_upsampling | Select | true | |
width | Select | 1024 | 256288320352384416+32 |
height | Select | 1024 | 256288320352384416+32 |
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-pro-1.1", config: { width: "1024", height: "1024", }, }, });