textToImage
open suspend override fun textToImage(apiKey: String, model: String, payload: TextToImagePayload): List<AiGenerationResult>(source)
Sends text-to-image generation and maps returned images with the current timestamp.
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.