We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8443d8 commit b91de85Copy full SHA for b91de85
docs/user-guide/safety-security/guardrails.md
@@ -29,7 +29,7 @@ from strands.models import BedrockModel
29
30
# Create a Bedrock model with guardrail configuration
31
bedrock_model = BedrockModel(
32
- model_id="anthropic.claude-3-5-sonnet-20241022-v2:0",
+ model_id="global.anthropic.claude-sonnet-4-5-20250929-v1:0",
33
guardrail_id="your-guardrail-id", # Your Bedrock guardrail ID
34
guardrail_version="1", # Guardrail version
35
guardrail_trace="enabled", # Enable trace info for debugging
0 commit comments