stack-cohere.stack.json json Copy{
"osr": "1",
"kind": "stack",
"name": "Cohere tiers",
"description": "Cohere only: Command R7B (12-2024) for everyday requests, Command A for moderate work, Command R+ (08-2024) for hard ones - with complexity rules and a cost-aware objective.",
"targets": [
{
"ocm": "1",
"id": "model-cohere-command-r7b-12-2024",
"kind": "llm",
"name": "Command R7B (12-2024)",
"description": "Command R7B (12-2024) is a small, fast update of the Command R+ model, delivered in December 2024. It excels at RAG, tool use, agents, and similar tasks requiring complex reasoning...",
"publisher": "Cohere",
"version": "1.0.0",
"capabilities": {
"domains": [
"math"
],
"tags": [
"llm",
"cohere",
"openrouter",
"models"
],
"languages": [
"en"
],
"modalities": [
"text"
],
"supports_tools": false,
"supports_streaming": true,
"context_window": 128000
},
"quality_prior": 0.6,
"examples": [
"Command R7B (12-2024) is a small, fast update of the Command R+ model, delivered in December 2024. It excels at RAG, tool use, agents, and similar tasks requiring complex reasoning..."
],
"primary": false,
"metadata": {
"source": {
"provider": "models",
"ref": "1734158152",
"url": "https://openrouter.ai/cohere/command-r7b-12-2024",
"key": "cohere/command-r7b-12-2024",
"catalogue": "https://openrouter.ai/api/v1"
},
"model": "cohere/command-r7b-12-2024",
"pricing": {
"input_usd_per_1m": 0.0375,
"output_usd_per_1m": 0.15
},
"max_output_tokens": 4000,
"output_modalities": [
"text"
],
"created": 1734158152
},
"cost": {
"usd_per_1k_tokens": 0.000094
},
"endpoints": [
{
"protocol": "openai",
"url": "https://openrouter.ai/api/v1"
}
]
},
{
"ocm": "1",
"id": "model-cohere-command-a",
"kind": "llm",
"name": "Command A",
"description": "Command A is an open-weights 111B parameter model with a 256k context window focused on delivering great performance across agentic, multilingual, and coding use cases. Compared to other leading proprietary...",
"publisher": "Cohere",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"llm",
"cohere",
"openrouter",
"open-weights",
"models"
],
"languages": [
"en"
],
"modalities": [
"text"
],
"supports_tools": false,
"supports_streaming": true,
"context_window": 256000
},
"quality_prior": 0.139,
"examples": [
"Command A is an open-weights 111B parameter model with a 256k context window focused on delivering great performance across agentic, multilingual, and coding use cases. Compared to other leading proprietary..."
],
"primary": false,
"metadata": {
"source": {
"provider": "models",
"ref": "1741894342",
"url": "https://openrouter.ai/cohere/command-a",
"key": "cohere/command-a",
"catalogue": "https://openrouter.ai/api/v1"
},
"model": "cohere/command-a",
"pricing": {
"input_usd_per_1m": 2.5,
"output_usd_per_1m": 10
},
"max_output_tokens": 8192,
"output_modalities": [
"text"
],
"hugging_face_id": "CohereForAI/c4ai-command-a-03-2025",
"created": 1741894342,
"benchmarks": {
"intelligence_index": 13.9,
"coding_index": 27.8,
"agentic_index": 3.6,
"hub_downloads": 2517,
"hub_downloads_total": 124322,
"hub_likes": 395,
"hub_trending": 0,
"osr_index": 28.2,
"osr_coverage": 0.4
}
},
"cost": {
"usd_per_1k_tokens": 0.00625
},
"endpoints": [
{
"protocol": "openai",
"url": "https://openrouter.ai/api/v1"
}
]
},
{
"ocm": "1",
"id": "model-cohere-command-r-plus-08-2024",
"kind": "llm",
"name": "Command R+ (08-2024)",
"description": "command-r-plus-08-2024 is an update of the [Command R+](/models/cohere/command-r-plus) with roughly 50% higher throughput and 25% lower latencies as compared to the previous Command R+ version, while keeping the hardware footprint...",
"publisher": "Cohere",
"version": "1.0.0",
"capabilities": {
"domains": [
"math"
],
"tags": [
"llm",
"cohere",
"openrouter",
"tool-calling",
"models"
],
"languages": [
"en"
],
"modalities": [
"text"
],
"supports_tools": true,
"supports_streaming": true,
"context_window": 128000
},
"quality_prior": 0.6,
"examples": [
"command-r-plus-08-2024 is an update of the [Command R+](/models/cohere/command-r-plus) with roughly 50% higher throughput and 25% lower latencies as compared to the previous Command R+ version, while keeping the hardware footprint..."
],
"primary": false,
"metadata": {
"source": {
"provider": "models",
"ref": "1724976000",
"url": "https://openrouter.ai/cohere/command-r-plus-08-2024",
"key": "cohere/command-r-plus-08-2024",
"catalogue": "https://openrouter.ai/api/v1"
},
"model": "cohere/command-r-plus-08-2024",
"pricing": {
"input_usd_per_1m": 2.5,
"output_usd_per_1m": 10
},
"max_output_tokens": 4000,
"output_modalities": [
"text"
],
"created": 1724976000
},
"cost": {
"usd_per_1k_tokens": 0.00625
},
"endpoints": [
{
"protocol": "openai",
"url": "https://openrouter.ai/api/v1"
}
]
}
],
"rules": [
{
"name": "hard-to-strongest",
"when": {
"min_complexity": 0.7
},
"prefer": [
"model-cohere-command-r-plus-08-2024"
]
},
{
"name": "easy-stays-cheap",
"when": {
"max_complexity": 0.3
},
"avoid": [
"model-cohere-command-r-plus-08-2024"
]
}
],
"objective": {
"quality": 0.7,
"cost": 0.8,
"latency": 0.2
},
"metadata": {
"source": {
"provider": "catalogue-stacks",
"path": "cohere",
"ref": "2026-09-19",
"url": "https://openrouter.ai/cohere",
"key": "catalogue-stacks/cohere",
"catalogue": "https://openrouter.ai/api/v1",
"generated": true
}
}
}