Uses of Interface
org.springframework.ai.model.ResponseMetadata
Packages that use ResponseMetadata
Package
Description
Provides the API for embedding observations.
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 TypeClassDescriptionclassMetadata associated with an audio transcription response. -
Uses of ResponseMetadata in org.springframework.ai.audio.tts
Classes in org.springframework.ai.audio.tts that implement ResponseMetadataModifier and TypeClassDescriptionclassMetadata 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 TypeClassDescriptionclassAudio transcription metadata implementation for AzureOpenAI.classRepresents 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 TypeClassDescriptionclassModels 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 TypeClassDescriptionclassCommon 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 TypeClassDescriptionclassRepresents 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 TypeClassDescriptionclassDefines 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 TypeClassDescriptionclassAudio speech metadata implementation for OpenAI.classAudio transcription metadata implementation for OpenAI. -
Uses of ResponseMetadata in org.springframework.ai.openaisdk.metadata
Classes in org.springframework.ai.openaisdk.metadata that implement ResponseMetadataModifier and TypeClassDescriptionclassAudio speech metadata implementation for OpenAI using the OpenAI Java SDK.classRepresents the metadata for image response using the OpenAI Java SDK.