imageToImage
abstract suspend fun imageToImage(apiKey: String, model: String, payload: ImageToImagePayload): List<AiGenerationResult>(source)
Generates image-to-image results with a resolved ArliAI checkpoint.
Return
mapped generation records returned by the provider.
Author
Dmitriy Moroz
Parameters
apiKey
ArliAI API key entered by the user.
model
checkpoint name sent to ArliAI.
payload
domain generation settings and source image data.