Package dev.langchain4j.model.mistralai
Class MistralAiChatModel
java.lang.Object
dev.langchain4j.model.mistralai.MistralAiChatModel
- All Implemented Interfaces:
ChatModel
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.
You can find description of parameters
here.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MistralAiChatModel
-
-
Method Details
-
doChat
-
defaultRequestParameters
- Specified by:
defaultRequestParameters
in interfaceChatModel
-
listeners
-
provider
-
supportedCapabilities
- Specified by:
supportedCapabilities
in interfaceChatModel
-
builder
-