Merge pull request #1590 from ATempsch/add_deepseek_r1_to_bedrock

Add Deepseek R1 On-Demand to Bedrock
This commit is contained in:
Matt Rubens 2025-03-12 11:30:32 -04:00 committed by GitHub
commit 6fb61a2def
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,