Cohere: Command R+ (08-2024)

Model details

Cohere: Command R+ (08-2024)

Model
cohere/command-r-plus-08-2024
Provider
openrouter
API
openai-completions
Base URL
https://openrouter.ai/api/v1
Input
text
Reasoning
No
Context window
128,000
Max tokens
4,000
Cost / million input
$2.5
Cost / million output
$10
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "openrouter": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "cohere/command-r-plus-08-2024",
          "name": "Cohere: Command R+ (08-2024)",
          "reasoning": false,
          "input": [
            "text"
          ],
          "contextWindow": 128000,
          "maxTokens": 4000,
          "cost": {
            "input": 2.5,
            "output": 10,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://openrouter.ai/api/v1"
    }
  }
}