Skip to content

Commit

Permalink
use info callout for region availability
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian committed Dec 4, 2024
1 parent ea32d89 commit cbd7e1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/[platform]/ai/concepts/models/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ When you use the Amplify AI Kit, inference requests are charged to your AWS acco

Always refer to [Bedrock pricing](https://aws.amazon.com/bedrock/pricing/) for the most up-to-date information on running generative AI with Amplify AI Kit.

Your Amplify project must be deployed to a region where the foundation model you specify is available. See [Bedrock model support](https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html) for the supported regions per model.
<Callout type="info">
Your Amplify project must be deployed to a region where the foundation model you specify is available. See [Bedrock model support](https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html) for the supported regions per model.
</Callout>

## Supported Providers and Models

Expand Down

0 comments on commit cbd7e1e

Please sign in to comment.