Flux Pro
FLUX1.1 [pro] ultra is the newest version of FLUX1.1 [pro], maintaining professional-grade image quality while delivering up to 2K resolution with improved photo realism.
sk-Qp03mnjjNqXKxpnw5qQ4IqVABNfad5YOk1axUhp7pJbokFmumodel is the model name
flux-pro-v1.1-ultra-text-to-imageprompt is the prompt.
A cute baby sea otter.The size of the generated image. Default value: 16:9
Possible enum values: 21:9, 16:9, 4:3, 3:2, 1:1, 2:3, 3:4, 9:16, 9:21
16:9Example: 16:9Possible values: The image URL to generate an image from.
The strength of the image prompt, between 0 and 1. Default value: 0.1
0.1Example: 0.1Whether to enhance the prompt for better results.
Generate less processed, more natural-looking images.
The same seed and the same prompt given to the same version of the model will output the same image every time.
If set to true, the safety checker will be enabled. Default value: false
falseThe safety tolerance level for the generated image. 1 being the most strict and 5 being the most permissive. Default value: "2"
Possible enum values: 1, 2, 3, 4, 5, 6
2Example: 2Possible values: n is the number of images to generate, default value is 1.
1Example: 1output_format indicate the output format, default value is url.
urlExample: urlPossible values: POST /v1/images/generations HTTP/1.1
Host: image.onerouter.pro
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 316
{
"model": "flux-pro-v1.1-ultra-text-to-image",
"prompt": "A cute baby sea otter.",
"size": "16:9",
"image_url": "https://resource.onerouter.pro/image/generated%2Fonerouter_a829820a-3533-4fed-b8f2-2415179c3ea2.png",
"image_prompt_strength": 0.1,
"enable_safety_checker": false,
"safety_tolerance": "2",
"n": 1,
"output_format": "url"
}{
"data": [
{
"url": "https://resource.onerouter.pro/image/generated%2Fonerouter_c99eeb01-2e0a-4900-a7e6-5e02bc5c6473.png",
"b64_json": "",
"revised_prompt": ""
}
],
"created": 1760502425
}