From 2b84cf48668365dafb7eac666ed5a3256d33bd20 Mon Sep 17 00:00:00 2001 From: platform-endpoints Date: Fri, 13 Dec 2024 14:35:34 +0000 Subject: [PATCH] Add spec changes Co-authored-by: Daniel <133696562+daniel-cohere@users.noreply.github.com> --- cohere-openapi.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cohere-openapi.yaml b/cohere-openapi.yaml index a657002e..8ac18332 100644 --- a/cohere-openapi.yaml +++ b/cohere-openapi.yaml @@ -5588,7 +5588,7 @@ paths: With `prompt_truncation` set to "OFF", no elements will be dropped. If the sum of the inputs exceeds the model's context length limit, a `TooManyTokens` error will be returned. - Compatible Deployments: + Compatible Deployments: - AUTO: Cohere Platform Only - AUTO_PRESERVE_ORDER: Azure, AWS Sagemaker/Bedrock, Private Deployments connectors: @@ -5832,6 +5832,8 @@ paths: **Note**: This parameter is only compatible with models [Command R 08-2024](https://docs.cohere.com/docs/command-r#august-2024-release), [Command R+ 08-2024](https://docs.cohere.com/docs/command-r-plus#august-2024-release) and newer. + **Note**: `command-r7b-12-2024` only supports `"CONTEXTUAL"` and `"STRICT"` modes. + Compatible Deployments: Cohere Platform, Azure, AWS Sagemaker/Bedrock, Private Deployments responses: "200": @@ -6021,6 +6023,8 @@ paths: Safety modes are not yet configurable in combination with `tools`, `tool_results` and `documents` parameters. **Note**: This parameter is only compatible with models [Command R 08-2024](https://docs.cohere.com/v2/docs/command-r#august-2024-release), [Command R+ 08-2024](https://docs.cohere.com/v2/docs/command-r-plus#august-2024-release) and newer. + + **Note**: `command-r7b-12-2024` only supports `"CONTEXTUAL"` and `"STRICT"` modes. max_tokens: x-fern-audiences: - public @@ -22652,6 +22656,8 @@ components: description: | Defaults to `"accurate"`. Dictates the approach taken to generating citations as part of the RAG flow by allowing the user to specify whether they want `"accurate"` results, `"fast"` results or no results. + + **Note**: `command-r7b-12-2024` only supports `"fast"` and `"off"` modes. Its default is `"fast"`. ResponseFormatTypeV2: x-fern-audiences: - public