Uses of Interface
org.springframework.ai.chat.metadata.RateLimit
Packages that use RateLimit
Package
Description
-
Uses of RateLimit in org.springframework.ai.anthropic.metadata
Classes in org.springframework.ai.anthropic.metadata that implement RateLimit -
Uses of RateLimit in org.springframework.ai.chat.metadata
Classes in org.springframework.ai.chat.metadata that implement RateLimitModifier and TypeClassDescriptionclass
A RateLimit implementation that returns zero for all property gettersMethods in org.springframework.ai.chat.metadata that return RateLimitModifier and TypeMethodDescriptionChatResponseMetadata.getRateLimit()
Returns AI provider specific metadata on rate limits.Methods in org.springframework.ai.chat.metadata with parameters of type RateLimitModifier and TypeMethodDescriptionChatResponseMetadata.Builder.withRateLimit
(RateLimit rateLimit) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of RateLimit in org.springframework.ai.openai.metadata
Classes in org.springframework.ai.openai.metadata that implement RateLimit -
Uses of RateLimit in org.springframework.ai.openai.metadata.audio
Methods in org.springframework.ai.openai.metadata.audio that return RateLimitModifier and TypeMethodDescriptionOpenAiAudioSpeechResponseMetadata.getRateLimit()
OpenAiAudioTranscriptionResponseMetadata.getRateLimit()
Methods in org.springframework.ai.openai.metadata.audio with parameters of type RateLimitModifier and TypeMethodDescriptionOpenAiAudioSpeechResponseMetadata.withRateLimit
(RateLimit rateLimit) OpenAiAudioTranscriptionResponseMetadata.withRateLimit
(RateLimit rateLimit) Constructors in org.springframework.ai.openai.metadata.audio with parameters of type RateLimit -
Uses of RateLimit in org.springframework.ai.openai.metadata.support
Methods in org.springframework.ai.openai.metadata.support that return RateLimitModifier and TypeMethodDescriptionstatic RateLimit
OpenAiResponseHeaderExtractor.extractAiResponseHeaders
(org.springframework.http.ResponseEntity<?> response)
ChatResponseMetadata.Builder.rateLimit(RateLimit)
instead.