← Back to Model Leaderboard
Cohere: Command R+ (08-2024)
DEVELOPED BY: Cohere • LAST UPDATED: 7/4/2026
CCI (Capability)30.5Consensus: Contested ⚠
Context Window128,000Max token length
In/Out Pricing$2.5/$10Blended cost/1M: $4.38
Pulse (Popularity)63/100Adoption + discussion proxy
Model Description
OpenRouter model gateway for Cohere: Command R+ (08-2024).
Domain Averages
Reasoning30.1%
Coding21.4%
Math14.6%
Preference55.9%
Jury & Benchmark Signals
| Source / Harness | Score |
|---|---|
| GPQA-Diamond | 42% |
| Humanity's Last Exam | 38% |
| MMLU-Pro | 75% |
| SWE-bench Verified | 22% |
| LiveCodeBench | 28% |
| AIME | 25% |
| LMArena style-controlled Elo | 1190 |
Consensus Discrepancy (Spread: 41.3 pts)
Source
Normalized
CCI Dev.
GPQA-Diamond
29.8
-0.7
Humanity's Last Exam
30.2
-0.3
MMLU-Pro
30.4
-0.1
SWE-bench Verified
21.6
-8.9
LiveCodeBench
21.1
-9.4
AIME
14.6
-15.9
LMArena style-controlled Elo
55.9
+25.4
Supported Modalities
INPUT:
text
OUTPUT:
text
Search Tags
#text#open-weight
How to Use This Model
Python SDK Integration:
import openai
client = openai.OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="YOUR_OPENROUTER_KEY"
)
response = client.chat.completions.create(
model="cohere/command-r-plus-08-2024",
messages=[
{"role": "user", "content": "Explain quantum entanglement in 1 sentence."}
]
)cURL Terminal Request:
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cohere/command-r-plus-08-2024",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'Community Debates & Mentions (0)
No active Reddit or Hacker News debates referencing this model this week.