Skip to content

Commit 1d451f5

Browse files
authored
feat(ai-kit): update docs for Claude 4.5 & 4.6 models support (#8503)
* feat(ai-kit): update docs for Claude 4.5 models support with global inference profiles * docs: add Claude 4.5 and 4.6 models support with global inference profiles
1 parent 5bcdeda commit 1d451f5

File tree

1 file changed

+34
-0
lines changed
  • src/pages/[platform]/ai/concepts/models

1 file changed

+34
-0
lines changed

src/pages/[platform]/ai/concepts/models/index.mdx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,36 @@ The Amplify AI Kit uses Bedrock's [Converse API](https://docs.aws.amazon.com/bed
138138
<TableCell>✅</TableCell>
139139
<TableCell>✅</TableCell>
140140
</TableRow>
141+
<TableRow>
142+
<TableCell><strong><a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-claude.html">Anthropic</a></strong></TableCell>
143+
<TableCell>Claude 4.5 Haiku</TableCell>
144+
<TableCell>✅</TableCell>
145+
<TableCell>✅</TableCell>
146+
</TableRow>
147+
<TableRow>
148+
<TableCell><strong><a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-claude.html">Anthropic</a></strong></TableCell>
149+
<TableCell>Claude 4.5 Sonnet</TableCell>
150+
<TableCell>✅</TableCell>
151+
<TableCell>✅</TableCell>
152+
</TableRow>
153+
<TableRow>
154+
<TableCell><strong><a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-claude.html">Anthropic</a></strong></TableCell>
155+
<TableCell>Claude 4.5 Opus</TableCell>
156+
<TableCell>✅</TableCell>
157+
<TableCell>✅</TableCell>
158+
</TableRow>
159+
<TableRow>
160+
<TableCell><strong><a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-claude.html">Anthropic</a></strong></TableCell>
161+
<TableCell>Claude 4.6 Sonnet</TableCell>
162+
<TableCell>✅</TableCell>
163+
<TableCell>✅</TableCell>
164+
</TableRow>
165+
<TableRow>
166+
<TableCell><strong><a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-claude.html">Anthropic</a></strong></TableCell>
167+
<TableCell>Claude 4.6 Opus</TableCell>
168+
<TableCell>✅</TableCell>
169+
<TableCell>✅</TableCell>
170+
</TableRow>
141171
<TableRow style={{ borderTop: '1.5px solid' }}>
142172
<TableCell><strong><a href="https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-cohere.html">Cohere</a></strong></TableCell>
143173
<TableCell>Command R</TableCell>
@@ -171,6 +201,10 @@ The Amplify AI Kit uses Bedrock's [Converse API](https://docs.aws.amazon.com/bed
171201
</TableBody>
172202
</Table>
173203

204+
<Callout type="info">
205+
Claude 4.5 and 4.6 models (Haiku, Sonnet, and Opus) use [AWS Bedrock global inference profiles](https://docs.aws.amazon.com/bedrock/latest/userguide/global-cross-region-inference.html) for improved availability and performance through automatic cross-region routing. These models are accessed via global inference profile model IDs that enable cross-region failover and load balancing.
206+
</Callout>
207+
174208
Amplify AI Kit makes use of ["tools"](/[platform]/ai/concepts/tools) for both generation and conversation routes. [The models used must support tool use in the Converse API](https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference-supported-models-features.html).
175209

176210
Most models have different structures to how they best work with input and how they format their output. Using the Converse API makes it easy to swap different models without having to drastically change how you interact with them.

0 commit comments

Comments
 (0)