From 0289bbc219fa9876c90b052dbd3613e011f05995 Mon Sep 17 00:00:00 2001 From: trentfowlercohere <141260477+trentfowlercohere@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:55:10 -0600 Subject: [PATCH] Chat model refresh (#87) * Adding information about the August release. * Updating tables and adding sections to the relevant pages. * Typo. * Typo. * Typo. * Typo in the markdown table. * Updating tables etc. * Adding links * Removing 'refresh'. * Fixing a typo on the command-r-plus documentation. --------- Signed-off-by: trentfowlercohere <141260477+trentfowlercohere@users.noreply.github.com> Co-authored-by: Trent Fowler --- .../models/the-command-family-of-models/command-r-plus.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/pages/models/the-command-family-of-models/command-r-plus.mdx b/fern/pages/models/the-command-family-of-models/command-r-plus.mdx index 5be941ef..c9919812 100644 --- a/fern/pages/models/the-command-family-of-models/command-r-plus.mdx +++ b/fern/pages/models/the-command-family-of-models/command-r-plus.mdx @@ -20,8 +20,8 @@ We recommend using Command R+ for those workflows that lean on complex RAG funct | Model Name | Description | Context Length | Maximum Output Tokens | Endpoints| |--------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------|-----------------------|----------| | `command-r-plus-08-2024` | `command-r-plus-08-2024` is an update of the Command R+ model, delivered in August 2024. | 128k | 4k | [Chat](/reference/chat) | | -| `command-r-04-2024` | Command R+ is an instruction-following conversational model that performs language tasks at a higher quality, more reliably, and with a longer context than previous models. It is best suited for complex RAG workflows and multi-step tool use. | 128k | 4k | [Chat](/reference/chat) | | -| `command-r-plus` | `command-r-plus` is an alias for `command-r-04-2024`, so if you use `command-r-plus` in the API, that's the model you're pointing to. | 128k | 4k | [Chat](/reference/chat) | | +| `command-r-plus-04-2024` | Command R+ is an instruction-following conversational model that performs language tasks at a higher quality, more reliably, and with a longer context than previous models. It is best suited for complex RAG workflows and multi-step tool use. | 128k | 4k | [Chat](/reference/chat) | | +| `command-r-plus` | `command-r-plus` is an alias for `command-r-plus-04-2024`, so if you use `command-r-plus` in the API, that's the model you're pointing to. | 128k | 4k | [Chat](/reference/chat) | | ## Command R+ August 2024 Release Cohere's flagship text-generation models, Command R and Command R+, received a substantial update in August 2024. We chose to designate these models with time stamps, so in the API Command R+ 08-2024 is accesible with `command-r-plus-08-2024`.