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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import KangarooIcon from '@site/src/components/KangarooIcon';
15
15
16
16
# Connecting Your First AI Provider
17
17
18
-
Roo Code requires an API key from an AI model provider to function. We recommend these options for accessing the powerful **Claude 3.7 Sonnet** model:
18
+
Roo Code requires an API key from an AI model provider to function. We recommend these options for accessing the powerful **Claude Sonnet 4.5** model:
19
19
20
20
-**OpenRouter (Recommended):** Provides access to multiple AI models through a single API key. Ideal for getting started quickly with minimal setup. [View pricing](https://openrouter.ai/models?order=pricing-low-to-high).
21
21
-**Anthropic:** Direct access to Claude models. Requires API access approval and may have [rate limits depending on your tier](https://docs.anthropic.com/en/api/rate-limits#requirements-to-advance-tier). See [Anthropic's pricing page](https://www.anthropic.com/pricing#anthropic-api) for details.
@@ -86,11 +86,11 @@ Once you have your API key:
86
86
2. In the welcome screen, select your API provider from the dropdown
87
87
3. Paste your API key into the appropriate field
88
88
4. Select your model:
89
-
- For **OpenRouter**: select `anthropic/claude-3.7-sonnet` ([model details](https://openrouter.ai/anthropic/claude-3.7-sonnet))
90
-
- For **Anthropic**: select `claude-3-7-sonnet-20250219` ([model details](https://www.anthropic.com/pricing#anthropic-api))
89
+
- For **OpenRouter**: select `anthropic/claude-sonnet-4-5` ([model details](https://openrouter.ai/anthropic/claude-sonnet-4-5))
90
+
- For **Anthropic**: select `claude-sonnet-4-5` ([model details](https://www.anthropic.com/pricing#anthropic-api))
91
91
92
92
:::info Model Selection Advice
93
-
We strongly recommend **Claude 3.7 Sonnet** for the best experience—it generally "just works" out of the box. Roo Code has been extensively optimized for this model's capabilities and instruction-following behavior.
93
+
We strongly recommend **Claude Sonnet 4.5** for the best experience—it generally "just works" out of the box. Roo Code has been extensively optimized for this model's capabilities and instruction-following behavior.
94
94
95
95
Selecting alternative models is an advanced feature that introduces complexity. Different models vary significantly in how they follow tool instructions, parse formats, and maintain context through multi-step operations. If you do experiment with other models, choose ones specifically designed for structured reasoning and tool use.
@@ -88,6 +89,9 @@ Roo Code supports the following models through Bedrock (based on source code):
88
89
*`meta.llama3-1-8b-instruct-v1:0`
89
90
*`meta.llama3-70b-instruct-v1:0`
90
91
*`meta.llama3-8b-instruct-v1:0`
92
+
***OpenAI:**
93
+
*`openai.gpt-oss-20b-1:0`
94
+
*`openai.gpt-oss-120b-1:0`
91
95
92
96
Refer to the [Amazon Bedrock documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html) for the most up-to-date list of available models and their IDs. Make sure to use the *model ID* when configuring Roo Code, not the model name.
Copy file name to clipboardExpand all lines: docs/providers/gemini.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ Roo Code supports the main Gemini model families and automatically tracks Google
46
46
- Roo Code defaults to a stable Pro model where your provider supports it (today this is a Gemini 2.5 Pro variant; future releases may point at newer Pro models)
47
47
-**Gemini Flash family**
48
48
- Fast, lower-cost models for everyday tasks and quick iterations
Copy file name to clipboardExpand all lines: docs/providers/vertex.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Roo Code supports accessing models through Google Cloud Platform's Vertex AI, a
39
39
Roo Code supports the following models through Vertex AI:
40
40
41
41
### Default Model
42
-
If no model is specified, Roo Code defaults to `claude-sonnet-4@20250514`.
42
+
If no model is specified, Roo Code defaults to `claude-sonnet-4-5@20250929`.
43
43
44
44
### Google Gemini Models
45
45
@@ -68,9 +68,10 @@ Some Gemini models provide dedicated reasoning or "thinking" tokens:
68
68
Refer to the [Google Cloud Vertex AI models documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models) for up-to-date Gemini model IDs and capabilities.
69
69
70
70
### Anthropic Claude Models
71
+
*`claude-sonnet-4-5@20250929` (Default)
71
72
*`claude-opus-4-1@20250805`
72
73
*`claude-opus-4@20250514`
73
-
*`claude-sonnet-4@20250514` (Default)
74
+
*`claude-sonnet-4@20250514`
74
75
*`claude-3-7-sonnet@20250219`
75
76
*`claude-3-7-sonnet@20250219:thinking` - With reasoning support
76
77
*`claude-3-5-sonnet-v2@20241022`
@@ -80,7 +81,18 @@ Refer to the [Google Cloud Vertex AI models documentation](https://cloud.google.
80
81
*`claude-3-haiku@20240307`
81
82
82
83
### Other Models
83
-
*`llama-4-maverick-17b-128e-instruct-maas` - Meta Llama 4 model with 128K context window
84
+
85
+
#### MAAS (Model as a Service) Models
86
+
*`deepseek-r1-0528-maas`
87
+
*`deepseek-v3.1-maas`
88
+
*`gpt-oss-120b-maas`
89
+
*`gpt-oss-20b-maas`
90
+
*`qwen3-coder-480b-a35b-instruct-maas`
91
+
*`qwen3-235b-a22b-instruct-2507-maas`
92
+
*`llama-4-maverick-17b-128e-instruct-maas`
93
+
94
+
#### Gemini Models
95
+
*`gemini-2.5-flash-lite-preview-06-17`
84
96
85
97
Refer to the [Google Cloud documentation on Vertex AI Models](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models) for the most up-to-date list of available models and their IDs.
0 commit comments