B
FLUX 1.1 [pro] Ultra
FLUX 1.1 [pro] Ultra, an image model from Black Forest Labs.
imageModelOverride: { model: "flux-pro-1.1-ultra" }
Black Forest Labs·Released November 2024Pricing
- Per generation
- $0.060
Specifications
- Context window
- 10,000 tokens
- Released
- November 2024
Parameters
Model options, passed in
imageModelOverride.config.| Parameter | Type | Default | Range / options |
|---|---|---|---|
image_promptOptional reference image to use as additional visual context for generation. | Image URL | — | — |
image_prompt_strengthStrength of the image prompt influence on generation | Number | 0.1 | 0–1, step 0.05 |
width | Number | 1024 | 256–1536 |
height | Number | 1024 | 256–1536 |
output_format | Select | jpeg | jpegpng |
prompt_upsamplingEnhance the prompt automatically for better results. | Boolean | false | |
rawEnable raw mode for more natural, authentic aesthetics. | Boolean | false | |
safety_toleranceContent moderation level. 0 is most strict, 6 is most permissive. | Number | 2 | 0–6, step 1 |
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-ultra", config: { image_prompt_strength: 0.1, width: 1024, }, }, });