# Use Anthropic Models

Use Anthropic models through Anthropic API in your pipelines.

***

You can use Anthropic's embedding and ranking models as well as LLMs. For a full list of supported models, see [Anthropic documentation](https://docs.anthropic.com/en/docs/about-claude/models).

## Prerequisites

You need an active Anthropic API key to use Anthropic's models. 

## Use Anthropic Models

First, connect <ProductName /> to Anthropic through the Integrations page. You can set up the connection for a single workspace or for the whole organization:
<AddIntegration />

Then, add a component that uses an Anthropic model to your pipeline. Here are the available components:

- [AnthropicChatGenerator](/docs/reference/pipeline-components/legacy-components/AnthropicChatGenerator.mdx)
- [AnthropicGenerator](/docs/reference/pipeline-components/legacy-components/AnthropicGenerator.mdx)
- [AnthropicVertexChatGenerator](/docs/reference/pipeline-components/integrations/google-vertex/AnthropicVertexChatGenerator.mdx)

This is where you pass the model in these components in Pipeline Builder: 

<ClickableImage
  src="/img/how-tos/anthropic-components.png"
  alt="The component cards of components using Anthropic models with the model parameter highlighted."
  size="standard"
/>
