Class MistralAiChatModel

java.lang.Object
org.springframework.ai.chat.model.AbstractToolCallSupport
org.springframework.ai.mistralai.MistralAiChatModel
All Implemented Interfaces:
ChatModel, StreamingChatModel, Model<Prompt,ChatResponse>, StreamingModel<Prompt,ChatResponse>

public class MistralAiChatModel extends AbstractToolCallSupport implements ChatModel
Represents a Mistral AI Chat Model.
Since:
1.0.0
Author:
Ricken Bazolo, Christian Tzolov, Grogdunn, Thomas Vitale, luocongqiu