Skip to content

Commit

Permalink
Removing 'refresh'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trent Fowler authored and Trent Fowler committed Aug 29, 2024
1 parent 5586e9b commit cd106ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We recommend using Command R+ for those workflows that lean on complex RAG funct
### Model Details
| Model Name | Description | Context Length | Maximum Output Tokens | Endpoints|
|--------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------|-----------------------|----------|
| `command-r-plus-08-2024` | `command-r-plus-08-2024` is a refresh of the Command R+ model, delivered in August 2024. | 128k | 4k | [Chat](/reference/chat) | |
| `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) | |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Command R boasts high precision on [retrieval augmented generation](/docs/retrie
### Model Details
| Model Name | Description | Context Length | Maximum Output Tokens | Endpoints|
|--------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------|-----------------------|----------|
| `command-r-08-2024` | `command-r-08-2024` is a refresh of the Command R model, delivered in August 2024. | 128k | 4k | [Chat](/reference/chat) | |
| `command-r-08-2024` | `command-r-08-2024` is an update of the Command R model, delivered in August 2024. | 128k | 4k | [Chat](/reference/chat) | |
| `command-r-03-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 can be used for complex workflows like code generation, retrieval augmented generation (RAG), tool use, and agents. | 128k | 4k | [Chat](/reference/chat) | |
| `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. | 128k | 4k | [Chat](/reference/chat) | |

Expand Down

0 comments on commit cd106ac

Please sign in to comment.