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.
Example:
from langchain_anthropic import AnthropicLLM
model = AnthropicLLM(model="claude-sonnet-4-5")