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.azure.openai
Modifier and TypeClassDescriptionclass
The configuration information for a chat completions request.class
The configuration information for the embedding requests. -
Uses of ModelOptions in org.springframework.ai.bedrock.anthropic
-
Uses of ModelOptions in org.springframework.ai.bedrock.cohere
Modifier and TypeClassDescriptionclass
class
-
Uses of ModelOptions in org.springframework.ai.bedrock.llama2
-
Uses of ModelOptions in org.springframework.ai.bedrock.titan
-
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.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.ollama.api
Modifier and TypeClassDescriptionclass
Helper class for creating strongly-typed Ollama options. -
Uses of ModelOptions in org.springframework.ai.openai
Modifier and TypeClassDescriptionclass
class
class
class
OpenAI Image API options. -
Uses of ModelOptions in org.springframework.ai.openai.audio.transcription
ModifierConstructorDescriptionAudioTranscriptionPrompt
(org.springframework.core.io.Resource audioResource, ModelOptions modelOptions) -
Uses of ModelOptions in org.springframework.ai.postgresml
-
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.gemini
-
Uses of ModelOptions in org.springframework.ai.vertexai.palm2