diff --git a/docs/llms.md b/docs/llms.md index f2b139f0c..5a6104372 100644 --- a/docs/llms.md +++ b/docs/llms.md @@ -59,6 +59,9 @@ you could do `aider --model claude-3-opus-20240229`. ## Cohere +Cohere offers *free* API access to their Command-R+ model, which works well with aider +as a *very basic* coding assistant. + To work with Cohere's models, you need to provide your [Cohere API key](https://dashboard.cohere.com/) in the `COHERE_API_KEY` environment variable.