---
title: "Cohere"
description: "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)."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/cohere
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:14:15.856Z
license: CC-BY-4.0
attribution: "Cohere — Claudary (https://claudary.paisolsolutions.com/skills/cohere)"
---

# 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).

## Overview

---
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).

First, install aider:

{% include install.md %}

Then configure your API keys:

```
export COHERE_API_KEY=<key> # Mac/Linux
setx   COHERE_API_KEY <key> # Windows, restart shell after setx
```

Start working with aider and Cohere on your codebase:

```bash
# Change directory into your codebase
cd /to/your/project

aider --model command-r-plus-08-2024

# List models available from Cohere
aider --list-models cohere_chat/
```

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/cohere) · https://claudary.paisolsolutions.com
