Skip to content

Commit 88c576a

Browse files
committed
revert: restore original roo.ts from main branch
1 parent 92bec72 commit 88c576a

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
@@ -7,15 +7,13 @@ export const rooDefaultModelId: RooModelId = "roo/sonic"
77

88
export const rooModels = {
99
"roo/sonic": {
10-
contextWindow: 200000,
10+
maxTokens: 16_384,
11+
contextWindow: 262_144,
12+
supportsImages: false,
1113
supportsPromptCache: true,
12-
supportsImages: true,
13-
supportsComputerUse: true,
14-
inputPrice: 3.0,
15-
outputPrice: 15.0,
16-
cacheWritesPrice: 3.75,
17-
cacheReadsPrice: 0.3,
14+
inputPrice: 0,
15+
outputPrice: 0,
1816
description:
19-
"Roo Sonic is a blazing-fast model optimized for coding tasks, offering 200K context, prompt caching, and vision capabilities.",
17+
"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.)",
2018
},
21-
} as const satisfies Record<RooModelId, ModelInfo>
19+
} as const satisfies Record<string, ModelInfo>

0 commit comments

Comments
 (0)