Skip to content

Commit 0204396

Browse files
authored
Added Sambanova deepseek-v3-0324 (RooCodeInc#2495)
* Added Sambanova Deepseek-V3-0324 * Added changeset
1 parent e9b6659 commit 0204396

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.changeset/spotty-snakes-cough.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"claude-dev": patch
3+
---
4+
5+
Added sambanova Deepseek-V3-0324

src/shared/api.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,4 +1417,12 @@ export const sambanovaModels = {
14171417
inputPrice: 0.5,
14181418
outputPrice: 1.0,
14191419
},
1420+
"DeepSeek-V3-0324": {
1421+
maxTokens: 4096,
1422+
contextWindow: 8192,
1423+
supportsImages: false,
1424+
supportsPromptCache: false,
1425+
inputPrice: 1.0,
1426+
outputPrice: 1.5,
1427+
},
14201428
} as const satisfies Record<string, ModelInfo>

0 commit comments

Comments
 (0)