Uses of Interface
org.springframework.ai.model.ModelOptions
Package
Description
Provides a set of interfaces and classes for a generic API designed to interact with
various AI models.
-
Uses of ModelOptions in org.springframework.ai.anthropic
Modifier and TypeClassDescriptionclass
The options to be used when sending a chat request to the Anthropic API. -
Uses of ModelOptions in org.springframework.ai.audio.transcription
Modifier and TypeInterfaceDescriptioninterface
Options for audio transcription. -
Uses of ModelOptions in org.springframework.ai.azure.openai
Modifier and TypeClassDescriptionclass
Options for audio transcription using Azure Open AI.class
The configuration information for a chat completions request.class
The configuration information for the embedding requests.class
The configuration information for a image generation request. -
Uses of ModelOptions in org.springframework.ai.bedrock.anthropic
-
Uses of ModelOptions in org.springframework.ai.bedrock.anthropic3
Modifier and TypeClassDescriptionclass
Options for the Anthropic 3 chat API. -
Uses of ModelOptions in org.springframework.ai.bedrock.cohere
Modifier and TypeClassDescriptionclass
Options for the Bedrock Cohere chat API.class
Options for the Bedrock Cohere embedding API. -
Uses of ModelOptions in org.springframework.ai.bedrock.converse.api
Modifier and TypeMethodDescriptionstatic software.amazon.awssdk.core.document.Document
ConverseApiUtils.getChatOptionsAdditionalModelRequestFields
(ChatOptions defaultOptions, ModelOptions promptOptions) -
Uses of ModelOptions in org.springframework.ai.bedrock.jurassic2
Modifier and TypeClassDescriptionclass
Request body for the /complete endpoint of the Jurassic-2 API. -
Uses of ModelOptions in org.springframework.ai.bedrock.llama
Modifier and TypeClassDescriptionclass
Options for the Bedrock Llama Chat API. -
Uses of ModelOptions in org.springframework.ai.bedrock.titan
Modifier and TypeClassDescriptionclass
Options for the Titan Chat API.class
Options for the Titan Embedding API. -
Uses of ModelOptions in org.springframework.ai.chat.prompt
Modifier and TypeInterfaceDescriptioninterface
ModelOptions
representing the common options that are portable across different chat models. -
Uses of ModelOptions in org.springframework.ai.embedding
-
Uses of ModelOptions in org.springframework.ai.image
Modifier and TypeInterfaceDescriptioninterface
ImageOptions represent the common options, portable across different image generation models. -
Uses of ModelOptions in org.springframework.ai.minimax
Modifier and TypeClassDescriptionclass
MiniMaxChatOptions represents the options for performing chat completion using the MiniMax API.class
This class represents the options for MiniMax embedding. -
Uses of ModelOptions in org.springframework.ai.mistralai
Modifier and TypeClassDescriptionclass
Options for the Mistral AI Chat API.class
Options for the Mistral AI Embedding API. -
Uses of ModelOptions in org.springframework.ai.model
Modifier and TypeMethodDescriptionModelRequest.getOptions()
Retrieves the customizable options for AI model interactions. -
Uses of ModelOptions in org.springframework.ai.model.function
Modifier and TypeInterfaceDescriptioninterface
FunctionCallingOptions is a set of options that can be used to configure the function calling behavior of the ChatModel.Modifier and TypeClassDescriptionstatic class
-
Uses of ModelOptions in org.springframework.ai.moderation
Modifier and TypeInterfaceDescriptioninterface
Represents the options for moderation. -
Uses of ModelOptions in org.springframework.ai.moonshot
Modifier and TypeClassDescriptionclass
Options for Moonshot chat completions. -
Uses of ModelOptions in org.springframework.ai.oci
Modifier and TypeClassDescriptionclass
The configuration information for OCI embedding requests -
Uses of ModelOptions in org.springframework.ai.oci.cohere
Modifier and TypeClassDescriptionclass
The configuration information for OCI chat requests -
Uses of ModelOptions in org.springframework.ai.ollama.api
Modifier and TypeClassDescriptionclass
Helper class for creating strongly-typed Ollama options. -
Uses of ModelOptions in org.springframework.ai.openai
Modifier and TypeClassDescriptionclass
Options for OpenAI text to audio - speech synthesis.class
OpenAI Audio Transcription Options.class
Options for the OpenAI Chat API.class
OpenAI Embedding Options.class
OpenAI Image API options.class
OpenAI Moderation API options. -
Uses of ModelOptions in org.springframework.ai.openai.audio.speech
-
Uses of ModelOptions in org.springframework.ai.postgresml
-
Uses of ModelOptions in org.springframework.ai.qianfan
Modifier and TypeClassDescriptionclass
QianFanChatOptions represents the options for performing chat completion using the QianFan API.class
This class represents the options for QianFan embedding.final class
QianFan Image API options. -
Uses of ModelOptions in org.springframework.ai.stabilityai.api
Modifier and TypeClassDescriptionclass
StabilityAiImageOptions is an interface that extends ImageOptions. -
Uses of ModelOptions in org.springframework.ai.vertexai.embedding.multimodal
Modifier and TypeClassDescriptionclass
Class representing the options for Vertex AI Multimodal Embedding. -
Uses of ModelOptions in org.springframework.ai.vertexai.embedding.text
Modifier and TypeClassDescriptionclass
Options for the Vertex AI Text Embedding service. -
Uses of ModelOptions in org.springframework.ai.vertexai.gemini
Modifier and TypeClassDescriptionclass
Options for the Vertex AI Gemini Chat API. -
Uses of ModelOptions in org.springframework.ai.watsonx
Modifier and TypeClassDescriptionclass
Helper class for creating watsonx.ai options.class
The configuration information for the embedding requests. -
Uses of ModelOptions in org.springframework.ai.zhipuai
Modifier and TypeClassDescriptionclass
ZhiPuAiChatOptions represents the options for the ZhiPuAiChat model.class
The ZhiPuAiEmbeddingOptions class represents the options for ZhiPuAI embedding.class
ZhiPuAiImageOptions represents the options for image generation using ZhiPuAI image model.