> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getporter.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Anthropic Claude

> Guide on generating Anthropic API keys and using them in Porter AI.

***

## Access Anthropic Console

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/promm/images/ko/anthropic01.png" />
</Frame>

> Go to [https://console.anthropic.com](https://console.anthropic.com) and sign up or log in.

## Generate API Keys

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/promm/images/ko/anthropic02.png" />
</Frame>

> Click `Get API keys` and add credits (minimum \$5) to generate an API key.

<Note>
  Anthropic API is a paid service that charges based on token usage, deducting costs from your prepaid credits. The minimum credit purchase is \$5. For detailed pricing by model, see the [Pricing page](https://www.anthropic.com/pricing#api).
</Note>

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/promm/images/ko/anthropic03.png" />
</Frame>

<Tip>
  API keys can only be viewed immediately after generation, so be sure to store it securely. If you lose your API key, you can delete the existing key from the dashboard and generate a new one.
</Tip>

## Register API Key in Porter AI

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/promm/images/ko/anthropic04.png" />
</Frame>

> In `Settings > Models`, click the <Icon icon="gear" iconType="solid" size={15} color="9fa3a5" /> icon for Anthropic and enter your API key.

<Tip>
  Once you add your API key, Claude model usage will be charged to your Anthropic credits.
</Tip>

## Add Models

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/promm/images/ko/anthropic05.png" />
</Frame>

> Once you've registered an API key, you can add additional Anthropic models beyond the default ones. Simply provide a display name (shown in chats) and the official Anthropic model name.

<Tip>
  You can find the list of model names available via API on the [All models overview page](https://docs.anthropic.com/en/docs/about-claude/models/all-models). The highlighted section in the screenshot below shows the model name format.

  <Frame>
    <img className="block rounded-md" src="https://files.cloudtype.io/promm/images/ko/anthropic06.png" />
  </Frame>
</Tip>
