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
Copy file name to clipboardExpand all lines: docs/providers/bedrock.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Roo Code supports accessing models through Amazon Bedrock, a fully managed servi
7
7
## Prerequisites
8
8
9
9
***AWS Account:** You need an active AWS account.
10
-
***Bedrock Access:** You must request and be granted access to Amazon Bedrock. See the [AWS Bedrock documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html) for details on requesting access.
10
+
***Bedrock Access:** You must request and be granted access to Amazon Bedrock. See the [AWS Bedrock documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/getting-started.html) for details on requesting access.
11
11
***Model Access:** Within Bedrock, you need to request access to the specific models you want to use (e.g., Anthropic Claude).
12
12
***Install AWS CLI:** Use AWS CLI to configure your account for authentication
13
13
```bash
@@ -49,7 +49,7 @@ Roo Code supports the following models through Bedrock:
49
49
*`amazon.nova-lite-v1:0`
50
50
*`amazon.nova-micro-v1:0`
51
51
52
-
Refer to the [Amazon Bedrock documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids-arns.html) for the most up-to-date list of available models and their IDs. Make sure to use the *model ID* when configuring Roo Code, not the model name.
52
+
Refer to the [Amazon Bedrock documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html) for the most up-to-date list of available models and their IDs. Make sure to use the *model ID* when configuring Roo Code, not the model name.
53
53
54
54
## Configuration in Roo Code
55
55
@@ -59,12 +59,8 @@ Refer to the [Amazon Bedrock documentation](https://docs.aws.amazon.com/bedrock/
59
59
***AWS Credentials:**
60
60
* Enter your "AWS Access Key" and "AWS Secret Key."
61
61
* (Optional) Enter your "AWS Session Token"if you're using temporary credentials.
62
-
* Leave "AWS Profile" *blank*.
63
-
* Set "Use AWS Profile" to *unchecked*.
64
62
* **AWS Profile:**
65
63
* Enter your "AWS Profile" name (e.g., "default").
66
-
* Set "Use AWS Profile" to *checked*.
67
-
* Leave the Access Key, Secret Key, and Session Token fields *blank*.
68
64
4. **Select Region:** Choose the AWS region where your Bedrock service is available (e.g., "us-east-1").
69
65
5. **(Optional) Cross-Region Inference:** Check "Use cross-region inference" if you want to access models in a region different from your configured AWS region.
70
66
6. **Select Model:** Choose your desired model from the "Model" dropdown.
@@ -74,4 +70,3 @@ Refer to the [Amazon Bedrock documentation](https://docs.aws.amazon.com/bedrock/
74
70
* **Permissions:** Ensure your IAM user or role has the necessary permissions to invoke Bedrock models. The `bedrock:InvokeModel` permission is required.
75
71
* **Pricing:** Refer to the [Amazon Bedrock pricing](https://aws.amazon.com/bedrock/pricing/) page for details on model costs.
76
72
* **Cross-Region Inference:** Using cross-region inference may result in higher latency.
77
-
* **Prompt Caching**: You can enable caching of prompts if you want to use AWS's implementation.
0 commit comments