You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/providers/anthropic.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ Anthropic is an AI safety and research company that builds reliable, interpretab
7
7
## Getting an API Key
8
8
9
9
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").
12
12
4.**Copy the Key:****Important:** Copy the API key *immediately*. You will not be able to see it again. Store it securely.
13
13
14
14
## Supported Models
@@ -20,19 +20,19 @@ Roo Code supports the following Anthropic Claude models:
20
20
*`claude-3-opus-20240229`
21
21
*`claude-3-haiku-20240307`
22
22
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.
24
24
25
25
## Configuration in Roo Code
26
26
27
27
1.**Open Roo Code Settings:** Click the gear icon (<Codiconname="gear" />) in the Roo Code panel.
28
28
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.
32
32
33
33
## Tips and Notes
34
34
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.
36
36
***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.
37
37
***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