← All models
Experimental version of FLUX.1 Kontext [pro] with multi image handling capabilities
images
Details
- Accepts
- image
Pricing
- Price
- 5 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The same seed and the same prompt given to the same version of the model will output the same image every time. |
| promptrequired | string | The prompt to generate an image from. |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| image_urlsrequired | array | Image prompt for the omni model. |
| num_images | integer | The number of images to generate. |
| aspect_ratio | — | The aspect ratio of the generated image. |
| output_format | stringenum: jpeg, png | The format of the generated image. |
| enhance_prompt | boolean | Whether to enhance the prompt for better results. |
| guidance_scale | number | The CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt when looking for a related image to show you. |
| safety_tolerance | stringenum: 1, 2, 3, 4, 5, 6 | The safety tolerance level for the generated image. 1 being the most strict and 5 being the most permissive. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed. |
| images | array | The generated image files info. |
| prompt | string | The prompt used for generating the image. |
| timings | object | |
| has_nsfw_concepts | array | Whether the generated images contain NSFW concepts. |