textToImage

abstract suspend fun textToImage(baseUrl: String, authorization: BasicHttpAuthorization?, request: TextToImageRequest): SdGenerationResponse(source)

Executes the textToImage step in the SDAI network layer.

Return

Result produced by textToImage.

Author

Dmitriy Moroz

Parameters

baseUrl

base url value consumed by the API.

authorization

authorization value consumed by the API.

request

request value consumed by the API.