mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Merge pull request #431 from philipnext/support/deepseek-reasoner
add: deepseek-reasoner model support
This commit is contained in:
@@ -542,6 +542,15 @@ export const deepSeekModels = {
|
|||||||
outputPrice: 0.28, // $0.28 per million tokens
|
outputPrice: 0.28, // $0.28 per million tokens
|
||||||
description: `DeepSeek-V3 achieves a significant breakthrough in inference speed over previous models. It tops the leaderboard among open-source models and rivals the most advanced closed-source models globally.`,
|
description: `DeepSeek-V3 achieves a significant breakthrough in inference speed over previous models. It tops the leaderboard among open-source models and rivals the most advanced closed-source models globally.`,
|
||||||
},
|
},
|
||||||
|
"deepseek-reasoner": {
|
||||||
|
maxTokens: 8192,
|
||||||
|
contextWindow: 64_000,
|
||||||
|
supportsImages: false,
|
||||||
|
supportsPromptCache: false,
|
||||||
|
inputPrice: 0.55, // $0.55 per million tokens
|
||||||
|
outputPrice: 2.19, // $2.19 per million tokens
|
||||||
|
description: `DeepSeek-R1 achieves performance comparable to OpenAI-o1 across math, code, and reasoning tasks.`,
|
||||||
|
},
|
||||||
} as const satisfies Record<string, ModelInfo>
|
} as const satisfies Record<string, ModelInfo>
|
||||||
|
|
||||||
// Azure OpenAI
|
// Azure OpenAI
|
||||||
|
|||||||
Reference in New Issue
Block a user