← All models
Generate detailed, high-quality images from text prompts using Flux Pro. A powerful, creative text-to-image model for fast and flexible AI visuals.
images
Details
- Accepts
- text + image
Pricing
- Price
- 6.88 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed. Set for reproducible generation |
| steps | integer | Deprecated |
| width | integer | Width of the generated image in text-to-image mode. Only used when aspect_ratio=custom. Must be a multiple of 32 (if it's not, it will be rounded to nearest multiple of 32). Note: Ignored in img2img and inpainting modes. |
| height | integer | Height of the generated image in text-to-image mode. Only used when aspect_ratio=custom. Must be a multiple of 32 (if it's not, it will be rounded to nearest multiple of 32). Note: Ignored in img2img and inpainting modes. |
| promptrequired | string | Text prompt for image generation |
| guidance | number | Controls the balance between adherence to the text prompt and image quality/diversity. Higher values make the output more closely match the prompt but may reduce overall image quality. Lower values allow for more creative freedom but might produce results less relevant to the prompt. |
| interval | number | Deprecated |
| aspect_ratio | —enum: custom, 1:1, 16:9, 3:2, 2:3, 4:5… | Aspect ratio for the generated image |
| image_prompt | string | |
| output_format | —enum: webp, jpg, png | Format of the output images. |
| output_quality | integer | Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs |
| safety_tolerance | integer | Safety tolerance, 1 is most strict and 6 is most permissive |
| prompt_upsampling | boolean | Automatically modify the prompt for more creative generation |