Skip to content

Commit b4e69f4

Browse files
committed
fix: update model ID to amazon.nova-2-lite-v1:0
1 parent 248d606 commit b4e69f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/providers/bedrock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const bedrockModels = {
6868
maxCachePoints: 1,
6969
cachableFields: ["system"],
7070
},
71-
"amazon.nova-lite-v2:0": {
71+
"amazon.nova-2-lite-v1:0": {
7272
maxTokens: 5000,
7373
contextWindow: 1_000_000,
7474
supportsImages: true,

0 commit comments

Comments
 (0)