Flux Kontext Dev is a 12 billion parameter rectified flow transformer capable of editing images based on text instructions. It excels at making targeted edits to existing images while preserving the overall context and style.Documentation Index
Fetch the complete documentation index at: https://runpod-b18f5ded-promptless-remove-flash-beta-notification.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Try in playground
Test Flux Kontext Dev in the Runpod Hub playground.
| Endpoint | https://api.runpod.ai/v2/black-forest-labs-flux-1-kontext-dev/runsync |
| Pricing | $0.025 per image |
| Type | Image editing |
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.