Interface ChatLanguageModel

All Known Implementing Classes:
AbstractBedrockChatModel, AnthropicChatModel, AzureOpenAiChatModel, BedrockAI21LabsChatModel, BedrockAnthropicCompletionChatModel, BedrockAnthropicMessageChatModel, BedrockChatModel, BedrockCohereChatModel, BedrockLlamaChatModel, BedrockMistralAiChatModel, BedrockStabilityAIChatModel, BedrockTitanChatModel, DisabledChatLanguageModel, GitHubModelsChatModel, GoogleAiGeminiChatModel, HuggingFaceChatModel, JlamaChatModel, LocalAiChatModel, MistralAiChatModel, OllamaChatModel, OpenAiChatModel, OpenAiOfficialChatModel, VertexAiChatModel, VertexAiGeminiChatModel, WorkersAiChatModel

public interface ChatLanguageModel
Represents a language model that has a chat API.
See Also: