Uses of Interface
org.springframework.ai.model.ModelOptions
Packages that use ModelOptions
Package
Description
Provides the API for embedding observations.
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
Classes in org.springframework.ai.anthropic that implement ModelOptionsModifier 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
Subinterfaces of ModelOptions in org.springframework.ai.audio.transcriptionModifier and TypeInterfaceDescriptioninterface
Options for audio transcription. -
Uses of ModelOptions in org.springframework.ai.azure.openai
Classes in org.springframework.ai.azure.openai that implement ModelOptionsModifier 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.cohere
Classes in org.springframework.ai.bedrock.cohere that implement ModelOptionsModifier and TypeClassDescriptionclass
Options for the Bedrock Cohere embedding API. -
Uses of ModelOptions in org.springframework.ai.bedrock.converse.api
Methods in org.springframework.ai.bedrock.converse.api with parameters of type ModelOptionsModifier and TypeMethodDescriptionstatic software.amazon.awssdk.core.document.Document
ConverseApiUtils.getChatOptionsAdditionalModelRequestFields
(ChatOptions defaultOptions, ModelOptions promptOptions) -
Uses of ModelOptions in org.springframework.ai.bedrock.titan
Classes in org.springframework.ai.bedrock.titan that implement ModelOptionsModifier and TypeClassDescriptionclass
Options for the Titan Embedding API. -
Uses of ModelOptions in org.springframework.ai.chat.prompt
Subinterfaces of ModelOptions in org.springframework.ai.chat.promptModifier and TypeInterfaceDescriptioninterface
ModelOptions
representing the common options that are portable across different chat models.Classes in org.springframework.ai.chat.prompt that implement ModelOptions -
Uses of ModelOptions in org.springframework.ai.embedding
Subinterfaces of ModelOptions in org.springframework.ai.embedding -
Uses of ModelOptions in org.springframework.ai.image
Subinterfaces of ModelOptions in org.springframework.ai.imageModifier and TypeInterfaceDescriptioninterface
ImageOptions represent the common options, portable across different image generation models. -
Uses of ModelOptions in org.springframework.ai.minimax
Classes in org.springframework.ai.minimax that implement ModelOptionsModifier 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
Classes in org.springframework.ai.mistralai that implement ModelOptionsModifier 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
Methods in org.springframework.ai.model that return ModelOptionsModifier and TypeMethodDescriptionModelRequest.getOptions()
Retrieves the customizable options for AI model interactions. -
Uses of ModelOptions in org.springframework.ai.model.function
Subinterfaces of ModelOptions in org.springframework.ai.model.functionClasses in org.springframework.ai.model.function that implement ModelOptions -
Uses of ModelOptions in org.springframework.ai.model.tool
Subinterfaces of ModelOptions in org.springframework.ai.model.toolModifier and TypeInterfaceDescriptioninterface
A set of options that can be used to configure the interaction with a chat model, including tool calling.Classes in org.springframework.ai.model.tool that implement ModelOptions -
Uses of ModelOptions in org.springframework.ai.moderation
Subinterfaces of ModelOptions in org.springframework.ai.moderationModifier and TypeInterfaceDescriptioninterface
Represents the options for moderation. -
Uses of ModelOptions in org.springframework.ai.moonshot
Classes in org.springframework.ai.moonshot that implement ModelOptionsModifier and TypeClassDescriptionclass
Options for Moonshot chat completions. -
Uses of ModelOptions in org.springframework.ai.oci
Classes in org.springframework.ai.oci that implement ModelOptionsModifier and TypeClassDescriptionclass
The configuration information for OCI embedding requests -
Uses of ModelOptions in org.springframework.ai.oci.cohere
Classes in org.springframework.ai.oci.cohere that implement ModelOptionsModifier and TypeClassDescriptionclass
The configuration information for OCI chat requests. -
Uses of ModelOptions in org.springframework.ai.ollama.api
Classes in org.springframework.ai.ollama.api that implement ModelOptionsModifier and TypeClassDescriptionclass
Helper class for creating strongly-typed Ollama options. -
Uses of ModelOptions in org.springframework.ai.openai
Classes in org.springframework.ai.openai that implement ModelOptionsModifier 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
Methods in org.springframework.ai.openai.audio.speech that return ModelOptions -
Uses of ModelOptions in org.springframework.ai.postgresml
Classes in org.springframework.ai.postgresml that implement ModelOptions -
Uses of ModelOptions in org.springframework.ai.qianfan
Classes in org.springframework.ai.qianfan that implement ModelOptionsModifier 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
Classes in org.springframework.ai.stabilityai.api that implement ModelOptionsModifier and TypeClassDescriptionclass
StabilityAiImageOptions is an interface that extends ImageOptions. -
Uses of ModelOptions in org.springframework.ai.vertexai.embedding.multimodal
Classes in org.springframework.ai.vertexai.embedding.multimodal that implement ModelOptionsModifier and TypeClassDescriptionclass
Class representing the options for Vertex AI Multimodal Embedding. -
Uses of ModelOptions in org.springframework.ai.vertexai.embedding.text
Classes in org.springframework.ai.vertexai.embedding.text that implement ModelOptionsModifier and TypeClassDescriptionclass
Options for the Vertex AI Text Embedding service. -
Uses of ModelOptions in org.springframework.ai.vertexai.gemini
Classes in org.springframework.ai.vertexai.gemini that implement ModelOptionsModifier and TypeClassDescriptionclass
Options for the Vertex AI Gemini Chat API. -
Uses of ModelOptions in org.springframework.ai.watsonx
Classes in org.springframework.ai.watsonx that implement ModelOptionsModifier 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
Classes in org.springframework.ai.zhipuai that implement ModelOptionsModifier 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.
ToolCallingChatOptions
.