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-mantle.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,18 @@ Choose your preferred auth method and follow the setup steps.
38
38
export AWS_REGION="us-west-2"
39
39
```
40
40
</Step>
41
+
<Step title="Opt in to provider data sharing for Claude Fable 5">
42
+
Claude Fable 5 and Claude Mythos-class Bedrock models require the Mantle Data Retention API mode `provider_data_share` before invocation. This opt-in allows Bedrock to share prompts and completions with Anthropic and retain them for up to 30 days for trust and safety review.
43
+
44
+
```bash
45
+
curl -X PUT https://bedrock-mantle.us-east-1.api.aws/v1/data_retention \
Copy file name to clipboardExpand all lines: docs/providers/bedrock.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,18 +38,6 @@ Choose your preferred auth method and follow the setup steps.
38
38
export AWS_BEARER_TOKEN_BEDROCK="..."
39
39
```
40
40
</Step>
41
-
<Step title="Opt in to provider data sharing for Claude Fable 5">
42
-
Claude Fable 5 and Claude Mythos-class Bedrock models require the Bedrock Data Retention API mode `provider_data_share` before invocation. This opt-in allows Bedrock to share prompts and completions with Anthropic and retain them for up to 30 days for trust and safety review.
43
-
44
-
```bash
45
-
curl -X PUT https://bedrock-mantle.us-east-1.api.aws/v1/data_retention \
46
-
-H "x-api-key: $BEDROCK_API_KEY" \
47
-
-H "Content-Type: application/json" \
48
-
-d '{ "mode": "provider_data_share" }'
49
-
```
50
-
51
-
Use another Bedrock model in the config if you cannot accept that retention mode.
52
-
</Step>
53
41
<Step title="Add a Bedrock provider and model to your config">
54
42
No `apiKey` is required. Configure the provider with `auth: "aws-sdk"`:
0 commit comments