Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

AI_METADATA_STRING - Static variable in class org.springframework.ai.azure.openai.metadata.AzureOpenAiAudioTranscriptionResponseMetadata
 
avgLogprob() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the avgLogprob record component.
AzureOpenAiAudioTranscriptionModel - Class in org.springframework.ai.azure.openai
AzureOpenAI audio transcription client implementation for backed by OpenAIClient.
AzureOpenAiAudioTranscriptionModel(OpenAIClient, AzureOpenAiAudioTranscriptionOptions) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionModel
 
AzureOpenAiAudioTranscriptionOptions - Class in org.springframework.ai.azure.openai
Options for audio transcription using Azure Open AI.
AzureOpenAiAudioTranscriptionOptions() - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
AzureOpenAiAudioTranscriptionOptions.Builder - Class in org.springframework.ai.azure.openai
 
AzureOpenAiAudioTranscriptionOptions.GranularityType - Enum Class in org.springframework.ai.azure.openai
 
AzureOpenAiAudioTranscriptionOptions.StructuredResponse - Record Class in org.springframework.ai.azure.openai
Structured response of the transcribed audio.
AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment - Record Class in org.springframework.ai.azure.openai
Segment of the transcribed text and its corresponding details.
AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word - Record Class in org.springframework.ai.azure.openai
Extracted word and it's corresponding timestamps.
AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat - Enum Class in org.springframework.ai.azure.openai
 
AzureOpenAiAudioTranscriptionOptions.WhisperModel - Enum Class in org.springframework.ai.azure.openai
 
AzureOpenAiAudioTranscriptionResponseMetadata - Class in org.springframework.ai.azure.openai.metadata
Audio transcription metadata implementation for AzureOpenAI.
AzureOpenAiAudioTranscriptionResponseMetadata() - Constructor for class org.springframework.ai.azure.openai.metadata.AzureOpenAiAudioTranscriptionResponseMetadata
 
AzureOpenAiChatModel - Class in org.springframework.ai.azure.openai
ChatModel implementation for Microsoft Azure AI backed by OpenAIClient.
AzureOpenAiChatModel(OpenAIClientBuilder) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatModel
Deprecated.
AzureOpenAiChatModel(OpenAIClientBuilder, AzureOpenAiChatOptions) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatModel
Deprecated.
AzureOpenAiChatModel(OpenAIClientBuilder, AzureOpenAiChatOptions, FunctionCallbackResolver) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatModel
Deprecated.
AzureOpenAiChatModel(OpenAIClientBuilder, AzureOpenAiChatOptions, FunctionCallbackResolver, List<FunctionCallback>) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatModel
Deprecated.
AzureOpenAiChatModel(OpenAIClientBuilder, AzureOpenAiChatOptions, FunctionCallbackResolver, List<FunctionCallback>, ObservationRegistry) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatModel
Deprecated.
AzureOpenAiChatModel(OpenAIClientBuilder, AzureOpenAiChatOptions, ToolCallingManager, ObservationRegistry) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
AzureOpenAiChatModel.Builder - Class in org.springframework.ai.azure.openai
Builder to construct AzureOpenAiChatModel.
AzureOpenAiChatOptions - Class in org.springframework.ai.azure.openai
The configuration information for a chat completions request.
AzureOpenAiChatOptions() - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
AzureOpenAiChatOptions.Builder - Class in org.springframework.ai.azure.openai
 
AzureOpenAiEmbeddingModel - Class in org.springframework.ai.azure.openai
Azure Open AI Embedding Model implementation.
AzureOpenAiEmbeddingModel(OpenAIClient) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
 
AzureOpenAiEmbeddingModel(OpenAIClient, MetadataMode) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
 
AzureOpenAiEmbeddingModel(OpenAIClient, MetadataMode, AzureOpenAiEmbeddingOptions) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
 
AzureOpenAiEmbeddingModel(OpenAIClient, MetadataMode, AzureOpenAiEmbeddingOptions, ObservationRegistry) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
 
