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/getting-started/connecting-api-provider.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ sidebar_label: Connecting To A Provider
4
4
5
5
# Connecting Your First AI Provider
6
6
7
-
To get started, you'll need to connect Roo Code to an AI model provider. We recommend starting with one of these options, which all offer access to Anthropic's powerful **Claude 3.5 Sonnet** model:
7
+
To get started, you'll need to connect Roo Code to an AI model provider. We recommend starting with one of these options, which all offer access to Anthropic's powerful **Claude 3.7 Sonnet** model:
8
8
9
-
1.**OpenRouter (Recommended):** A platform that provides access to multiple AI models, including Claude 3.5 Sonnet. This is often the easiest option for getting started.
9
+
1.**OpenRouter (Recommended):** A platform that provides access to multiple AI models, including Claude 3.7 Sonnet. This is often the easiest option for getting started.
10
10
11
11
2.**Anthropic:** Direct access to Claude models from Anthropic. Requires applying for API access, and may be rate limited depending on your tier.
12
12
@@ -55,7 +55,7 @@ If you prefer to use a specific LLM provider directly, that is always an option.
55
55
3.**Enter your API Key:** Paste your API key into the "API Key" field.
56
56
57
57
4.**Select your Model:**
58
-
* If you're using **OpenRouter**, select `anthropic/claude-3.5-sonnet:beta`.
59
-
* If you're using **Anthropic**, select `claude-3-5-sonnet-20241022`.
58
+
* If you're using **OpenRouter**, select `anthropic/claude-3.7-sonnet`.
59
+
* If you're using **Anthropic**, select `claude-3-7-sonnet-20250219`.
60
60
61
-
5.**Click "Let's go!":** Roo Code will save your settings, and you'll be ready to start coding!
61
+
5.**Click "Let's go!":** Roo Code will save your settings, and you'll be ready to start coding!
0 commit comments