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

# Anthropic

> Anthropic is an AI research company known for its advanced language models, including the Claude series.

## Getting Started

To integrate Anthropic with your Rapida application, follow these steps:

## Supported Models

Anthropic offers several advanced language models that can be used with this integration. Here's a table of the supported models:

| Model Name                 | Series   | Description                                         |
| -------------------------- | -------- | --------------------------------------------------- |
| claude-opus-4-20250514     | Claude 4 | Latest Claude 4 model with advanced capabilities    |
| claude-sonnet-4-20250514   | Claude 4 | Sonnet version of Claude 4 for specific use cases   |
| claude-3-7-sonnet-20250219 | Claude 3 | Claude 3.7 Sonnet model with improved performance   |
| claude-3-5-haiku-20241022  | Claude 3 | Claude 3.5 Haiku model for lightweight applications |
| claude-3-5-sonnet-20241022 | Claude 3 | Claude 3.5 Sonnet model for balanced performance    |

These models offer various capabilities and performance levels. Choose the appropriate model based on your specific use case and requirements.

## Prerequisites

* Go to the Anthropic platform at [https://www.anthropic.com](https://www.anthropic.com).
* Sign up or log in to your Anthropic account.
* Navigate to the API section.
* Generate your API key.
* Copy the API key (make sure to save it securely, as it won't be shown again).

# Setting Up Provider Credentials

<Steps>
  <Step title="Access the Integrations Page">
    <img src="https://mintcdn.com/rapidaai/iFtJHOhZE0HHFT_Q/images/integration/providers/providers-and-models.png?fit=max&auto=format&n=iFtJHOhZE0HHFT_Q&q=85&s=1aa112ebaf44541a92bcac925df62cf8" alt="Integrations Page" width="3600" height="2024" data-path="images/integration/providers/providers-and-models.png" />

    Navigate to the "Integration > Models" page. Here you'll see a grid of various AI model providers including AWS Bedrock, Azure OpenAI, Anthropic, Cohere, OpenAI, and more.
  </Step>

  <Step title="Select a Provider">
    On the Integrations page, find the provider you want to set up credentials for. Each provider card shows a brief description and a "Connected" or "Setup Credential" button.

    Click the "Setup Credential" button for your chosen provider.
  </Step>

  <Step title="Create Provider Credential">
    <img src="https://mintcdn.com/rapidaai/NtIA4Env_3UWm8tk/images/integration/providers/anthropic_key.png?fit=max&auto=format&n=NtIA4Env_3UWm8tk&q=85&s=d7deaf45e27250aa2cd5e959fa0214bd" alt="Create Provider Credential" width="1232" height="696" data-path="images/integration/providers/anthropic_key.png" />

    A modal window will appear titled "Create provider credential". Follow these steps:

    1. Select Your Provider from the dropdown (if not already selected)
    2. Enter a Key Name: Assign a unique name to this provider key for easy identification
    3. Enter the Key: Input the actual API key or credential for the provider
    4. Click "Configure" to save the credential
  </Step>

  <Step title="Verify Credential Setup">
    After setting up the credential, you can verify it's been added:

    1. The provider card should now show "Connected"
    2. If you click on the provider, you'll see a "View provider credential" modal
    3. This modal displays the credential name, when it was last updated, and options to delete or close
  </Step>
</Steps>

Your provider credential is now set up and ready to use with the integration system.
