Package-level declarations

Types

Link copied to clipboard
@Serializable
data class DownloadableModelResponse(val id: String?, val name: String?, val size: String?, val sources: List<String>?)

Carries DownloadableModelResponse data through the SDAI network layer.

Link copied to clipboard
@Serializable
data class HordeGenerationAsyncResponse(val message: String? = null, val id: String? = null, val kudos: Double? = null)

Carries HordeGenerationAsyncResponse data through the SDAI network layer.

Link copied to clipboard
@Serializable
data class HordeGenerationCheckFullResponse(val done: Boolean? = null, val isPossible: Boolean? = null, val waitTime: Int? = null, val queuePosition: Int? = null, val generations: List<HordeGenerationCheckFullResponse.Generation>? = null)

Carries HordeGenerationCheckFullResponse data through the SDAI network layer.

Link copied to clipboard
@Serializable
data class HordeGenerationCheckResponse(val done: Boolean? = null, val isPossible: Boolean? = null, val waitTime: Int? = null, val queuePosition: Int? = null)

Carries HordeGenerationCheckResponse data through the SDAI network layer.

Link copied to clipboard
@Serializable
data class HordeUserResponse(val id: Int? = null)

Carries HordeUserResponse data through the SDAI network layer.

Link copied to clipboard
@Serializable
data class KtorSdEmbeddingsResponse(val loaded: Map<String, JsonElement>? = null, val loadedKeysOverride: Set<String>? = null)

Carries KtorSdEmbeddingsResponse data through the SDAI network layer.

Link copied to clipboard
@Serializable
data class KtorSwarmUiGenerationResponse(val images: List<String>? = null)

Carries KtorSwarmUiGenerationResponse data through the SDAI network layer.

Link copied to clipboard
@Serializable
data class KtorSwarmUiModelsResponse(val files: List<SwarmUiModelRaw>? = null)

Carries KtorSwarmUiModelsResponse data through the SDAI network layer.

Link copied to clipboard
@Serializable
data class KtorSwarmUiSessionResponse(val sessionId: String? = null)

Carries KtorSwarmUiSessionResponse data through the SDAI network layer.

Link copied to clipboard
@Serializable
data class OpenAiResponse(val created: Long? = null, val data: List<OpenAiImageRaw>? = null)

Carries OpenAiResponse data through the SDAI network layer.

Link copied to clipboard
@Serializable
data class SdGenerationResponse(val images: List<String>? = null, val info: String? = null)

Carries SdGenerationResponse data through the SDAI network layer.

Link copied to clipboard
@Serializable
data class StabilityAiErrorResponse(val id: String? = null, val name: String? = null, val message: String? = null)

Carries StabilityAiErrorResponse data through the SDAI network layer.

Link copied to clipboard
@Serializable
data class StabilityCreditsResponse(val credits: Float? = null)

Carries StabilityCreditsResponse data through the SDAI network layer.

Link copied to clipboard
@Serializable
data class StabilityGenerationResponse(val artifacts: List<StabilityGenerationResponse.Artifact>? = null)

Carries StabilityGenerationResponse data through the SDAI network layer.