fetchModels

abstract suspend fun fetchModels(baseUrl: String, request: SwarmUiModelsRequest, authorization: BasicHttpAuthorization?): KtorSwarmUiModelsResponse(source)

Loads SDAI data through fetchModels.

Return

Result produced by fetchModels.

Author

Dmitriy Moroz

Parameters

baseUrl

base url value consumed by the API.

request

request value consumed by the API.

authorization

authorization value consumed by the API.