Uses of Interface
org.springframework.ai.model.ResponseMetadata
Packages that use 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
Classes in org.springframework.ai.audio.transcription that implement ResponseMetadataModifier and TypeClassDescriptionclass
Metadata associated with an audio transcription response. -
Uses of ResponseMetadata in org.springframework.ai.azure.openai.metadata
Classes in org.springframework.ai.azure.openai.metadata that implement ResponseMetadataModifier 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
Classes in org.springframework.ai.chat.metadata that implement ResponseMetadataModifier and TypeClassDescriptionclass
Models common AI provider metadata returned in an AI response. -
Uses of ResponseMetadata in org.springframework.ai.embedding
Classes in org.springframework.ai.embedding that implement ResponseMetadataModifier and TypeClassDescriptionclass
Common AI provider metadata returned in an embedding response. -
Uses of ResponseMetadata in org.springframework.ai.image
Classes in org.springframework.ai.image that implement ResponseMetadataModifier and TypeClassDescriptionclass
Represents metadata associated with an image response. -
Uses of ResponseMetadata in org.springframework.ai.model
Classes in org.springframework.ai.model that implement ResponseMetadataMethods in org.springframework.ai.model that return ResponseMetadataModifier and TypeMethodDescriptionModelResponse.getMetadata()
Retrieves the response metadata associated with the AI model's response. -
Uses of ResponseMetadata in org.springframework.ai.moderation
Classes in org.springframework.ai.moderation that implement ResponseMetadataModifier 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
Classes in org.springframework.ai.openai.metadata.audio that implement ResponseMetadataModifier and TypeClassDescriptionclass
Audio speech metadata implementation for OpenAI.class
Audio transcription metadata implementation for OpenAI.