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`.