AiliaLLMMultimodalCapabilities

data class AiliaLLMMultimodalCapabilities(val visionSupport: Boolean, val audioSupport: Boolean)

Represents the multimodal capabilities of a loaded LLM model.

Constructors

Link copied to clipboard
constructor(visionSupport: Boolean, audioSupport: Boolean)

Properties

Link copied to clipboard

Whether audio processing is supported

Link copied to clipboard

Whether image/vision processing is supported

Functions

Link copied to clipboard
open override fun toString(): String