mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
(update): Add DeepSeek V3-2 Support for Baseten Provider (#9861)
Co-authored-by: AlexKer <AlexKer@users.noreply.github.com>
This commit is contained in:
parent
5c501600cd
commit
642a187030
1 changed files with 12 additions and 0 deletions
|
|
@ -73,6 +73,18 @@ export const basetenModels = {
|
|||
description:
|
||||
"Extremely capable general-purpose LLM with hybrid reasoning capabilities and advanced tool calling",
|
||||
},
|
||||
"deepseek-ai/DeepSeek-V3.2": {
|
||||
maxTokens: 131_072,
|
||||
contextWindow: 163_840,
|
||||
supportsImages: false,
|
||||
supportsPromptCache: false,
|
||||
inputPrice: 0.3,
|
||||
outputPrice: 0.45,
|
||||
cacheWritesPrice: 0,
|
||||
cacheReadsPrice: 0,
|
||||
description:
|
||||
"DeepSeek's hybrid reasoning model with efficient long context scaling with GPT-5 level performance",
|
||||
},
|
||||
"Qwen/Qwen3-235B-A22B-Instruct-2507": {
|
||||
maxTokens: 262_144,
|
||||
contextWindow: 262_144,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue