Uses of Class
org.springframework.ai.anthropic.AnthropicChatModel
Packages that use AnthropicChatModel
Package
Description
Spring AI integration with Anthropic's Claude models using the official
Anthropic Java SDK.
-
Uses of AnthropicChatModel in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic that return AnthropicChatModelModifier and TypeMethodDescriptionAnthropicChatModel.Builder.build()Builds a newAnthropicChatModelinstance. -
Uses of AnthropicChatModel in org.springframework.ai.model.anthropic.autoconfigure
Methods in org.springframework.ai.model.anthropic.autoconfigure that return AnthropicChatModelModifier and TypeMethodDescriptionAnthropicChatAutoConfiguration.anthropicChatModel(AnthropicConnectionProperties connectionProperties, AnthropicChatProperties chatProperties, ToolCallingManager toolCallingManager, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<io.micrometer.core.instrument.MeterRegistry> meterRegistry, org.springframework.beans.factory.ObjectProvider<ChatModelObservationConvention> observationConvention, org.springframework.beans.factory.ObjectProvider<AnthropicHttpClientBuilderCustomizer> httpClientBuilderCustomizers)