Add Deepseek R1 On-Demand to Bedrock

This commit is contained in:
Andreas Tempsch 2025-03-12 09:16:22 +01:00
parent 0fafe06e15
commit d3d1a27460

View file

@ -342,6 +342,14 @@ export const bedrockModels = {
inputPrice: 0.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": {
maxTokens: 8192,
contextWindow: 128_000,