Skip to content

Commit dea763e

Browse files
authored
fix: typo for model name (#2216)
1 parent f9f1f51 commit dea763e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/two-bugs-sell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@llamaindex/aws": patch
3+
---
4+
5+
fix typo for APAC Claude Sonnet 4 model name

packages/providers/aws/src/llm/bedrock/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const INFERENCE_BEDROCK_MODELS = {
149149
APAC_ANTHROPIC_CLAUDE_3_7_SONNET:
150150
"apac.anthropic.claude-3-7-sonnet-20250219-v1:0",
151151
APAC_ANTHROPIC_CLAUDE_4_SONNET:
152-
"apac.anthropic.claude-sonnet-4-20250514-v1:0q",
152+
"apac.anthropic.claude-sonnet-4-20250514-v1:0",
153153
APAC_ANTHROPIC_CLAUDE_3_HAIKU: "apac.anthropic.claude-3-haiku-20240307-v1:0",
154154
APAC_ANTHROPIC_CLAUDE_3_SONNET:
155155
"apac.anthropic.claude-3-sonnet-20240229-v1:0",

0 commit comments

Comments
 (0)