Interface StreamingChatLanguageModel

All Known Implementing Classes:
AbstractBedrockStreamingChatModel, AnthropicStreamingChatModel, AzureOpenAiStreamingChatModel, BedrockAnthropicStreamingChatModel, DisabledStreamingChatLanguageModel, GitHubModelsStreamingChatModel, GoogleAiGeminiStreamingChatModel, JlamaStreamingChatModel, LocalAiStreamingChatModel, MistralAiStreamingChatModel, OllamaStreamingChatModel, OpenAiStreamingChatModel, VertexAiGeminiStreamingChatModel

public interface StreamingChatLanguageModel
Represents a language model that has a chat API and can stream a response one token at a time.
See Also: