Package dev.langchain4j.model.anthropic
package dev.langchain4j.model.anthropic
-
ClassDescriptionA
BatchChatModelfor the Anthropic Message Batches API, which processes multiple chat requests asynchronously at 50% of the standard per-token price.Result of Anthropic's (beta) cache diagnostics comparison for a single request, surfaced viaAnthropicChatResponseMetadata.cacheDiagnostics().Represents an Anthropic language model with a Messages (chat) API.See more details here.Anthropic-specificChatRequestParametersthat can be set per request (i.e., perChatRequest), overriding the values configured on theAnthropicChatModel/AnthropicStreamingChatModelbuilder.Anthropic implementation ofModelCatalog.Represents a result from an Anthropic server-executed tool (e.g., web_search, code_execution).Anthropic-managed Agent Skills that let Claude generate real downloadable documents by running pre-built skills inside the code execution container.Represents an Anthropic language model with a Messages (chat) API.