Skip to content

Commit

Permalink
updated allowed models and supported modules doc
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 27, 2026
1 parent 10c5241 commit cc32503
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions aws/documentation/services/bedrock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit cc32503

Please sign in to comment.