Class AzureOpenAiChatModel

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

public class AzureOpenAiChatModel extends AbstractToolCallSupport implements ChatModel
ChatModel implementation for Microsoft Azure AI backed by OpenAIClient.
Since:
1.0.0
Author:
Mark Pollack, Ueibin Kim, John Blum, Christian Tzolov, Grogdunn, Benoit Moussaud, Thomas Vitale, luocongqiu, timostark, Soby Chacko, Jihoon Kim
See Also: