Skip to content

Commit 9a78abf

Browse files
authored
Update anthropic.md
1 parent 898ede1 commit 9a78abf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/providers/anthropic.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Anthropic is an AI safety and research company that builds reliable, interpretab
77
## Getting an API Key
88

99
1. **Sign Up/Sign In:** Go to the [Anthropic Console](https://console.anthropic.com/). Create an account or sign in.
10-
2. **Navigate to API Keys:** Find the API keys section in your account settings. The exact location might vary, but it's typically in a "Developer" or "API" section.
11-
3. **Create a Key:** Click "Create Key" (or similar). Give your key a descriptive name (e.g., "Roo Code").
10+
2. **Navigate to API Keys:** Go to the [API keys](https://console.anthropic.com/settings/keys) section.
11+
3. **Create a Key:** Click "Create Key". Give your key a descriptive name (e.g., "Roo Code").
1212
4. **Copy the Key:** **Important:** Copy the API key *immediately*. You will not be able to see it again. Store it securely.
1313

1414
## Supported Models
@@ -20,19 +20,19 @@ Roo Code supports the following Anthropic Claude models:
2020
* `claude-3-opus-20240229`
2121
* `claude-3-haiku-20240307`
2222

23-
See [Anthropic's Model Documentation](https://docs.anthropic.com/claude/docs/models-overview) for more details on each model's capabilities.
23+
See [Anthropic's Model Documentation](https://docs.anthropic.com/en/docs/about-claude/models) for more details on each model's capabilities.
2424

2525
## Configuration in Roo Code
2626

2727
1. **Open Roo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Roo Code panel.
2828
2. **Select Provider:** Choose "Anthropic" from the "API Provider" dropdown.
29-
3. **Enter API Key:** Paste your Anthropic API key into the "API Key" field.
30-
4. **Select Model:** Choose your desired Claude model from the "Model ID" dropdown.
31-
5. **(Optional) Custom Base URL:** If you need to use a custom base URL for the Anthropic API, check "Use custom base URL" and enter the URL. Leave this blank for most users.
29+
3. **Enter API Key:** Paste your Anthropic API key into the "Anthropic API Key" field.
30+
4. **Select Model:** Choose your desired Claude model from the "Model" dropdown.
31+
5. **(Optional) Custom Base URL:** If you need to use a custom base URL for the Anthropic API, check "Use custom base URL" and enter the URL. Most people won't need to adjust this.
3232

3333
## Tips and Notes
3434

35-
* **Prompt Caching:** Claude 3 models support [prompt caching](https://docs.anthropic.com/claude/docs/prompt-caching), which can significantly reduce costs and latency for repeated prompts.
35+
* **Prompt Caching:** Claude 3 models support [prompt caching](https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching), which can significantly reduce costs and latency for repeated prompts.
3636
* **Context Window:** Claude models have large context windows (200,000 tokens), allowing you to include a significant amount of code and context in your prompts.
3737
* **Pricing:** Refer to the [Anthropic Pricing](https://www.anthropic.com/pricing) page for the latest pricing information.
38-
* **Rate Limits:** Anthropic has strict rate limits based on [usage tiers](https://docs.anthropic.com/en/api/rate-limits#requirements-to-advance-tier). If you're repeatedly hitting rate limits, consider contacting Anthropic sales or accessing Claude through a different provider like [OpenRouter](/providers/openrouter).
38+
* **Rate Limits:** Anthropic has strict rate limits based on [usage tiers](https://docs.anthropic.com/en/api/rate-limits#requirements-to-advance-tier). If you're repeatedly hitting rate limits, consider contacting Anthropic sales or accessing Claude through a different provider like [OpenRouter](/providers/openrouter).

0 commit comments

Comments
 (0)