--- parent: Connecting to LLMs nav_order: 500 --- # Cohere Cohere offers *free* API access to their models. Their Command-R+ model works well with aider as a *very basic* coding assistant. You'll need a [Cohere API key](https://dashboard.cohere.com/welcome/login). To use **Command-R+**: ``` pip install aider-chat export COHERE_API_KEY= # Mac/Linux setx COHERE_API_KEY # Windows aider --model command-r-plus # List models available from Cohere aider --models cohere_chat/ ```