Package-level declarations

Types

Link copied to clipboard
class KtorStabilityAiEnginesApi(val httpClient: HttpClient, val baseUrl: String, val json: Json = defaultNetworkJson) : StabilityAiEnginesApi

Ktor implementation of Stability AI engine discovery counted as configuration sync traffic.

Link copied to clipboard
class KtorStabilityAiGenerationApi(val httpClient: HttpClient, val baseUrl: String, val json: Json = defaultNetworkJson) : StabilityAiGenerationApi

Ktor implementation of Stability AI generation calls with counted inference traffic.

Link copied to clipboard

Defines the StabilityAiEnginesApi contract for the SDAI network layer.

Link copied to clipboard

Defines the StabilityAiGenerationApi contract for the SDAI network layer.

Functions

Link copied to clipboard