You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@@ -171,6 +201,10 @@ The Amplify AI Kit uses Bedrock's [Converse API](https://docs.aws.amazon.com/bed
171
201
</TableBody>
172
202
</Table>
173
203
204
+
<Callouttype="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
+
174
208
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).
175
209
176
210
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