All Classes and Interfaces
Class
Description
Represents a Mistral AI Chat Model with a chat completion interface, such as open-mistral-7b and open-mixtral-8x7b
This model allows generating chat completion of a sync way based on a list of chat messages.
A factory for building
MistralAiChatModel.MistralAiChatModelBuilder
instances.Represents the available chat completion models for Mistral AI.
Represents a Mistral AI embedding model, such as mistral-embed.
A factory for building
MistralAiEmbeddingModel.MistralAiEmbeddingModelBuilder
instances.The MistralAiEmbeddingModelName enum represents the available embedding models in the Mistral AI module.
Represents a Mistral AI FIM Completion Model with a language completion interface, users can define the starting point of the text/code using a prompt, and the ending point of the text/code using an optional suffix and an optional stop.
A factory for building
MistralAiFimModel.Builder
instances.The MistralAiFimModelName enum represents the available code generation models in the Mistral AI module.
Represents a collection of Mistral AI models.
A factory for building
MistralAiModels.MistralAiModelsBuilder
instances.Represents the value of the 'type' field in the response_format parameter of the MistralAi Chat completions request.
Represents a Mistral AI Chat Model with a chat completion interface, such as mistral-tiny and mistral-small.
A factory for building
MistralAiStreamingChatModel.MistralAiStreamingChatModelBuilder
instances.Represents a Mistral AI FIM Completion Model with a language completion interface, users can define the starting point of the text/code using a prompt, and the ending point of the text/code using an optional suffix and an optional stop.
A factory for building
MistralAiStreamingFimModel.Builder
instances.