Skip to main content
Cohere specializes in enterprise search and retrieval-augmented generation (RAG). Command R+ is their flagship model with grounding and citation support.

Supported Models

ModelIDContextToolsNotes
Command R+command-r-plus128KYesBest capability, RAG-optimized
Command Rcommand-r128KYesBalanced cost/performance
Commandcommand4KNoLegacy

Setup

1

Get an API key

Sign up at dashboard.cohere.com. Free tier available.
2

Set the environment variable

export COHERE_API_KEY=...
3

Verify

profclaw doctor --provider cohere

Environment Variables

COHERE_API_KEY
string
required
Your Cohere API key.

Configuration Example

COHERE_API_KEY=...

Model Aliases

AliasModel
commandcommand-r-plus
command-rcommand-r

Usage Examples

profclaw chat --model command "Summarize this document with citations"
profclaw chat --model command-r "Answer based on this context"

Notes

  • API endpoint: https://api.cohere.ai/v1 (OpenAI-compatible mode)
  • Status: Beta - API behavior may differ slightly from other OpenAI-compatible providers.
  • Command R+ excels at document summarization and retrieval tasks with grounding.