Interface ChatModel

All Superinterfaces:
Model<Prompt,ChatResponse>, StreamingChatModel, StreamingModel<Prompt,ChatResponse>
All Known Implementing Classes:
AnthropicChatModel, AzureOpenAiChatModel, BedrockAi21Jurassic2ChatModel, BedrockAnthropic3ChatModel, BedrockAnthropicChatModel, BedrockCohereChatModel, BedrockLlamaChatModel, BedrockTitanChatModel, HuggingfaceChatModel, MiniMaxChatModel, MistralAiChatModel, MoonshotChatModel, OllamaChatModel, OpenAiChatModel, QianFanChatModel, VertexAiGeminiChatModel, VertexAiPaLm2ChatModel, WatsonxAiChatModel, ZhiPuAiChatModel

public interface ChatModel extends Model<Prompt,ChatResponse>, StreamingChatModel