infery
← All models

Flux 2 [klein] Realtime

flux-2-klein-realtime

Image editby Black Forest Labs

Realtime generation with FLUX.2 [klein] from Black Forest Labs.

images

Details

Accepts
image

Pricing

Price
0.242 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducibility.
promptstringThe prompt to guide image editing.
image_urlrequiredstringBase64-encoded image data URI for editing. CDN URLs are not supported for realtime. For optimal performance, use 704x704 JPEG images with 50% quality. Other sizes will be resized automatically.
image_sizestringenum: square, square_hdThe size of the generated image. square=768x768, square_hd=1024x1024.
schedule_munumberSchedule mu for time shift. 2.3=default, lower=more even denoising, 0.3=nearly linear.
num_inference_stepsinteger
enable_interpolationbooleanEnable RIFE frame interpolation between consecutive frames (doubles output frames).
output_feedback_strengthnumberOutput feedback loop. 1.0 = pure noise (no feedback), 0.9 = 90% noise + 10% previous output latent.

Output

FieldTypeDescription
seedintegerSeed used for generation.
imagesarrayGenerated images as raw bytes. When interpolation is enabled, returns [interpolated_frame, current_frame] in chronological order. Otherwise returns [current_frame].