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
-
Uses of ModelOptions in org.springframework.ai.azure.openai
Modifier and TypeClassDescriptionclass
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
-
Uses of ModelOptions in org.springframework.ai.bedrock.cohere
Modifier and TypeClassDescriptionclass
class
-
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
-
Uses of ModelOptions in org.springframework.ai.bedrock.titan
Modifier and TypeClassDescriptionclass
class
-
Uses of ModelOptions in org.springframework.ai.chat.prompt
Modifier and TypeInterfaceDescriptioninterface
The ChatOptions represent the common options, 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
-
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 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
-
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.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
class
class
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.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
-
Uses of ModelOptions in org.springframework.ai.vertexai.gemini
-
Uses of ModelOptions in org.springframework.ai.vertexai.palm2
-
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.