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
See [Anthropic's Model Documentation](https://docs.anthropic.com/en/docs/about-claude/models) for more details on each model's capabilities.
35
+
## Available Models
36
+
37
+
Roo Code supports all Claude models available through Anthropic's API.
38
+
39
+
For the complete, up-to-date model list and capabilities, see [Anthropic's model documentation](https://docs.anthropic.com/en/docs/about-claude/models).
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.
50
+
## Available Models
51
+
52
+
Roo Code supports all foundation models available through Amazon Bedrock.
53
+
54
+
For the complete, up-to-date model list with IDs and capabilities, see [AWS Bedrock's supported models documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html).
55
+
56
+
**Important:** Use the *model ID* (e.g., `anthropic.claude-sonnet-4-5-20250929-v1:0`) when configuring Roo Code, not the model name.
Copy file name to clipboardExpand all lines: docs/providers/chutes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,11 @@ To use Chutes AI with Roo Code, obtain an API key from the [Chutes AI platform](
27
27
28
28
---
29
29
30
-
## Supported Models
30
+
## Available Models
31
31
32
-
Roo Code will attempt to fetch the list of available models from the Chutes AI API. The specific models available will depend on Chutes AI's current offerings.
32
+
Roo Code automatically fetches all available models from Chutes AI's API.
33
33
34
-
Always refer to the official Chutes AI documentation or your dashboard for the most up-to-date list of supported models.
34
+
For the complete, up-to-date model list, see [Chutes AI's platform](https://chutes.ai/) or your account dashboard.
Copy file name to clipboardExpand all lines: docs/providers/claude-code.md
+3-26Lines changed: 3 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,21 +42,6 @@ If this environment variable is set on your system, the `claude` tool may use it
42
42
43
43
---
44
44
45
-
## Key Features
46
-
-**Direct CLI Access**: Uses Anthropic's official Claude CLI tool for model interactions.
47
-
-**Advanced Reasoning**: Full support for Claude's thinking mode and reasoning capabilities.
48
-
-**Cost Transparency**: Shows exact usage costs as reported by the CLI.
49
-
-**Flexible Configuration**: Works with your existing Claude CLI setup.
50
-
51
-
---
52
-
53
-
## Why Use This Provider
54
-
55
-
-**No API Keys**: Uses your existing Claude CLI authentication.
56
-
-**Cost Benefits**: Leverage CLI subscription rates and transparent cost reporting.
57
-
-**Latest Features**: Access new Claude capabilities as they're released in the CLI.
58
-
-**Advanced Reasoning**: Full support for Claude's thinking modes.
59
-
60
45
## How it Works
61
46
62
47
The Claude Code provider works by:
@@ -94,19 +79,11 @@ export CLAUDE_CODE_MAX_OUTPUT_TOKENS=32768 # Set to 32k tokens
94
79
95
80
---
96
81
97
-
## Supported Models
98
-
99
-
The Claude Code provider supports these Claude models:
100
-
101
-
-**Claude Opus 4.1** (Most capable)
102
-
-**Claude Opus 4**
103
-
-**Claude Sonnet 4** (Latest, recommended)
104
-
-**Claude 3.7 Sonnet**
105
-
-**Claude 3.5 Sonnet**
106
-
-**Claude 3.5 Haiku** (Fast responses)
82
+
## Available Models
107
83
108
-
The specific models available depend on your Claude CLI subscription and plan.
84
+
The Claude Code provider supports all Claude models available through the official CLI.
109
85
86
+
Model availability depends on your Claude CLI subscription and plan. See [Anthropic's CLI documentation](https://docs.anthropic.com/en/docs/claude-code/setup) for details.
Copy file name to clipboardExpand all lines: docs/providers/featherless.md
+4-33Lines changed: 4 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,26 +32,11 @@ Featherless AI provides access to high-performance open-source models including
32
32
33
33
---
34
34
35
-
## Supported Models
35
+
## Available Models
36
36
37
-
Roo Code supports the following Featherless models:
37
+
Roo Code automatically fetches all available models from Featherless AI's API.
38
38
39
-
*`deepseek-ai/DeepSeek-R1-0528` (Default) - DeepSeek R1 reasoning model with `<think>` tag support
40
-
*`deepseek-ai/DeepSeek-V3-0324` - DeepSeek V3 model
41
-
*`moonshotai/Kimi-K2-Instruct` - Kimi K2 instruction-following model
42
-
*`openai/gpt-oss-120b` - GPT-OSS 120B parameter model
43
-
*`Qwen/Qwen3-Coder-480B-A35B-Instruct` - Qwen3 specialized coding model
44
-
45
-
### Model Capabilities
46
-
47
-
All models support:
48
-
-**Context Window:**~32,678 tokens
49
-
-**Max Output:** 4,096 tokens
50
-
-**Pricing:** Free (no cost for input/output tokens)
51
-
52
-
:::info
53
-
**DeepSeek R1 Models:** The DeepSeek R1 models (like `DeepSeek-R1-0528`) include special reasoning capabilities with `<think>` tag support for step-by-step problem solving. These models automatically separate reasoning from regular output.
54
-
:::
39
+
For the complete, up-to-date model list, see [Featherless AI](https://featherless.ai).
55
40
56
41
---
57
42
@@ -60,18 +45,4 @@ All models support:
60
45
1.**Open Roo Code Settings:** Click the gear icon (<Codiconname="gear" />) in the Roo Code panel.
61
46
2.**Select Provider:** Choose "Featherless AI" from the "API Provider" dropdown.
62
47
3.**Enter API Key:** Paste your Featherless API key into the "Featherless API Key" field.
63
-
4.**Select Model:** Choose your desired model from the "Model" dropdown.
64
-
65
-
---
66
-
67
-
## Tips and Notes
68
-
69
-
***Free Tier:** All models are currently free with no usage costs, making Featherless ideal for experimentation and development.
70
-
***Model Selection:** Choose models based on your needs:
71
-
-**DeepSeek R1 models:** Best for complex reasoning and problem-solving tasks
72
-
-**DeepSeek V3:** General-purpose model for various tasks
73
-
-**Qwen3 Coder:** Optimized for code generation and programming tasks
74
-
-**Kimi K2:** Balanced instruction-following model
75
-
-**GPT-OSS:** Large general-purpose model
76
-
***OpenAI Compatibility:** Featherless uses an OpenAI-compatible API format for easy integration.
77
-
***Limitations:** No image support or prompt caching available on any model.
48
+
4.**Select Model:** Choose your desired model from the "Model" dropdown.
0 commit comments