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.azure.openai.metadata
Modifier and TypeClassDescriptionclass
ChatResponseMetadata
implementation for Microsoft Azure OpenAI Service. -
Uses of ResponseMetadata in org.springframework.ai.chat.metadata
Modifier and TypeInterfaceDescriptioninterface
Abstract Data Type (ADT) modeling common AI provider metadata returned in an AI response. -
Uses of ResponseMetadata in org.springframework.ai.embedding
-
Uses of ResponseMetadata in org.springframework.ai.image
-
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.openai.metadata
-
Uses of ResponseMetadata in org.springframework.ai.openai.metadata.audio
Modifier and TypeClassDescriptionclass
Audio transcription metadata implementation for OpenAI. -
Uses of ResponseMetadata in org.springframework.ai.vertexai.gemini.metadata