Uses of Class
dev.langchain4j.model.anthropic.internal.client.AnthropicClient
Packages that use AnthropicClient
-
Uses of AnthropicClient in dev.langchain4j.model.anthropic.internal.client
Classes in dev.langchain4j.model.anthropic.internal.client with type parameters of type AnthropicClientModifier and TypeClassDescriptionstatic classAnthropicClient.Builder<T extends AnthropicClient, B extends AnthropicClient.Builder<T,B>> Builder class for constructingAnthropicClientinstances.Subclasses of AnthropicClient in dev.langchain4j.model.anthropic.internal.clientModifier and TypeClassDescriptionclassDefault implementation ofAnthropicClientthat provides methods to interact with the Anthropic API for creating messages, counting tokens, and listing models.