feat(api): add Llama 3.3 70B Instruct to AWS Bedrock model options

This commit is contained in:
root
2025-01-23 21:12:59 +02:00
parent 40c0457b3a
commit d93a7a74d5

View File

@@ -236,6 +236,15 @@ export const bedrockModels = {
inputPrice: 0.25, inputPrice: 0.25,
outputPrice: 1.25, outputPrice: 1.25,
}, },
"meta.llama3-3-70b-instruct-v1:0": {
maxTokens: 8192,
contextWindow: 128_000,
supportsImages: false,
supportsComputerUse: false,
supportsPromptCache: false,
inputPrice: 0.72,
outputPrice: 0.72,
},
"meta.llama3-2-90b-instruct-v1:0": { "meta.llama3-2-90b-instruct-v1:0": {
maxTokens: 8192, maxTokens: 8192,
contextWindow: 128_000, contextWindow: 128_000,