/flux-pro-1.1-ultra
endpoint.
Key Features
Up to 4MP resolution
Generate up to 4MP images without compromising prompt fidelity or quality
Ultra-Fast Generation
4MP resolution results delivered in unprecedented speed
Raw mode
Captures the authentic feel of candid photography, at 4MP resolution
Image-to-Image Support
Use existing images as visual context with adjustable influence strength
Examples of Image Generation with FLUX.1 [pro] Ultra




Raw Mode
FLUX1.1 [pro] also supports Raw mode for creators seeking authenticity. When enabled, Raw mode captures the genuine feel of candid photography, generating images with a less synthetic, more natural aesthetic. This mode significantly increases diversity in human subjects and enhances the realism of nature photography.Enable Raw mode by setting
"raw": true
in your API request for more authentic, natural-looking results.Examples of Image Generation with FLUX.1 [pro] Raw




API Endpoint
Use the/flux-pro-1.1-ultra
endpoint for ultra high-resolution generation:
Poll for Result
After submitting a request, you need to poll using the returnedpolling_url
to retrieve the output when ready.
result['sample']
is a signed URL for retrieval.
Our signed URLs are only valid for 10 minutes. Please retrieve your result within this timeframe.
FLUX1.1 [pro] Ultra Parameters
Parameter | Type | Default | Description | Required |
---|---|---|---|---|
prompt | string | Text description of the desired image | Yes | |
aspect_ratio | string | ”16:9” | Desired aspect ratio for the image (e.g., “16:9”, “1:1”, “4:3”) | No |
prompt_upsampling | boolean | false | Enhance prompt for better results | No |
seed | integer | null | Seed for reproducible results. Accepts any integer | No |
safety_tolerance | integer | 2 | Content moderation level. Value ranges from 0 (most strict) to 6 (more permissive) | No |
output_format | string | ”jpeg” | Desired format of the output image. Can be “jpeg” or “png” | No |
raw | boolean | false | Enable raw mode for more natural, authentic aesthetics | No |
image_prompt | string | null | Base64-encoded image to use as additional visual context for generation | No |
image_prompt_strength | float | 0.1 | Strength of the image prompt influence on generation (0.0 to 1.0) | No |
webhook_url | string | null | URL for asynchronous completion notification. Must be a valid HTTP/HTTPS URL | No |
webhook_secret | string | null | Secret for webhook signature verification, sent in the X-Webhook-Secret header | No |