fetchModels

abstract suspend fun fetchModels(apiKey: String): List<StableDiffusionModel>(source)

Fetches the checkpoint list available to the supplied API key.

Return

checkpoint metadata mapped into the domain model.

Author

Dmitriy Moroz

Parameters

apiKey

ArliAI API key entered by the user.