mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
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:
parent
e4b9568dc9
commit
1be8a99b89
1 changed files with 15 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue