diff --git a/fern/pages/models/models.mdx b/fern/pages/models/models.mdx
index e2271585..c5750dcc 100644
--- a/fern/pages/models/models.mdx
+++ b/fern/pages/models/models.mdx
@@ -37,7 +37,7 @@ In this section, we'll provide some high-level context on Cohere's offerings, an
Command is Cohere's default generation model that takes a user instruction (or command) and generates text following the instruction. Our Command models also have conversational capabilities which means that they are well-suited for chat applications.
| Model Name | Description | Modalities | 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. Find more information [here](https://docs.cohere.com/changelog/command-gets-refreshed) | Text | 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. | Text | 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. | Text | 128k | 4k | [Chat](/reference/chat) |
@@ -46,7 +46,7 @@ Command is Cohere's default generation model that takes a user instruction (or c
| `command-r` | `command-r` is an alias for `command-r-03-2024`, so if you use `command-r` in the API, that's the model you're pointing to. | Text | 128k | 4k | [Chat](/reference/chat) |
| | | | | | |
| `command` | An instruction-following conversational model that performs language tasks with high quality, more reliably and with a longer context than our base generative models. | Text | 4k | 4k | [Chat](/reference/chat),
[Summarize](/reference/summarize) |
-| `command-nightly` | To reduce the time between major releases, we put out nightly versions of command models. For `command`, that is `command-nightly`.
Be advised that `command-nightly` is the latest, most experimental, and (possibly) unstable version of its default counterpart. Nightly releases are updated regularly, without warning, and are not recommended for production use. | Text | 128k | 128k | [Chat](/reference/chat) |
+| `command-nightly` | To reduce the time between major releases, we put out nightly versions of command models. For `command`, that is `command-nightly`.
Be advised that `command-nightly` is the latest, most experimental, and (possibly) unstable version of its default counterpart. Nightly releases are updated regularly, without warning, and are not recommended for production use. | Text | 128k | 128k | [Chat](/reference/chat) |
| `command-light` | A smaller, faster version of `command`. Almost as capable, but a lot faster. | Text | 4k | 4k | [Chat](/reference/chat),
[Summarize](/reference/summarize-2) |
| `command-light-nightly` | To reduce the time between major releases, we put out nightly versions of command models. For `command-light`, that is `command-light-nightly`.
Be advised that `command-light-nightly` is the latest, most experimental, and (possibly) unstable version of its default counterpart. Nightly releases are updated regularly, without warning, and are not recommended for production use.| Text | 4k | 4k | [Chat](/reference/chat) |