Package dev.langchain4j.model.mistralai
package dev.langchain4j.model.mistralai
-
ClassDescriptionRepresents 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.Represents the available chat completion models for Mistral AI.Represents a Mistral AI embedding model, such as mistral-embed.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.The MistralAiFimModelName enum represents the available code generation models in the Mistral AI module.Represents a collection of Mistral AI models.Represents a Mistral AI Chat Model with a chat completion interface, such as mistral-tiny and mistral-small.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.