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/credits/overview.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,12 @@ Model pricing can be found in the [provider page](https://roocode.com/provider)
34
34
35
35
We don't include prices here just to make sure they're always up-to-date.
36
36
37
+
## How do I get free credits or free minutes or free tokens?
38
+
39
+
When you sign up for a Roo Code Cloud account, you'll be given a number of "Free Minutes" to try the product out (you'll see a cute <LucideIcon name="Gift" style={{ width: 14, position: "relative", top: 4}} /> icon). Those free minutes cover both the [Cloud Agent](/roo-code-cloud/cloud-agents) run time _and_ inference via the Roo Code Cloud provider (both of which normally cost credits). Those can't be used in the extension – they're there for you to try the magic of Cloud Agents.
40
+
41
+
If you want free inference in the extension, choose a free model (or another provider which may offer it to you for free).
Copy file name to clipboardExpand all lines: docs/faq.md
+16-23Lines changed: 16 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,18 +23,18 @@ This page answers some common questions about Roo Code.
23
23
24
24
### What is Roo Code?
25
25
26
-
Roo Code is an AI-powered autonomous coding agent that lives in your editor.
26
+
Roo Code is an AI-powered suite of coding products designed to take full advantage of the most advanced large-language models.
27
27
28
28
### How does Roo Code work?
29
29
30
30
Roo Code uses large language models (LLMs) to understand your requests and translate them into actions. It can:
31
31
32
-
*Read and write files in your project.
33
-
*Execute commands in your VS Code terminal.
34
-
*Perform web browsing (if enabled).
35
-
*Use external tools via the Model Context Protocol (MCP).
32
+
-Read and write files in your project
33
+
-Execute shell commands
34
+
-Perform web browsing (if enabled)
35
+
-Use external tools via the Model Context Protocol (MCP)
36
36
37
-
You interact with Roo Code through a chat interface, where you provide instructions and review/approve its proposed actions.
37
+
You interact with Roo Code through either a chat interface (in the Extension) or through different channels (in the Cloud).
38
38
39
39
### What can Roo Code do?
40
40
@@ -51,7 +51,11 @@ Roo Code can help with a variety of coding tasks, including:
51
51
52
52
### Is Roo Code free to use?
53
53
54
-
The Roo Code extension itself is free and open-source. However, Roo Code relies on external API providers (like [Anthropic](providers/anthropic), [OpenAI](providers/openai), [OpenRouter](providers/openrouter), [Requesty](providers/requesty), etc.) for its AI capabilities. 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. See [Setting Up Your First AI Provider](getting-started/connecting-api-provider) for details.
54
+
The Roo Code Extension is free and [open-source](https://github.com/RooCodeInc/Roo-Code/).
55
+
The Roo Code Cloud platform is also free, but some functionality is paid.
56
+
57
+
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.
58
+
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.
55
59
56
60
### What are the risks of using Roo Code?
57
61
@@ -71,31 +75,20 @@ See the [Installation Guide](/getting-started/installing) for detailed instructi
71
75
72
76
### Which API providers are supported?
73
77
74
-
Roo Code supports a wide range of API providers, including:
75
-
*[Anthropic (Claude)](/providers/anthropic)
76
-
*[OpenAI](/providers/openai)
77
-
*[OpenRouter](/providers/openrouter)
78
-
*[Google Gemini](/providers/gemini)
79
-
*[Glama](/providers/glama)
80
-
*[AWS Bedrock](/providers/bedrock)
81
-
*[GCP Vertex AI](/providers/vertex)
82
-
*[Ollama](/providers/ollama)
83
-
*[LM Studio](/providers/lmstudio)
84
-
*[DeepSeek](/providers/deepseek)
85
-
*[Mistral](/providers/mistral)
86
-
*[Unbound](/providers/unbound)
87
-
*[Requesty](/providers/requesty)
88
-
*[VS Code Language Model API](/providers/vscode-lm)
78
+
See the [full list here](/providers/).
89
79
90
80
### How do I get an API key?
81
+
91
82
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.
92
83
84
+
If you use the [Roo Code Cloud Provider](/roo-code-provider/overview), you don't need an API key.
85
+
93
86
### Can I use Roo Code with local models?
94
87
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.
95
88
96
89
---
97
90
98
-
## Usage
91
+
## Extension Usage
99
92
100
93
### How do I start a new task?
101
94
Open the Roo Code panel (<KangarooIcon />) and type your task in the chat box. Be clear and specific about what you want Roo Code to do. See [Typing Your Requests](/basic-usage/typing-your-requests) for best practices.
Copy file name to clipboardExpand all lines: docs/index.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ image: /img/social-share.jpg
14
14
15
15
# Roo Code Docs
16
16
17
-
Roo Code is an AI-coding suite of products designed to take full advantage of the most advanced large-language models and change how you create software at a fundamental level. It's unapologetically powerful and customizable, and it costs more to run than the alternatives because it uses frontier models with actual file system access, terminal control, and multi-step workflows. If you want the best AI coding experience available, this is it.
17
+
Roo Code is an AI-coding suite of products designed to take full advantage of the most advanced large-language models and change how you create software at a fundamental level. It's unapologetically powerful and customizable, and it costs more to run than the alternatives because it uses frontier models with actual file system access, terminal control, and multi-step workflows.
18
+
19
+
Roo's approach is to trade tokens for quality. If you want the best and most effective AI coding experience available, this is it.
18
20
19
21
Roo Code is available in two ways:
20
22
-[<LucideIconname="Puzzle"style={{ width: "14px", position: "relative", top: 4 }} /> Roo Code VS Code Extension](/getting-started/installing) works locally in your VS Code IDE and gives you full control over your coding experience. It's great for deep or highly iterative solo development work. It's highly customizable and fits into your existing workflow.
Copy file name to clipboardExpand all lines: docs/providers/index.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,14 @@ Other tools are intinsically bound by design to a specific provider (like Claude
20
20
21
21
So we support connting to a wide range of model providers, giving you flexibility in how you access AI models. Some providers work with the VS Code extension, while others are available through Roo Code Cloud Agents.
22
22
23
+
Learn how to set up your provider in [the Roo Code VS Code extension here](/getting-started/connecting-api-provider).
24
+
23
25
## Provider Comparison
24
26
25
27
Here's every provider we support and where you can use them. Click for detailed instructions.
26
28
29
+
We regularly run evals for all supported models to see how they do against our standard test suite. [See the latest results here](https://roocode.com/evals).
30
+
27
31
<ProviderTable />
28
32
29
33
## Overwhelmed by choice?
@@ -33,4 +37,4 @@ Yeah, it's a lot.
33
37
-**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
34
38
-**Want access to many models?** Try [OpenRouter](/providers/openrouter) for a single API to 100+ models
35
39
-**Want to optimize for specific models?** Use the first part provider for each of them (Anthropic, OpenAI, etc)
36
-
-**Looking for local/offline models?** Check out [Ollama](/providers/ollama) or [LM Studio](/providers/lmstudio)
40
+
-**Looking for local/offline models?** Check out [Ollama](/providers/ollama) or [LM Studio](/providers/lmstudio)
Copy file name to clipboardExpand all lines: docs/roo-code-provider/overview.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,13 @@ best to check the privacy policy of the vendors themselves.
41
41
42
42
You can always find the current pricing [on our website](https://roocode.com/provider) or the Roo Code Cloud app, under ["Models"](https://app.roocode.com/models).
43
43
44
+
:::info Looking for free inference?
45
+
When you sign up for a Roo Code Cloud account, you'll be given a number of "Free Minutes" to try the product out (you'll see a cute gift box icon). Those free minutes cover both the [Cloud Agent](/roo-code-cloud/cloud-agents) run time _and_ inference via the Roo Code Cloud provider (which, as we established, cost credits). Those can't be used in the extension.
46
+
47
+
If you want free inference in the extension, choose a free model (or another provider which may offer it to you for free).
Copy file name to clipboardExpand all lines: docs/update-notes/index.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,14 @@ keywords:
12
12
image: /img/social-share.jpg
13
13
---
14
14
15
-
# Update Notes
15
+
# Extension Release Notes
16
+
17
+
See what's new in every release here.
18
+
19
+
We release often, sometimes multiple times per day, so make sure to always be on the latest to have access to the most recent bug fixes and improvements.
20
+
21
+
If you want to live on the edge and try things out before it's released, we have a [Nightly channel](https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-code-nightly).
0 commit comments