SwarmUiModelsApi
Defines the SwarmUiModelsApi contract for the SDAI network layer.
Author
Dmitriy Moroz
Inheritors
Functions
Link copied to clipboard
abstract suspend fun fetchModels(baseUrl: String, request: SwarmUiModelsRequest, authorization: BasicHttpAuthorization?): KtorSwarmUiModelsResponse
Loads SDAI data through fetchModels.
Link copied to clipboard
abstract suspend fun getNewSession(baseUrl: String, authorization: BasicHttpAuthorization?): KtorSwarmUiSessionResponse
Loads SDAI data through getNewSession.