← All models
Merge two input images into a single cohesive output using this experimental FLUX.1 Kontext model. Explore creative composition and image blending with text prompts.
images
Details
- Accepts
- image
Pricing
- Price
- 10 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed. Set for reproducible generation |
| promptrequired | string | Text description of how to combine or transform the two input images |
| aspect_ratio | —enum: match_input_image, 1:1, 16:9, 9:16, 4:3, 3:4… | Aspect ratio of the generated image. Use 'match_input_image' to match the aspect ratio of the input image. |
| input_image_1required | string | First input image. Must be jpeg, png, gif, or webp. |
| input_image_2required | string | Second input image. Must be jpeg, png, gif, or webp. |
| output_format | —enum: jpg, png | Output format for the generated image |
| safety_tolerance | integer | Safety tolerance, 0 is most strict and 2 is most permissive. 2 is currently the maximum allowed. |