瀏覽代碼

Merge pull request #1590 from ATempsch/add_deepseek_r1_to_bedrock

Add Deepseek R1 On-Demand to Bedrock
Matt Rubens 11 月之前
父節點
當前提交
6fb61a2def
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/shared/api.ts

+ 8 - 0
src/shared/api.ts

@@ -342,6 +342,14 @@ export const bedrockModels = {
 		inputPrice: 0.25,
 		inputPrice: 0.25,
 		outputPrice: 1.25,
 		outputPrice: 1.25,
 	},
 	},
+	"deepseek.r1-v1:0": {
+		maxTokens: 32_768,
+		contextWindow: 128_000,
+		supportsImages: false,
+		supportsPromptCache: false,
+		inputPrice: 1.35,
+		outputPrice: 5.4,
+	},
 	"meta.llama3-3-70b-instruct-v1:0": {
 	"meta.llama3-3-70b-instruct-v1:0": {
 		maxTokens: 8192,
 		maxTokens: 8192,
 		contextWindow: 128_000,
 		contextWindow: 128_000,