Skip to content

Commit 3889f6a

Browse files
committed
fix: remove deprecated 'roo/sonic' model from RooModelId and rooModels
1 parent 931db0f commit 3889f6a

File tree

1 file changed

+0
-11
lines changed
  • packages/types/src/providers

1 file changed

+0
-11
lines changed

packages/types/src/providers/roo.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export type RooModelId =
55
| "roo/code-supernova-1-million"
66
| "xai/grok-4-fast"
77
| "deepseek/deepseek-chat-v3.1"
8-
| "roo/sonic"
98

109
export const rooDefaultModelId: RooModelId = "xai/grok-code-fast-1"
1110

@@ -51,14 +50,4 @@ export const rooModels = {
5150
description:
5251
"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.",
5352
},
54-
"roo/sonic": {
55-
maxTokens: 16_384,
56-
contextWindow: 262_144,
57-
supportsImages: false,
58-
supportsPromptCache: true,
59-
inputPrice: 0,
60-
outputPrice: 0,
61-
description:
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.)",
63-
},
6453
} as const satisfies Record<string, ModelInfo>

0 commit comments

Comments
 (0)