AWS bedrock documentation change
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** +---|--- + + *  [Response streaming](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InvokeModelWithResponseStream.html) + *  [Guardrails](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html) + *  [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?',