← All models
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
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducibility. |
| prompt | string | The prompt to guide image editing. |
| image_urlrequired | string | Base64-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_size | stringenum: square, square_hd | The size of the generated image. square=768x768, square_hd=1024x1024. |
| schedule_mu | number | Schedule mu for time shift. 2.3=default, lower=more even denoising, 0.3=nearly linear. |
| num_inference_steps | integer | |
| enable_interpolation | boolean | Enable RIFE frame interpolation between consecutive frames (doubles output frames). |
| output_feedback_strength | number | Output feedback loop. 1.0 = pure noise (no feedback), 0.9 = 90% noise + 10% previous output latent. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed used for generation. |
| images | array | Generated images as raw bytes. When interpolation is enabled, returns [interpolated_frame, current_frame] in chronological order. Otherwise returns [current_frame]. |