Model identifier to use for the edit.
Source image as a raw Buffer.
Text prompt describing the desired changes.
Optional maskOptional mask for inpainting (white = edit region, black = keep).
Optional modeEditing mode. Defaults to 'img2img'.
Optional strengthHow much the output may deviate from the source.
0 = identical, 1 = completely redrawn. Default 0.75.
Optional negativeNegative prompt describing content to avoid.
Optional sizeDesired output dimensions (e.g. "1024x1024").
Optional seedSeed for reproducible output.
Optional nNumber of output images.
Optional providerArbitrary provider-specific options.
Provider-level request for image editing.
Passed to IImageProvider.editImage by the high-level editImage helper after normalising user input.