MistralAILLMProvider

Represents the Mistral AI provider within the available set of large language model providers.

MistralAI is identified by its unique ID ("mistralai") and display name ("MistralAI"). It extends the LLMProvider sealed class, which serves as a base class for all supported language model providers.

This class adheres to the structure and serialization requirements defined by the parent class. It is part of the available LLM provider hierarchy, which is used to configure and identify specific providers for large language model functionalities and capabilities.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The human-readable name of the LLM provider.

Link copied to clipboard
val id: String

The unique identifier of the LLM provider.