Skip to content

Commit b1719f8

Browse files
authored
feat: add claude 4.5 models with global inference profiles (#658)
1 parent d2621d0 commit b1719f8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/lovely-shoes-teach.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@aws-amplify/data-schema': minor
3+
---
4+
5+
feat: added support for Claude 4.5 models family with Bedrock's global inference profile

packages/data-schema/src/ai/ModelType.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ const supportedModelsLookup = {
1818
'Claude 3.7 Sonnet': 'anthropic.claude-3-7-sonnet-20250219-v1:0',
1919
'Claude Opus 4': 'anthropic.claude-opus-4-20250514-v1:0',
2020
'Claude Sonnet 4': 'anthropic.claude-sonnet-4-20250514-v1:0',
21+
// Claude 4.5 models (require global inference profiles)
22+
'Claude Haiku 4.5': 'global.anthropic.claude-haiku-4-5-20251001-v1:0',
23+
'Claude Sonnet 4.5': 'global.anthropic.claude-sonnet-4-5-20250929-v1:0',
24+
'Claude Opus 4.5': 'global.anthropic.claude-opus-4-5-20251101-v1:0',
2125
// Cohere models
2226
'Cohere Command R': 'cohere.command-r-v1:0',
2327
'Cohere Command R+': 'cohere.command-r-plus-v1:0',

0 commit comments

Comments
 (0)