LLModel
data class LLModel(val provider: LLMProvider, val id: String, val capabilities: List<LLMCapability>)(source)
Represents a Large Language Model (LLM) with a specific provider, identifier, and a set of capabilities.
Represents a Large Language Model (LLM) with a specific provider, identifier, and a set of capabilities.