AzureOpenAiEmbeddingOptions - Class in org.springframework.ai.azure.openai
The configuration information for the embedding requests.
AzureOpenAiEmbeddingOptions() - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
AzureOpenAiEmbeddingOptions.Builder - Class in org.springframework.ai.azure.openai
 
AzureOpenAiImageGenerationMetadata - Class in org.springframework.ai.azure.openai.metadata
Represents the metadata for image generation using Azure OpenAI.
AzureOpenAiImageGenerationMetadata(String) - Constructor for class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageGenerationMetadata
 
AzureOpenAiImageModel - Class in org.springframework.ai.azure.openai
ImageModel implementation for Microsoft Azure AI backed by OpenAIClient.
AzureOpenAiImageModel(OpenAIClient) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiImageModel
 
AzureOpenAiImageModel(OpenAIClient, AzureOpenAiImageOptions) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiImageModel
 
AzureOpenAiImageOptions - Class in org.springframework.ai.azure.openai
The configuration information for a image generation request.
AzureOpenAiImageOptions() - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
AzureOpenAiImageOptions.Builder - Class in org.springframework.ai.azure.openai
 
AzureOpenAiImageOptions.ImageModel - Enum Class in org.springframework.ai.azure.openai
 
AzureOpenAiImageResponseMetadata - Class in org.springframework.ai.azure.openai.metadata
Represents metadata associated with an image response from the Azure OpenAI image model.
AzureOpenAiImageResponseMetadata(Long) - Constructor for class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageResponseMetadata
 
AzureOpenAiResponseFormat - Enum Class in org.springframework.ai.azure.openai
Utility enumeration for representing the response format that may be requested from the Azure OpenAI model.
AzureOpenAiRuntimeHints - Class in org.springframework.ai.azure.openai.aot
RuntimeHintsRegistrar for Azure OpenAI.
AzureOpenAiRuntimeHints() - Constructor for class org.springframework.ai.azure.openai.aot.AzureOpenAiRuntimeHints
 

B

build() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
build() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel.Builder
 
build() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
build() - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
build() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 
builder() - Static method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
builder() - Static method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
builder() - Static method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
builder() - Static method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
builder() - Static method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
Builder() - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
Builder() - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
Builder(AzureOpenAiAudioTranscriptionOptions) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
Builder(AzureOpenAiChatOptions) - Constructor for class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 

C

call(AudioTranscriptionPrompt) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionModel
 
call(Prompt) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
call(EmbeddingRequest) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
 
call(ImagePrompt) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageModel
 
call(Resource) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionModel
 
compressionRatio() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the compressionRatio record component.
copy() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 

D

DALL_E_2 - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.ImageModel
The previous DALL·E model released in Nov 2022.
DALL_E_3 - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.ImageModel
The latest DALL·E model released in Nov 2023.
DEFAULT_AUDIO_TRANSCRIPTION_MODEL - Static variable in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
DEFAULT_IMAGE_MODEL - Static variable in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
defaultOptions(AzureOpenAiChatOptions) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel.Builder
 
deploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
deploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
deploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
deploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 
dimensions(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
duration() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Returns the value of the duration record component.

E

embed(Document) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
 
emptyChatCompletions() - Static method in class org.springframework.ai.azure.openai.MergeUtils
 
end() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the end record component.
end() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
Returns the value of the end record component.
enhancements(AzureChatEnhancementConfiguration) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
equals(Object) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
equals(Object) - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
equals(Object) - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageGenerationMetadata
 
equals(Object) - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageResponseMetadata
 

F

frequencyPenalty(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
from(ChatCompletions, PromptMetadata) - Static method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
from(ChatCompletions, PromptMetadata, CompletionsUsage) - Static method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
from(ChatCompletions, PromptMetadata, Usage) - Static method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
from(EmbeddingsOptions) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
from(ImageGenerations) - Static method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageResponseMetadata
 
from(String) - Static method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiAudioTranscriptionResponseMetadata
 
from(AzureOpenAiAudioTranscriptionOptions.StructuredResponse) - Static method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiAudioTranscriptionResponseMetadata
 
from(AzureOpenAiEmbeddingOptions) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
from(ChatResponse, Usage) - Static method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
fromOptions(AzureOpenAiChatOptions) - Static method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
function(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
Deprecated.
functionCallbackResolver(FunctionCallbackResolver) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel.Builder
Deprecated.
functionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
Deprecated.
functions(Set<String>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
Deprecated.

G

getCreated() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageResponseMetadata
 
getDefaultOptions() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
getDefaultOptions() - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
 
getDefaultOptions() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageModel
 
getDeploymentName() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
getDeploymentName() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getDeploymentName() - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
getDeploymentName() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getDimensions() - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
getEnhancements() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getFrequencyPenalty() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getFunctionCallbacks() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
Deprecated.
getFunctions() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
Deprecated.
getGranularityType() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
getHeight() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getInputType() - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
getLanguage() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
getLogitBias() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getMaxTokens() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getModel() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
getModel() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getModel() - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
getModel() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getN() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getN() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getPresencePenalty() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getPrompt() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
getProxyToolCalls() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
Deprecated.
getQuality() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getResponseFormat() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
getResponseFormat() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getResponseFormat() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getResponseType() - Method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
getRevisedPrompt() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageGenerationMetadata
 
getSeed() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getSize() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getStop() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getStopSequences() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getStreamOptions() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getStyle() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getTemperature() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
getTemperature() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getToolCallbacks() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getToolContext() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getToolNames() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getTopK() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getTopLogProbs() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getTopP() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getUser() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
getUser() - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
getUser() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
getValue() - Method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.GranularityType
 
getValue() - Method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
getValue() - Method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.WhisperModel
 
getValue() - Method in enum class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.ImageModel
 
getWidth() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
granularityType(List<AzureOpenAiAudioTranscriptionOptions.GranularityType>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 

H

hashCode() - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
hashCode() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
Returns a hash code value for this object.
hashCode() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
hashCode() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageGenerationMetadata
 
hashCode() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageResponseMetadata
 
height(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 

I

id() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the id record component.
inputType(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
internalCall(Prompt, ChatResponse) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
internalStream(Prompt, ChatResponse) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
internalToolExecutionEnabled(Boolean) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
isInternalToolExecutionEnabled() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
isLogprobs() - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 

J

JSON - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
JSON - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiResponseFormat
 

L

language() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Returns the value of the language record component.
language(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
logitBias(Map<String, Integer>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
logprobs(Boolean) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 

M

maxTokens(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
merge(EmbeddingOptions) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
mergeChatCompletions(ChatCompletions, ChatCompletions) - Static method in class org.springframework.ai.azure.openai.MergeUtils
Merge two ChatCompletions instances into a single ChatCompletions instance.
MergeUtils - Class in org.springframework.ai.azure.openai
Utility class for merging ChatCompletions instances and their associated objects.
model(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
model(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 

N

N(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
N(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 
noSpeechProb() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the noSpeechProb record component.
NULL - Static variable in class org.springframework.ai.azure.openai.metadata.AzureOpenAiAudioTranscriptionResponseMetadata
 

O

observationRegistry(ObservationRegistry) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel.Builder
 
openAIClientBuilder(OpenAIClientBuilder) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel.Builder
 
options - Variable in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
options - Variable in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
org.springframework.ai.azure.openai - package org.springframework.ai.azure.openai
 
org.springframework.ai.azure.openai.aot - package org.springframework.ai.azure.openai.aot
 
org.springframework.ai.azure.openai.metadata - package org.springframework.ai.azure.openai.metadata
 

P

presencePenalty(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
prompt(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
proxyToolCalls(Boolean) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
Deprecated.

R

registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.ai.azure.openai.aot.AzureOpenAiRuntimeHints
 
responseFormat(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 
responseFormat(AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
responseFormat(AzureOpenAiResponseFormat) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
responseType - Variable in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 

S

seed(Long) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
seek() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the seek record component.
Segment(Integer, Integer, Float, Float, String, List<Integer>, Float, Float, Float, Float) - Constructor for record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Creates an instance of a Segment record class.
SEGMENT - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.GranularityType
 
segments() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Returns the value of the segments record component.
setDeploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
setDeploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setDeploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
setDeploymentName(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setDimensions(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
setEnhancements(AzureChatEnhancementConfiguration) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setFrequencyPenalty(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
Deprecated.
setFunctions(Set<String>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setGranularityType(List<AzureOpenAiAudioTranscriptionOptions.GranularityType>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
setHeight(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setInputType(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
setInternalToolExecutionEnabled(Boolean) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setLanguage(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
setLogitBias(Map<String, Integer>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setLogprobs(Boolean) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setMaxTokens(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setModel(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
setModel(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setModel(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
setModel(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setN(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setN(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setObservationConvention(ChatModelObservationConvention) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
Use the provided convention for reporting observation data
setObservationConvention(EmbeddingModelObservationConvention) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingModel
Use the provided convention for reporting observation data
setPresencePenalty(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setPrompt(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
setProxyToolCalls(Boolean) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
Deprecated.
setQuality(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setResponseFormat(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setResponseFormat(AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
setResponseFormat(AzureOpenAiResponseFormat) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setSeed(Long) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setSize(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setStop(List<String>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setStopSequences(List<String>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setStreamOptions(ChatCompletionStreamOptions) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setStyle(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setTemperature(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setTemperature(Float) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions
 
setToolCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setToolContext(Map<String, Object>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setToolNames(Set<String>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setTopLogProbs(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setTopP(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setUser(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions
 
setUser(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
setUser(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
setWidth(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
SRT - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
start() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the start record component.
start() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
Returns the value of the start record component.
stop(List<String>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
stream(Prompt) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel
 
streamOptions(ChatCompletionStreamOptions) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
StructuredResponse(String, Float, String, List<AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word>, List<AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment>) - Constructor for record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Creates an instance of a StructuredResponse record class.
style(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 

T

temperature() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the temperature record component.
temperature(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
temperature(Float) - Method in class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.Builder
 
text() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the text record component.
text() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Returns the value of the text record component.
TEXT - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
TEXT - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiResponseFormat
 
toAzureOptions(List<String>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions
 
tokens() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns the value of the tokens record component.
toolCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
toolCallbacks(FunctionCallback...) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
toolCallingManager(ToolCallingManager) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel.Builder
 
toolContext(Map<String, Object>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
toolFunctionCallbacks(List<FunctionCallback>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatModel.Builder
Deprecated.
toolNames(String...) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
toolNames(Set<String>) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
topLogprobs(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
topP(Double) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
toString() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Segment
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
Returns a string representation of this record class.
toString() - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions
 
toString() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiAudioTranscriptionResponseMetadata
 
toString() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageGenerationMetadata
 
toString() - Method in class org.springframework.ai.azure.openai.metadata.AzureOpenAiImageResponseMetadata
 

U

user(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
 
user(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiEmbeddingOptions.Builder
 
user(String) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 

V

value - Variable in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.GranularityType
 
value - Variable in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
value - Variable in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.WhisperModel
 
valueOf(String) - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.GranularityType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.WhisperModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.ImageModel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiResponseFormat
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.GranularityType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.WhisperModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.ImageModel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.ai.azure.openai.AzureOpenAiResponseFormat
Returns an array containing the constants of this enum class, in the order they are declared.
VERBOSE_JSON - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 
VTT - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.TranscriptResponseFormat
 

W

WHISPER - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.WhisperModel
 
width(Integer) - Method in class org.springframework.ai.azure.openai.AzureOpenAiImageOptions.Builder
 
word() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
Returns the value of the word record component.
Word(String, Float, Float) - Constructor for record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse.Word
Creates an instance of a Word record class.
WORD - Enum constant in enum class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.GranularityType
 
words() - Method in record class org.springframework.ai.azure.openai.AzureOpenAiAudioTranscriptionOptions.StructuredResponse
Returns the value of the words record component.
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values