Uses of Interface
org.springframework.ai.model.ModelOptions
Packages that use 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
Classes in org.springframework.ai.azure.openai that implement ModelOptionsModifier 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
Classes in org.springframework.ai.bedrock.anthropic that implement ModelOptions -
Uses of ModelOptions in org.springframework.ai.bedrock.cohere
Classes in org.springframework.ai.bedrock.cohere that implement ModelOptions -
Uses of ModelOptions in org.springframework.ai.bedrock.llama2
Classes in org.springframework.ai.bedrock.llama2 that implement ModelOptions -
Uses of ModelOptions in org.springframework.ai.bedrock.titan
Classes in org.springframework.ai.bedrock.titan that implement ModelOptions -
Uses of ModelOptions in org.springframework.ai.chat.prompt
Subinterfaces of ModelOptions in org.springframework.ai.chat.promptModifier and TypeInterfaceDescriptioninterface
The ChatOptions represent the common options, portable across different chat models.Methods in org.springframework.ai.chat.prompt that return ModelOptions -
Uses of ModelOptions in org.springframework.ai.embedding
Subinterfaces of ModelOptions in org.springframework.ai.embeddingClasses in org.springframework.ai.embedding that implement ModelOptions -
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.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.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
class
class
OpenAI Image API options. -
Uses of ModelOptions in org.springframework.ai.postgresml
Classes in org.springframework.ai.postgresml that implement ModelOptions -
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.vertex
Classes in org.springframework.ai.vertex that implement ModelOptions