Package org.springframework.ai.model
Interface ModelOptions
- All Known Subinterfaces:
ChatOptions
,EmbeddingOptions
,ImageOptions
- All Known Implementing Classes:
AnthropicChatOptions
,AzureOpenAiChatOptions
,AzureOpenAiEmbeddingOptions
,BedrockCohereChatOptions
,BedrockCohereEmbeddingOptions
,BedrockLlama2ChatOptions
,BedrockTitanChatOptions
,EmbeddingOptions.EmptyEmbeddingOptions
,FunctionCallingOptionsBuilder.PortableFunctionCallingOptions
,MistralAiChatOptions
,MistralAiEmbeddingOptions
,OllamaOptions
,OpenAiAudioTranscriptionOptions
,OpenAiChatOptions
,OpenAiEmbeddingOptions
,OpenAiImageOptions
,PostgresMlEmbeddingOptions
,StabilityAiImageOptions
,VertexAiGeminiChatOptions
,VertexAiPaLm2ChatOptions
public interface ModelOptions
Interface representing the customizable options for AI model interactions. This marker
interface allows for the specification of various settings and parameters that can
influence the behavior and output of AI models. It is designed to provide flexibility
and adaptability in different AI scenarios, ensuring that the AI models can be
fine-tuned according to specific requirements.
- Since:
- 0.8.0
- Author:
- Mark Pollack