Uses of Interface
org.springframework.ai.model.ResponseMetadata
Package
Description
Provides a set of interfaces and classes for a generic API designed to interact with
various AI models.
-
Uses of ResponseMetadata in org.springframework.ai.audio.transcription
Modifier and TypeClassDescriptionclass
Metadata associated with an audio transcription response. -
Uses of ResponseMetadata in org.springframework.ai.azure.openai.metadata
Modifier and TypeClassDescriptionclass
Audio transcription metadata implementation for AzureOpenAI.class
Represents metadata associated with an image response from the Azure OpenAI image model. -
Uses of ResponseMetadata in org.springframework.ai.chat.metadata
Modifier and TypeClassDescriptionclass
Models common AI provider metadata returned in an AI response. -
Uses of ResponseMetadata in org.springframework.ai.embedding
Modifier and TypeClassDescriptionclass
Common AI provider metadata returned in an embedding response. -
Uses of ResponseMetadata in org.springframework.ai.image
Modifier and TypeClassDescriptionclass
Represents metadata associated with an image response. -
Uses of ResponseMetadata in org.springframework.ai.model
Modifier and TypeMethodDescriptionModelResponse.getMetadata()
Retrieves the response metadata associated with the AI model's response. -
Uses of ResponseMetadata in org.springframework.ai.moderation
Modifier and TypeClassDescriptionclass
Defines the metadata associated with a moderation response, extending a base response interface. -
Uses of ResponseMetadata in org.springframework.ai.openai.metadata.audio
Modifier and TypeClassDescriptionclass
Audio speech metadata implementation for OpenAI.class
Audio transcription metadata implementation for OpenAI.