Generate images using FLUX Kontext Pro, an advanced text-to-image model with optional image input support.
This model excels at understanding context and generating high-quality images from text descriptions. Optionally, you can provide an input image to guide the generation process.
Your Freepik API key. Required for authentication. Learn how to obtain an API key
Text description of the image you want to generate.
FLUX Kontext Pro is an advanced text-to-image model that excels at understanding context and generating high-quality images. It supports optional image input to guide the generation.
Tips for better results:
"a beautiful sunset over the ocean with dramatic clouds"
Optional URL to an input image that will guide the generation process. The model will use this image as a reference while generating the output.
"https://example.com/reference-image.jpg"
Whether to perform upsampling on the prompt. If active, automatically modifies the prompt for more creative generation.
Optional seed for reproducibility. If not provided, a random seed will be used.
Guidance scale for the generation. Higher values make the model follow the prompt more closely.
1 <= x <= 10Number of inference steps. More steps generally produce higher quality but take longer.
1 <= x <= 100Image size with the aspect ratio. The aspect ratio is the proportional relationship between an image's width and height, expressed as *_width_height (e.g., square_1_1, widescreen_16_9). It is calculated by dividing the width by the height.
If not present, the default is square_1_1.
square_1_1, classic_4_3, traditional_3_4, widescreen_16_9, social_story_9_16, standard_3_2, portrait_2_3, horizontal_2_1, vertical_1_2, social_post_4_5 "square_1_1"
Tolerance level for input and output moderation. Between 0 and 6, 0 being most strict, 6 being least strict.
0 <= x <= 6Format of the output image
jpeg, png Optional callback URL that will receive asynchronous notifications whenever the task changes status. The payload sent to this URL is the same as the corresponding GET endpoint response, but without the data field.
"https://www.example.com/webhook"
OK - Task created successfully
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED"
}