diff --git a/aws/documentation/services/bedrock/README.md b/aws/documentation/services/bedrock/README.md index d4b77888..8a4e57f0 100644 --- a/aws/documentation/services/bedrock/README.md +++ b/aws/documentation/services/bedrock/README.md @@ -7,11 +7,19 @@ and this document describes how to do that along with reference links to the doc * [Models by Region](https://docs.aws.amazon.com/bedrock/latest/userguide/models-regions.html) * [Supported Models](https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html) - ```script - Anthropic Claude 3 Haiku anthropic.claude-3-haiku-20240307-v1:0 us-gov-west-1 - Anthropic Claude 3.5 Sonnet anthropic.claude-3-5-sonnet-20240620-v1:0 us-gov-west-1 - ``` +* [Bedrock in GovCloud](https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-bedrock.html) * [Enable Access to Models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-modify.html) +* Allowed Models + +| Model Name | Model ID / Pattern | +| --- | --- | +| All Titan Models | `amazon.titan` | +| Claude 3.7 Sonnet | `anthropic.claude-3-7-sonnet-20250219-v1:0` | +| Claude 4.5 Sonnet | `anthropic.claude-4-5-sonnet-2025` | +| Claude 3.5 Sonnet v1 | `anthropic.claude-3-5-sonnet-20240620-v1:0` | +| Claude 3 Haiku | `anthropic.claude-3-haiku-20240307-v1:0` | +| Llama 3 8B | `meta.llama3-8b-instruct-v1:0` | +| Llama 3 70B | `meta.llama3-70b-instruct-v1:0` | ## GovCloud Usage @@ -77,3 +85,5 @@ Warning Generated and Resulting Enablement - initial - 1.0.1 -- 2025-06-27 - add details +- 1.0.2 -- 2026-01-27 + - updated allowed models and supported modules doc