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
- Update X/Twitter username from roo_code to roocode (thanks @app/roomote!)
25
+
- Update Configuring Profiles video link (thanks @app/roomote!)
26
+
- Fix link text for Roomote Control in README (thanks @laz-001!)
27
+
- Remove verbose error for cloud agents (thanks @cte!)
28
+
- Try 5s status mutation timeout (thanks @cte!)
29
+
3
30
## [3.28.18] - 2025-10-17
4
31
5
32
- Fix: Remove request content from UI messages to improve performance and reduce clutter (#5601 by @MuriloFP, #8594 by @multivac2x, #8690 by @hannesrudolph, PR by @mrubens)
"A reasoning model that is blazing fast and excels at agentic coding, accessible for free through Roo Code Cloud for a limited time. (Note: the free prompts and completions are logged by xAI and used to improve the model.)",
21
-
},
22
-
"roo/code-supernova-1-million": {
23
-
maxTokens: 30_000,
24
-
contextWindow: 1_000_000,
25
-
supportsImages: true,
26
-
supportsPromptCache: true,
27
-
inputPrice: 0,
28
-
outputPrice: 0,
29
-
description:
30
-
"A versatile agentic coding stealth model with a 1M token context window that supports image inputs, accessible for free through Roo Code Cloud for a limited time. (Note: the free prompts and completions are logged by the model provider and used to improve the model.)",
31
-
},
32
-
"xai/grok-4-fast": {
33
-
maxTokens: 30_000,
34
-
contextWindow: 2_000_000,
35
-
supportsImages: false,
36
-
supportsPromptCache: false,
37
-
inputPrice: 0,
38
-
outputPrice: 0,
39
-
description:
40
-
"Grok 4 Fast is xAI's latest multimodal model with SOTA cost-efficiency and a 2M token context window. (Note: prompts and completions are logged by xAI and used to improve the model.)",
41
-
deprecated: true,
42
-
},
43
-
"deepseek/deepseek-chat-v3.1": {
44
-
maxTokens: 16_384,
45
-
contextWindow: 163_840,
46
-
supportsImages: false,
47
-
supportsPromptCache: false,
48
-
inputPrice: 0,
49
-
outputPrice: 0,
50
-
description:
51
-
"DeepSeek-V3.1 is a large hybrid reasoning model (671B parameters, 37B active). It extends the DeepSeek-V3 base with a two-phase long-context training process, reaching up to 128K tokens, and uses FP8 microscaling for efficient inference.",
52
-
},
53
-
}asconstsatisfiesRecord<string,ModelInfo>
5
+
/**
6
+
* Roo Code Cloud is a dynamic provider - models are loaded from the /v1/models API endpoint.
7
+
* Default model ID used as fallback when no model is specified.
0 commit comments