fetchModels

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

Loads the checkpoint list exposed by ArliAI.

Return

raw checkpoint metadata returned by the provider.

Author

Dmitriy Moroz

Parameters

apiKey

ArliAI API key sent as bearer authorization.