Supported Models
| Model | ID | Context | Tools | Notes |
|---|---|---|---|---|
| Command R+ | command-r-plus | 128K | Yes | Best capability, RAG-optimized |
| Command R | command-r | 128K | Yes | Balanced cost/performance |
| Command | command | 4K | No | Legacy |
Setup
Get an API key
Sign up at dashboard.cohere.com. Free tier available.
Environment Variables
Your Cohere API key.
Configuration Example
- .env
- settings.yml
Model Aliases
| Alias | Model |
|---|---|
command | command-r-plus |
command-r | command-r |
Usage Examples
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.
Related
- AI Providers Overview - Compare all 37 supported providers
- Perplexity - Real-time web-search-augmented responses
- Memory Tools - Combine Cohere’s RAG strengths with profClaw memory search
- profclaw provider - Add and test providers from the CLI