← All models
Edit any image with a natural-language instruction using Bernini-R, changing the weather, materials, objects, or style while preserving the original composition.
images
Details
- Accepts
- image
Pricing
- Price
- 10 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Seed for reproducibility. Random when omitted. |
| promptrequired | string | Text prompt or editing instruction. |
| image_urlrequired | string | Source image to edit. |
| max_image_size | integer | Long-edge size (px). Sets the output size for generation tasks and caps source/reference media for editing tasks. |
| negative_prompt | — | Negative prompt. Defaults to the standard Wan2.2 negative prompt. |
| num_inference_steps | integer | Number of denoising steps. |
| enable_prompt_expansion | boolean | Rewrite the prompt with an LLM before generation. The model is tuned on enhanced prompts; off by default. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed used for generation. |
| image | — | Generated / edited image. |
| actual_prompt | — | The final prompt after expansion (set only when prompt expansion ran). |