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
The Roo Code VS Code extension and Roo Code Cloud Agents are highly capable, sophisticated coding agents. While they carry a lot of functionality on their own, they depend on LLM providers to offer the inference needed to complete tasks.
18
+
19
+
Other tools are intinsically bound by design to a specific provider (like Claude Code → Anthropic Models or Codex → OpenAI models), forcing you to stick with them irrespective of how the landscape changes (which happens fast). Roo on the other hand is **model-agnostic**, allowing you to choose the model that best fits your needs, according to your budget, skill profile, codebase and more.
20
+
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
+
23
+
## Provider Comparison
24
+
25
+
Here's every provider we support and where you can use them. Click for detailed instructions.
26
+
27
+
<ProviderTable />
28
+
29
+
## Overwhelmed by choice?
30
+
31
+
Yeah, it's a lot.
32
+
33
+
-**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
+
-**Want access to many models?** Try [OpenRouter](/providers/openrouter) for a single API to 100+ models
35
+
-**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)
Copy file name to clipboardExpand all lines: docs/providers/roo-code-cloud.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ image: /img/social-share.jpg
18
18
19
19
Roo Code Cloud removes the complexity of setting up AI providers. Forget about API keys, credit cards, and complex configuration. Just sign in and start coding with premium models for **FREE**.
20
20
21
+
[Learn more about the provider here.](/roo-code-provider/overview)
22
+
21
23
## Why Choose Roo Code Cloud?
22
24
23
25
-**Zero Configuration**: No API keys to manage. Just sign in with GitHub, Google, or email.
Copy file name to clipboardExpand all lines: docs/roo-code-provider/overview.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
@@ -11,9 +11,9 @@ image: /img/social-share.jpg
11
11
# Roo Code Cloud Provider Overview
12
12
13
13
14
-
This is our very own model provider, optimized to work seamlessly with Roo Code Cloud.
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
15
16
-
You don't have to use it to use Roo Code, but it's the easiest way to do it, since it only needs your Roo Code Cloud account and offers a selection of models we tested and approved to work with Roo Code.:
16
+
You don't have to use our provider to use Roo Code (you can choose from dozens), but it's the easiest way to do it, since it only needs your Roo Code Cloud account and offers a selection of models we tested and approved to work with Roo Code.:
17
17
- State of the art models from the top frontier labs (including Anthropic, OpenAI, Google, xAi, etc)
18
18
- Tested open weight models from upcoming labs (Moonshot AI, MiniMax, GLM, etc)
0 commit comments