Skip to content

Commit 124569c

Browse files
nirbonirbosl
andauthored
feat: add QwQ-32B model to SambaNova provider (RooCodeInc#2389)
Signed-off-by: Nir Ben-Or <[email protected]> Co-authored-by: Nir Ben-Or <[email protected]>
1 parent 5a08f97 commit 124569c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.changeset/serious-spoons-knock.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"claude-dev": minor
3+
---
4+
5+
Added support for SambaNova QwQ-32B model

src/shared/api.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,4 +1391,12 @@ export const sambanovaModels = {
13911391
inputPrice: 0,
13921392
outputPrice: 0,
13931393
},
1394+
"QwQ-32B": {
1395+
maxTokens: 4096,
1396+
contextWindow: 16_000,
1397+
supportsImages: false,
1398+
supportsPromptCache: false,
1399+
inputPrice: 0.5,
1400+
outputPrice: 1.0,
1401+
},
13941402
} as const satisfies Record<string, ModelInfo>

0 commit comments

Comments
 (0)