feat: Add Amazon Nova 2 Lite model to Bedrock provider (#9830)

Co-authored-by: Roo Code <roomote@roocode.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
roomote[bot] 2025-12-14 15:26:18 -05:00 committed by GitHub
parent e4b9568dc9
commit 1be8a99b89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,6 +68,21 @@ export const bedrockModels = {
maxCachePoints: 1,
cachableFields: ["system"],
},
"amazon.nova-2-lite-v1:0": {
maxTokens: 65_535,
contextWindow: 1_000_000,
supportsImages: true,
supportsPromptCache: true,
supportsNativeTools: true,
inputPrice: 0.33,
outputPrice: 2.75,
cacheWritesPrice: 0,
cacheReadsPrice: 0.0825, // 75% less than input price
minTokensPerCachePoint: 1,
maxCachePoints: 1,
cachableFields: ["system"],
description: "Amazon Nova 2 Lite - Comparable to Claude Haiku 4.5",
},
"amazon.nova-micro-v1:0": {
maxTokens: 5000,
contextWindow: 128_000,