Skip to content

Commit 6fb61a2

Browse files
authored
Merge pull request #1590 from ATempsch/add_deepseek_r1_to_bedrock
Add Deepseek R1 On-Demand to Bedrock
2 parents ae6903b + d3d1a27 commit 6fb61a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/shared/api.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,14 @@ export const bedrockModels = {
342342
inputPrice: 0.25,
343343
outputPrice: 1.25,
344344
},
345+
"deepseek.r1-v1:0": {
346+
maxTokens: 32_768,
347+
contextWindow: 128_000,
348+
supportsImages: false,
349+
supportsPromptCache: false,
350+
inputPrice: 1.35,
351+
outputPrice: 5.4,
352+
},
345353
"meta.llama3-3-70b-instruct-v1:0": {
346354
maxTokens: 8192,
347355
contextWindow: 128_000,

0 commit comments

Comments
 (0)