Skip to content

Commit 931db0f

Browse files
daniel-lxshannesrudolph
authored andcommitted
revert: restore original roo.ts from main branch
1 parent 8f0d65f commit 931db0f

File tree

1 file changed

+7
-9
lines changed
  • packages/types/src/providers

1 file changed

+7
-9
lines changed

packages/types/src/providers/roo.ts

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,13 @@ export const rooModels = {
5252
"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.",
5353
},
5454
"roo/sonic": {
55-
contextWindow: 200000,
55+
maxTokens: 16_384,
56+
contextWindow: 262_144,
57+
supportsImages: false,
5658
supportsPromptCache: true,
57-
supportsImages: true,
58-
supportsComputerUse: true,
59-
inputPrice: 3.0,
60-
outputPrice: 15.0,
61-
cacheWritesPrice: 3.75,
62-
cacheReadsPrice: 0.3,
59+
inputPrice: 0,
60+
outputPrice: 0,
6361
description:
64-
"Roo Sonic is a blazing-fast model optimized for coding tasks, offering 200K context, prompt caching, and vision capabilities.",
62+
"A stealth reasoning model that is blazing fast and excels at agentic coding, accessible for free through Roo Code Cloud for a limited time. (Note: prompts and completions are logged by the model creator and used to improve the model.)",
6563
},
66-
} as const satisfies Record<RooModelId, ModelInfo>
64+
} as const satisfies Record<string, ModelInfo>

0 commit comments

Comments
 (0)