---
sidebar_label: Anthropic
---

# ChatAnthropic

LangChain supports Anthropic's Claude family of chat models. You can initialize an instance like this:

import CodeBlock from "@theme/CodeBlock";
import Anthropic from "@examples/models/chat/integration_anthropic.ts";

<CodeBlock language="typescript">{Anthropic}</CodeBlock>