Skip to content

Commit 6e50778

Browse files
authored
Add DeepSeek-R1-0528 to Nebius AI Studio API (RooCodeInc#3973)
* Add DeepSeek-R1-0528 to Nebius AI Studio model list * Add changeset * Fix max tokens
1 parent 3a325a6 commit 6e50778

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.changeset/hungry-icons-cross.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+
add model to nebius ai studio

src/shared/api.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,6 +1700,14 @@ export const nebiusModels = {
17001700
inputPrice: 2,
17011701
outputPrice: 6,
17021702
},
1703+
"deepseek-ai/DeepSeek-R1-0528": {
1704+
maxTokens: 128_000,
1705+
contextWindow: 163_840,
1706+
supportsImages: false,
1707+
supportsPromptCache: false,
1708+
inputPrice: 0.8,
1709+
outputPrice: 2.4,
1710+
},
17031711
"meta-llama/Llama-3.3-70B-Instruct-fast": {
17041712
maxTokens: 32_000,
17051713
contextWindow: 96_000,

0 commit comments

Comments
 (0)