/flux-pro-1.1-ultra
endpoint.
"raw": true
in your API request for more authentic, natural-looking results./flux-pro-1.1-ultra
endpoint for ultra high-resolution generation:
polling_url
to retrieve the output when ready.
result['sample']
is a signed URL for retrieval.
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 |