Uses of Interface
dev.langchain4j.model.chat.StreamingChatLanguageModel
Package
Description
-
Uses of StreamingChatLanguageModel in dev.langchain4j.model.anthropic
Modifier and TypeClassDescriptionclass
Represents an Anthropic language model with a Messages (chat) API. -
Uses of StreamingChatLanguageModel in dev.langchain4j.model.azure
Modifier and TypeClassDescriptionclass
Represents an OpenAI language model, hosted on Azure, that has a chat completion interface, such as gpt-3.5-turbo. -
Uses of StreamingChatLanguageModel in dev.langchain4j.model.bedrock
-
Uses of StreamingChatLanguageModel in dev.langchain4j.model.bedrock.internal
Modifier and TypeClassDescriptionclass
Bedrock Streaming chat model -
Uses of StreamingChatLanguageModel in dev.langchain4j.model.chat
Modifier and TypeClassDescriptionclass
AStreamingChatLanguageModel
which throws aModelDisabledException
for all of its methods -
Uses of StreamingChatLanguageModel in dev.langchain4j.model.dashscope
Modifier and TypeClassDescriptionclass
Represents a Qwen language model with a chat completion interface. -
Uses of StreamingChatLanguageModel in dev.langchain4j.model.github
Modifier and TypeClassDescriptionclass
Represents a language model, hosted on GitHub Models, that has a chat completion interface, such as gpt-4o. -
Uses of StreamingChatLanguageModel in dev.langchain4j.model.googleai
-
Uses of StreamingChatLanguageModel in dev.langchain4j.model.jlama
-
Uses of StreamingChatLanguageModel in dev.langchain4j.model.localai
-
Uses of StreamingChatLanguageModel in dev.langchain4j.model.mistralai
Modifier and TypeClassDescriptionclass
Represents a Mistral AI Chat Model with a chat completion interface, such as mistral-tiny and mistral-small. -
Uses of StreamingChatLanguageModel in dev.langchain4j.model.ollama
Modifier and TypeClassDescriptionclass
-
Uses of StreamingChatLanguageModel in dev.langchain4j.model.openai
Modifier and TypeClassDescriptionclass
Represents an OpenAI language model with a chat completion interface, such as gpt-3.5-turbo and gpt-4. -
Uses of StreamingChatLanguageModel in dev.langchain4j.model.qianfan
Modifier and TypeClassDescriptionclass
see details here: https://cloud.baidu.com/doc/WENXINWORKSHOP/s/Nlks5zkzu -
Uses of StreamingChatLanguageModel in dev.langchain4j.model.vertexai
Modifier and TypeClassDescriptionclass
Represents a Google Vertex AI Gemini language model with a stream chat completion interface, such as gemini-pro. -
Uses of StreamingChatLanguageModel in dev.langchain4j.model.zhipu
-
Uses of StreamingChatLanguageModel in dev.langchain4j.service
Modifier and TypeMethodDescriptionstatic <T> T
AiServices.create
(Class<T> aiService, StreamingChatLanguageModel streamingChatLanguageModel) Creates an AI Service (an implementation of the provided interface), that is backed by the provided streaming chat model.AiServices.streamingChatLanguageModel
(StreamingChatLanguageModel streamingChatLanguageModel) Configures streaming chat model that will be used under the hood of the AI Service.