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/faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Roo Code can help with a variety of coding tasks, including:
53
53
The Roo Code Extension is free and [open-source](https://github.com/RooCodeInc/Roo-Code/).
54
54
The Roo Code Cloud platform is also free, but some functionality is paid.
55
55
56
-
In both cases, Roo Code relies on external LLM inference providers (like [Anthropic](providers/anthropic), [OpenAI](providers/openai), [OpenRouter](providers/openrouter), [Requesty](providers/requesty), etc.) for its AI capabilities. We also offer [our own provider](/roo-code-provider/overview) as an alternative.
56
+
In both cases, Roo Code relies on external LLM inference providers (like [Anthropic](providers/anthropic), [OpenAI](providers/openai), [OpenRouter](providers/openrouter), [Requesty](providers/requesty), etc.) for its AI capabilities. We also offer [Roo Code Router](/roo-code-router/overview) as an alternative.
57
57
These providers typically charge for API usage based on the number of tokens processed. You will need to create an account and obtain an API key from your chosen provider. Learn more [about providers and how to set them up](/providers/) for details.
58
58
59
59
### What are the risks of using Roo Code?
@@ -80,7 +80,7 @@ See the [full list here](/providers/).
80
80
81
81
Each API provider has its own process for obtaining an API key. See the [Setting Up Your First AI Provider](/getting-started/connecting-api-provider) for links to the relevant documentation for each provider.
82
82
83
-
If you use the [Roo Code Cloud Provider](/roo-code-provider/overview), you don't need an API key.
83
+
If you use the [Roo Code Router](/roo-code-router/overview), you don't need an API key.
84
84
85
85
### Can I use Roo Code with local models?
86
86
Yes, Roo Code supports running models locally using [Ollama](/providers/ollama) and [LM Studio](/providers/lmstudio). See [Using Local Models](/advanced-usage/local-models) for instructions.
Copy file name to clipboardExpand all lines: docs/getting-started/connecting-api-provider.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Roo Code needs an inference provider to access the LLM models that make it work.
18
18
19
19
A great model to start is **Claude Sonnet 4.5**, which offers a lot of power at a reasonable price point. To get it going, choose a provider:
20
20
21
-
-**Roo Code Cloud Provider (Recommended):** the easiest way to access multiple providers tested with Roo Code. No API needed. To get started, just choose Roo Code Cloud as a provider and follow instructions. [Learn more about it](/roo-code-provider/overview).
21
+
-**Roo Code Router (Recommended):** the easiest way to access multiple providers tested with Roo Code. No API needed. To get started, just choose Roo Code Router as a provider and follow instructions. [Learn more about it](/roo-code-router/overview).
22
22
23
23
-**OpenRouter:** Provides access to multiple AI models from different labs through a single API key. Great for flexibility and getting started reasonably fast. To get an API key, [follow these instructions <LucideIconname="ArrowRight" />](/providers/openrouter#getting-an-api-key)
24
24
@@ -38,7 +38,7 @@ You can choose other models, but that introduces complexity. Different models va
38
38
39
39
1. Open the Roo Code panel by clicking the Roo Code icon (<KangarooIcon />) in the VS Code Activity Bar
40
40
2. In the welcome screen, choose your LLM provider.
41
-
3. If you choose the Roo Code Cloud provider, just connect your account and choose `anthropic/claude-sonnet-4-5` from the dropdown. You're set.
41
+
3. If you choose the Roo Code Router, just connect your account and choose `anthropic/claude-sonnet-4-5` from the dropdown. You're set.
42
42
4. If you chose another provider, paste the API key you copied from it into the right field and continue
43
43
5. Select your model (it should be called `claude-sonnet-4-5` or `anthropic/claude-sonnet-4-5`) and complete the process.
Copy file name to clipboardExpand all lines: docs/providers/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ We regularly run evals for all supported models to see how they do against our s
33
33
34
34
Yeah, it's a lot.
35
35
36
-
-**Want it to JustWork™?** Go with the [Roo Code Cloud Provider](/roo-code-provider/overview) for a curated selection and the easiest setup with no API keys required
36
+
-**Want it to JustWork™?** Go with the [Roo Code Router](/roo-code-router/overview) for a curated selection and the easiest setup with no API keys required
37
37
-**Want access to many models?** Try [OpenRouter](/providers/openrouter) for a single API to 100+ models
38
38
-**Want to optimize for specific models?** Use the first part provider for each of them (Anthropic, OpenAI, etc)
39
-
-**Looking for local/offline models?** Check out [Ollama](/providers/ollama) or [LM Studio](/providers/lmstudio)
39
+
-**Looking for local/offline models?** Check out [Ollama](/providers/ollama) or [LM Studio](/providers/lmstudio)
description: The easiest way to get started with AI coding. Access premium models like grok-code-fast-1 and code-supernova for free with zero configuration.
4
4
keywords:
5
+
- roo code router
5
6
- roo code cloud
6
7
- roo provider
7
8
- free ai models
8
9
- easy setup
9
10
- no api key
10
11
---
11
12
12
-
# Roo Code Cloud Provider
13
+
# Roo Code Router
13
14
14
-
To make it as smooth as possible to use Roo Code, which depends on a provider service for LLM inference, we've built the Roo Code Cloud Provider.
15
+
To make it as smooth as possible to use Roo Code, which depends on a provider service for LLM inference, we've built the Roo Code Router.
15
16
16
17
There's no need for a separate subscription or managing API keys. It's fully integrated into our suite of products and easy to get started. It features:
17
18
@@ -20,4 +21,4 @@ There's no need for a separate subscription or managing API keys. It's fully int
20
21
- Paid models provided at cost, with no mark-up
21
22
- The same pre-paid credit mechanism you'll use for Roo Code Cloud Agents
22
23
23
-
[Learn more and how to get started <LucideIconname="ArrowRight" />](/roo-code-provider/overview)
24
+
[Learn more and how to get started <LucideIconname="ArrowRight" />](/roo-code-router/overview)
Copy file name to clipboardExpand all lines: docs/providers/xai.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,6 @@ Roo Code supports all Grok models available through xAI's API.
39
39
40
40
For the complete, up-to-date model list and capabilities, see [xAI's documentation](https://docs.x.ai/docs).
41
41
42
-
:::info Grok Code Fast - Free Access in Roo Code
43
-
`grok-code-fast-1` is available for **free** through the [Roo Code Cloud provider](/providers/roo-code-cloud) during the promotional period. When using the xAI provider directly in Roo Code, standard pricing will apply once established. This model was previously known as "roo/sonic" and has been renamed. For free access within Roo Code, use the Roo Code Cloud provider instead of the xAI provider.
44
-
:::
45
42
46
43
---
47
44
@@ -94,4 +91,4 @@ Prompt caching is available for select Grok models including `grok-code-fast-1`,
94
91
95
92
Pricing varies by model. Refer to the [xAI documentation](https://console.x.ai/) for current pricing information.
96
93
97
-
**Note:**`grok-code-fast-1` is available for free through the [Roo Code Cloud provider](/providers/roo-code-cloud) during the promotional period. Standard pricing will apply when using the xAI provider directly in Roo Code.
94
+
**Note:**`grok-code-fast-1` is available for free through [Roo Code Router](/providers/roo-code-router) during the promotional period. Standard pricing will apply when using the xAI provider directly in Roo Code.
Copy file name to clipboardExpand all lines: docs/roo-code-cloud/overview.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,14 +15,14 @@ keywords:
15
15
Roo Code Cloud transforms AI development with autonomous [Cloud Agents](./cloud-agents) that work independently in the cloud. Instead of just assisting you in your editor, these agents can plan, code, review, and fix issues autonomously, accessible directly from **GitHub PRs**, **Slack messages**, or the **web browser**.
16
16
17
17
It also augments the Roo Code VS Code extension capabilities by adding:
18
-
- Access to the [Roo Code Cloud Provider](/roo-code-provider/overview)
18
+
- Access to the [Roo Code Router](/roo-code-router/overview)
19
19
-[Task Sync](./task-sync) to access your entire task history in one place
20
20
-[Task sharing](./task-sharing) to access specific tasks with friends or co-workers
21
21
-[Roomote Control](./roomote-control) to start/stop and control tasks in the Extension while away from your computer
22
22
-[Token usage analytics](./analytics) to understand where your tokens and dollars are going
23
23
24
24
And, in the [Team plan](./team-plan), adds team-oriented features:
25
-
- Centralized LLM inference billing without managing API keys (with the [Roo Code Cloud Provider](/roo-code-provider/overview))
25
+
- Centralized LLM inference billing without managing API keys (with the [Roo Code Router](/roo-code-router/overview))
26
26
- Team-wide task history and token usage analytics
27
27
- Shared Cloud Agent team (with centralized billing)
28
28
- Centralized integration with Github and Slack (not one per user)
@@ -36,7 +36,7 @@ To use it, you'll need an account. You can:
36
36
-**[Directly sign up for a Roo Code account](https://app.roocode.com/sign-up)** and set up your agent team
37
37
- Or **[sign up for a Roo Code account from the VS Code extension](/roo-code-cloud/login)** to your account
38
38
39
-
If you chose the Roo Code Cloud Provider when signing up, you already have an account and only need to sign in.
39
+
If you chose the Roo Code Router when signing up, you already have an account and only need to sign in.
40
40
41
41
## Managing your account
42
42
@@ -52,4 +52,4 @@ You can manage all of your account settings (including cancellation) from the [w
52
52
-**My Settings:** to change settings specific to you or to cancel/delete your personal Roo Code cloud account (under "Open Profile").
53
53
-**Organization Settings:** to change [global settings](/roo-code-cloud/team-plan#capabilities) for your Team.
Copy file name to clipboardExpand all lines: docs/roo-code-cloud/team-plan.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ keywords:
14
14
The team plan is designed for teams to work together using the Roo Code suite, be it the Extension, Cloud or a combination of both.
15
15
16
16
It allows for:
17
-
- Centralized LLM inference billing without managing API keys (with the [Roo Code Cloud Provider](/roo-code-provider/overview))
17
+
- Centralized LLM inference billing without managing API keys (with [Roo Code Router](/roo-code-router/overview))
18
18
- Team-wide task history and token usage analytics
19
19
- Shared Cloud Agent team (with centralized billing)
20
20
- Centralized integration with Github and Slack (not one per user)
@@ -124,4 +124,4 @@ Additional Team plan functionality is available in:
124
124
- Task lists (in the Home and Agent pages, showing team-wide tasks)
125
125
126
126
127
-
We're constantly expanding and tweaking team-oriented functionality, so if you need something else, don't hesitate to get in touch via [support@roocode.com](mailto:support@roocode.com).
127
+
We're constantly expanding and tweaking team-oriented functionality, so if you need something else, don't hesitate to get in touch via [support@roocode.com](mailto:support@roocode.com).
0 commit comments