infery
← All models

Bernini-R Edit Image

bernini-r-edit-image

Image editby Bernini R

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

FieldTypeDescription
seedSeed for reproducibility. Random when omitted.
promptrequiredstringText prompt or editing instruction.
image_urlrequiredstringSource image to edit.
max_image_sizeintegerLong-edge size (px). Sets the output size for generation tasks and caps source/reference media for editing tasks.
negative_promptNegative prompt. Defaults to the standard Wan2.2 negative prompt.
num_inference_stepsintegerNumber of denoising steps.
enable_prompt_expansionbooleanRewrite the prompt with an LLM before generation. The model is tuned on enhanced prompts; off by default.

Output

FieldTypeDescription
seedintegerSeed used for generation.
imageGenerated / edited image.
actual_promptThe final prompt after expansion (set only when prompt expansion ran).