New0% platform fee on Tier 2+ — upgrade from 4% Pay As You Go. Start now
Back to Models
Cohere

Command R+

Cohere's enterprise model with RAG capabilities and tool use.

Released

Context Window

128.0K

tokens
Max Output

4.1K

tokens
Input / 1M

$2.50

per 1M tokens
Output / 1M

$10.00

per 1M tokens

Capabilities

Vision
Function Calling
Streaming
JSON Mode
System Prompt
Tool Use

Pricing Comparison

Quick Start

curl
curl -X POST https://api.nemorouter.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer sk-your-api-key" \
  -d '{
    "model": "cohere/command-r-plus",
    "messages": [
      {"role": "system", "content": "You are a helpful assistant."},
      {"role": "user", "content": "Hello!"}
    ],
    "max_tokens": 256
  }'

Replace sk-your-api-key with your NemoRouter API key. Use cohere/command-r-plus as the model identifier.