diff --git a/cohere-openapi.yaml b/cohere-openapi.yaml index bcb54504..3d6ca548 100644 --- a/cohere-openapi.yaml +++ b/cohere-openapi.yaml @@ -5816,11 +5816,14 @@ paths: - STRICT - NONE description: | - For the models Command R 08-2024 and Command R+ 08-2024, the default is `CONTEXTUAL`. + Used to select the [safety instruction](/docs/safety-modes) inserted into the prompt. Defaults to `CONTEXTUAL. + When `NONE` is specified, the safety instruction will be omitted. - **Note**: This parameter not supported for models older than Command R 08-2024. + Safety modes are not yet configurable in combination with `tools`, `tool_results` and `documents` parameters. - The `safety_mode` parameter is used to control the safety of the generated text, by adding extra constraints instructions to the prompt. Possible values are: `CONTEXTUAL`, `STRICT`, and `NONE`. + **Note**: This parameter is only compatible with models [Command R 08-2024](/docs/command-r#august-2024-release), [Command R+ 08-2024]((/docs/command-r-plus#august-2024-release) and newer. + + Compatible Deployments: Cohere Platform, Azure, AWS Sagemaker/Bedrock, Private Deployments responses: "200": description: OK