C

Cohere: Command R

Cohere
Tools Streaming Vision
128K
Context
$0.1500
Input /1M
$0.6000
Output /1M
N/A
Max Output

Cohere: Command R

Model Overview

Property Value
Model ID cohere/command-r
Provider Cohere
Category Chat
Released March 2024
Status Active
Flagship No

Description

Command R is a large language model optimized for conversational interaction and long context tasks. It targets the "scalable" category of models that balance high performance with strong accuracy. Command R boasts high precision on retrieval augmented generation (RAG) and tool use tasks, low latency and high throughput, a long 128,000-token context length, and strong capabilities across 10 key languages. It has 35 billion parameters.

Specifications

Property Value
Context Window 128,000 tokens
Max Output Tokens 4,000 tokens
Knowledge Cutoff March 2024
Modalities Text
Speed Tier Fast
Quality Tier Standard

Pricing

Type Price
Input $0.15 per 1M tokens
Output $0.60 per 1M tokens

Capabilities

Capability Supported
Vision/Image Input No
Tool/Function Calling Yes
JSON Mode Yes
Streaming Yes
System Prompt Yes

Use Cases

  • Conversational AI and chatbots
  • Customer support automation
  • Interactive content generation
  • Real-time dialogue systems
  • Multi-turn reasoning and problem-solving

Strengths

  • Good balance of quality and efficiency
  • Fast execution suitable for real-time applications
  • Very large context window for long-form content
  • Function calling for structured tool integration
  • JSON mode for reliable structured output

Limitations

  • No vision or image input capability

Integration with LangMart

Gateway Support:

  • Type 1 (Full Platform): Yes
  • Type 2 (Cloud Gateway): Yes
  • Type 3 (Self-hosted): Yes

API Endpoint:

curl -X POST https://api.langmart.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "cohere/command-r",
    "messages": [{"role": "user", "content": "Hello"}],
    "max_tokens": 1024
  }'

OpenAI Compatibility: Full compatibility with OpenAI API format.

Models in this category and from this provider are available in the LangMart marketplace.

Additional Resources


Data Source: LangMart Provider Models Database Last Updated: 2026-01-15