Try in playground
Test Flux Kontext Dev in the Runpod Hub playground.
Request
All parameters are passed within theinput object in the request body.
Text instructions describing the desired edits to the image.
URL of the input image to edit.
Elements to exclude from the edited image.
Output image size in format “width*height”.
Number of denoising steps. Higher values produce more detailed edits. Range: 1-50.
How closely to follow the prompt. Range: 0.0-10.0.
Seed for reproducible results. Set to -1 for random.
Output image format. Accepts
png or jpeg.Whether to run safety checks on the output.
Response
Unique identifier for the request.
Request status. Returns
COMPLETED on success, FAILED on error.Time in milliseconds the request spent in queue before processing began.
Time in milliseconds the model took to edit the image.
Identifier of the worker that processed the request.