imageToImage

abstract suspend fun imageToImage(apiKey: String, payload: ImageToImagePayload): AiGenerationResult(source)

Executes the imageToImage step in the SDAI domain layer.

Return

Result produced by imageToImage.

Author

Dmitriy Moroz

Parameters

apiKey

api key value consumed by the API.

payload

generation payload used by the operation.