Claude (Anthropic) partner package for LangChain.
Anthropic (Claude) chat models.
See the LangChain docs for ChatAnthropic
for tutorials, feature walkthroughs, and examples.
See the Claude Platform docs for a list of the latest models, their capabilities, and pricing.
Anthropic text completion large language model (legacy LLM).
To use, you should have the environment variable ANTHROPIC_API_KEY
set with your API key, or pass it as a named parameter to the constructor.
Anthropic LLM wrapper. Chat models are in chat_models.py.
Experimental tool-calling support for Anthropic chat models.
Output parsers for Anthropic tool calls.
Anthropic chat models.
Middleware for Anthropic models.
Model profile data. All edits should be made in profile_augmentations.toml.