Uses of Interface
org.springframework.ai.model.ModelClient
Package
Description
The org.sf.ai.chat package represents the bounded context for the Chat Model within the
AI generative model domain.
-
Uses of ModelClient in org.springframework.ai.azure.openai
Modifier and TypeClassDescriptionclass
ChatClient
implementation for Microsoft Azure AI backed byOpenAIClient
.class
-
Uses of ModelClient in org.springframework.ai.bedrock.anthropic
Modifier and TypeClassDescriptionclass
JavaChatClient
andStreamingChatClient
for the Bedrock Anthropic chat generative. -
Uses of ModelClient in org.springframework.ai.bedrock.cohere
Modifier and TypeClassDescriptionclass
class
EmbeddingClient
implementation that uses the Bedrock Cohere Embedding API. -
Uses of ModelClient in org.springframework.ai.bedrock.llama2
Modifier and TypeClassDescriptionclass
JavaChatClient
andStreamingChatClient
for the Bedrock Llama2 chat generative. -
Uses of ModelClient in org.springframework.ai.bedrock.titan
Modifier and TypeClassDescriptionclass
class
EmbeddingClient
implementation that uses the Bedrock Titan Embedding API. -
Uses of ModelClient in org.springframework.ai.chat
-
Uses of ModelClient in org.springframework.ai.embedding
Modifier and TypeInterfaceDescriptioninterface
EmbeddingClient is a generic interface for embedding clients.Modifier and TypeClassDescriptionclass
Abstract implementation of theEmbeddingClient
interface that provides dimensions calculation caching. -
Uses of ModelClient in org.springframework.ai.huggingface
Modifier and TypeClassDescriptionclass
An implementation ofChatClient
that interfaces with HuggingFace Inference Endpoints for text generation. -
Uses of ModelClient in org.springframework.ai.image
-
Uses of ModelClient in org.springframework.ai.mistralai
-
Uses of ModelClient in org.springframework.ai.ollama
Modifier and TypeClassDescriptionclass
ChatClient
implementation for Ollama.class
EmbeddingClient
implementation for Ollama. -
Uses of ModelClient in org.springframework.ai.openai
Modifier and TypeClassDescriptionclass
OpenAI audio transcription client implementation for backed byOpenAiAudioApi
.class
class
Open AI Embedding Client implementation.class
OpenAiImageClient is a class that implements the ImageClient interface. -
Uses of ModelClient in org.springframework.ai.postgresml
-
Uses of ModelClient in org.springframework.ai.stabilityai
Modifier and TypeClassDescriptionclass
StabilityAiImageClient is a class that implements the ImageClient interface. -
Uses of ModelClient in org.springframework.ai.transformers
Modifier and TypeClassDescriptionclass
https://www.sbert.net/index.html https://www.sbert.net/docs/pretrained_models.html -
Uses of ModelClient in org.springframework.ai.vertexai.gemini
-
Uses of ModelClient in org.springframework.ai.vertexai.palm2
Modifier and TypeClassDescriptionclass
class