Skip to content

Commit

Permalink
add aya models to model listing (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmer1 authored Sep 18, 2024
1 parent cfad1ec commit cdb6de5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fern/pages/models/models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ Command is Cohere's default generation model that takes a user instruction (or c
| `command-nightly` | To reduce the time between major releases, we put out nightly versions of command models. For `command`, that is `command-nightly`. <br/><br/>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. | 128k | 128k | [Chat](/reference/chat) |
| `command-light` | A smaller, faster version of `command`. Almost as capable, but a lot faster. | 4k | 4k | [Chat](/reference/chat), <br/>[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`. <br/><br/>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. | 4k | 4k | [Chat](/reference/chat) |

| `c4ai-aya-23-35b` | The 35B version of the [Aya 23 model](https://huggingface.co/CohereForAI/aya-23-35B). Pairs a highly performant pre-trained Command family of models with the [Aya Collection](https://huggingface.co/datasets/CohereForAI/aya_collection). Serves 23 languages. | 8k | 8k | [Chat](/reference/chat) |
| `c4ai-aya-23-8b` | The 8B version of the [Aya 23 model](https://huggingface.co/CohereForAI/aya-23-8B). Pairs a highly performant pre-trained Command family of models with the [Aya Collection](https://huggingface.co/datasets/CohereForAI/aya_collection). Serves 23 languages. | 8k | 8k | [Chat](/reference/chat) |

### Using Command Models on Different Platforms

Expand Down
2 changes: 2 additions & 0 deletions fern/pages/models/the-command-family-of-models/command-r.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Command R boasts high precision on [retrieval augmented generation](/docs/retrie
| `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) | |
| `c4ai-aya-23-35b` | The 35B version of the [Aya 23 model](https://huggingface.co/CohereForAI/aya-23-35B). Pairs a highly performant pre-trained Command family of models with the [Aya Collection](https://huggingface.co/datasets/CohereForAI/aya_collection). Serves 23 languages. | 8k | 8k | [Chat](/reference/chat) |
| `c4ai-aya-23-8b` | The 8B version of the [Aya 23 model](https://huggingface.co/CohereForAI/aya-23-8B). Pairs a highly performant pre-trained Command family of models with the [Aya Collection](https://huggingface.co/datasets/CohereForAI/aya_collection). Serves 23 languages. | 8k | 8k | [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-08-2024`.
Expand Down

0 comments on commit cdb6de5

Please sign in to comment.