Class MistralAiStreamingChatModel

java.lang.Object
dev.langchain4j.model.mistralai.MistralAiStreamingChatModel
All Implemented Interfaces:
StreamingChatModel

public class MistralAiStreamingChatModel extends Object implements StreamingChatModel
Represents a Mistral AI Chat Model with a chat completion interface, such as mistral-tiny and mistral-small. The model's response is streamed token by token and should be handled with StreamingResponseHandler. You can find description of parameters here.