Interface ChatModel

All Superinterfaces:
Model<Prompt,ChatResponse>, StreamingChatModel, StreamingModel<Prompt,ChatResponse>
All Known Implementing Classes:
AnthropicChatModel, AzureOpenAiChatModel, BedrockProxyChatModel, HuggingfaceChatModel, MiniMaxChatModel, MistralAiChatModel, OCICohereChatModel, OllamaChatModel, OpenAiChatModel, VertexAiGeminiChatModel, WatsonxAiChatModel, ZhiPuAiChatModel

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