AWS Security ChangesHomeSearch

AWS bedrock documentation change

Service: bedrock · 2026-05-07 · Documentation low

File: bedrock/latest/userguide/model-card-cohere-command-r-plus.md

Summary

Added capabilities section and corrected API parameter name

Security assessment

Mentions Guardrails feature which is a security capability, though without detailed documentation

Diff

diff --git a/bedrock/latest/userguide/model-card-cohere-command-r-plus.md b/bedrock/latest/userguide/model-card-cohere-command-r-plus.md
index f6a0d509a..b37290d31 100644
--- a//bedrock/latest/userguide/model-card-cohere-command-r-plus.md
+++ b//bedrock/latest/userguide/model-card-cohere-command-r-plus.md
@@ -7 +7 @@
-Cohere — Command R+Model DetailsPricingProgrammatic AccessService TiersRegional AvailabilityQuotas and LimitsSample Code
+Cohere — Command R+Model DetailsCapabilities and FeaturesPricingProgrammatic AccessService TiersRegional AvailabilityQuotas and LimitsSample Code
@@ -43,0 +44,15 @@ Command R+ is Cohere's model for complex RAG workflows, multi-step tool use, and
+## Capabilities and Features
+
+**_Bedrock Features_**
+
+**Features supported using`bedrock-runtime` endpoint**
+
+**Supported** | **Not Supported**  
+---|---  
+  
+  * ![Yes](/images/bedrock/latest/userguide/images/icons/icon-yes.png) [Response streaming](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InvokeModelWithResponseStream.html)
+  * ![Yes](/images/bedrock/latest/userguide/images/icons/icon-yes.png) [Guardrails](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html)
+  * ![Yes](/images/bedrock/latest/userguide/images/icons/icon-yes.png) [Client-side tool calling](https://docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html)
+
+|  —  
+  
@@ -110 +125 @@ Invoke API
-                'messages': [{ 'role': 'user', 'content': 'Can you explain the features of Amazon Bedrock?'}],
+                'message': 'Can you explain the features of Amazon Bedrock?',