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
"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>
9
+
/**
10
+
* Empty models object maintained for type compatibility.
0 commit comments