diff --git a/src/pages/[platform]/ai/concepts/models/index.mdx b/src/pages/[platform]/ai/concepts/models/index.mdx index 7dc316b4ae6..2946313a374 100644 --- a/src/pages/[platform]/ai/concepts/models/index.mdx +++ b/src/pages/[platform]/ai/concepts/models/index.mdx @@ -138,6 +138,24 @@ The Amplify AI Kit uses Bedrock's [Converse API](https://docs.aws.amazon.com/bed + + Anthropic + Claude 4.5 Haiku + + + + + Anthropic + Claude 4.5 Sonnet + + + + + Anthropic + Claude 4.5 Opus + + + Cohere Command R @@ -171,6 +189,10 @@ The Amplify AI Kit uses Bedrock's [Converse API](https://docs.aws.amazon.com/bed + + Claude 4.5 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. + + 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). 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.