textToImage

abstract suspend fun textToImage(apiKey: String, model: String, payload: TextToImagePayload): List<AiGenerationResult>(source)

Generates text-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.