We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae6903b + d3d1a27 commit 6fb61a2Copy full SHA for 6fb61a2
src/shared/api.ts
@@ -342,6 +342,14 @@ export const bedrockModels = {
342
inputPrice: 0.25,
343
outputPrice: 1.25,
344
},
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
+ },
353
"meta.llama3-3-70b-instruct-v1:0": {
354
maxTokens: 8192,
355
contextWindow: 128_000,
0 commit comments