Uses of Interface
org.springframework.ai.model.StreamingModel
Package
Description
-
Uses of StreamingModel in org.springframework.ai.anthropic
-
Uses of StreamingModel in org.springframework.ai.azure.openai
Modifier and TypeClassDescriptionclass
ChatModel
implementation for Microsoft Azure AI backed byOpenAIClient
. -
Uses of StreamingModel in org.springframework.ai.bedrock.anthropic
-
Uses of StreamingModel in org.springframework.ai.bedrock.anthropic3
-
Uses of StreamingModel in org.springframework.ai.bedrock.cohere
-
Uses of StreamingModel in org.springframework.ai.bedrock.converse
Modifier and TypeClassDescriptionclass
AChatModel
implementation that uses the Amazon Bedrock Converse API to interact with the Supported models. -
Uses of StreamingModel in org.springframework.ai.bedrock.jurassic2
-
Uses of StreamingModel in org.springframework.ai.bedrock.llama
-
Uses of StreamingModel in org.springframework.ai.bedrock.titan
-
Uses of StreamingModel in org.springframework.ai.chat.model
-
Uses of StreamingModel in org.springframework.ai.huggingface
Modifier and TypeClassDescriptionclass
An implementation ofChatModel
that interfaces with HuggingFace Inference Endpoints for text generation. -
Uses of StreamingModel in org.springframework.ai.minimax
Modifier and TypeClassDescriptionclass
-
Uses of StreamingModel in org.springframework.ai.mistralai
-
Uses of StreamingModel in org.springframework.ai.moonshot
Modifier and TypeClassDescriptionclass
MoonshotChatModel is aChatModel
implementation that uses the Moonshot -
Uses of StreamingModel in org.springframework.ai.oci.cohere
Modifier and TypeClassDescriptionclass
ChatModel
implementation that uses the OCI GenAI Chat API. -
Uses of StreamingModel in org.springframework.ai.ollama
-
Uses of StreamingModel in org.springframework.ai.openai
Modifier and TypeClassDescriptionclass
OpenAI audio speech client implementation for backed byOpenAiAudioApi
.class
-
Uses of StreamingModel in org.springframework.ai.openai.audio.speech
Modifier and TypeInterfaceDescriptioninterface
TheStreamingSpeechModel
interface provides a way to interact with the OpenAI Text-to-Speech (TTS) API using a streaming approach, allowing you to receive the generated audio in a real-time fashion. -
Uses of StreamingModel in org.springframework.ai.qianfan
Modifier and TypeClassDescriptionclass
-
Uses of StreamingModel in org.springframework.ai.vertexai.gemini
Modifier and TypeClassDescriptionclass
Vertex AI Gemini Chat Model implementation. -
Uses of StreamingModel in org.springframework.ai.watsonx
-
Uses of StreamingModel in org.springframework.ai.zhipuai
Modifier and TypeClassDescriptionclass
BedrockProxyChatModel
.