← Back to LLM Wiki
LLM Wiki · Open Weights · Self-Hostable

Command

Cohere's enterprise-grounded model family — Command A, Command R+, Command R. RAG-first design, strong multilingual coverage, open-weights research release.
Command is the reference "enterprise LLM" line: trained with retrieval-augmented generation as a first-class primitive, optimized for cited answers over open-ended chat, and shipped with an embeddings and reranker family (Embed, Rerank) designed to plug in alongside. The R and R+ weights are released under CC-BY-NC-4.0 for research use.
Cohere RAG-first Multilingual Enterprise CC-BY-NC

Quick Facts

Vendor
Cohere (Toronto)
Released
Command (2023); Command R / R+ (2024); Command A (2025)
Current line
Command A · Command R+ · Command R · Embed · Rerank
License
CC-BY-NC-4.0 for R / R+ weights (research); commercial API license
Hosting
Cohere API, Bedrock, OCI, Azure; self-hosted under commercial license
Context window
128K–256K tokens
Modalities
Text; multilingual across 100+ languages
Training focus
RAG, tool use, citations, enterprise workloads

Summary

Cohere was founded in 2019 by Aidan Gomez (co-author of "Attention Is All You Need"), Nick Frosst, and Ivan Zhang. Where other labs sell "intelligence," Cohere sells enterprise grounding: the Command series is trained such that RAG, citations, and tool use are first-class behaviors rather than bolted-on prompting patterns. The model emits source-linked answers by default when given retrieved context.

The product strategy is tight vertical integration with Cohere's own embedding models (Embed) and cross-encoders (Rerank). For teams building search or knowledge assistants, the combination of Command + Embed + Rerank behaves like a purpose-built stack rather than three independent components.

Model Lineup

Where Command Fits

Command is the default when the workload is grounded Q&A, enterprise search, or any agent that must cite sources. The model's baseline behavior on retrieved context — extracting only what's supported, flagging uncertainty, surfacing citations — is meaningfully ahead of stock instruct tunes. Multilingual coverage is stronger than most US frontier labs.

Tradeoffs

Deployment Notes

Within the Claw ecosystem, Command + Embed + Rerank is a first-class option for RAG-heavy workloads — legal research agents, policy Q&A, internal knowledge assistants. Bedrock or direct Cohere endpoints slot into the provider arbitrage layer. For regulated customers already on AWS or OCI, Command is often the path of least friction because it rides the existing enterprise contracts.

References

  1. Cohere
  2. Cohere API Documentation
  3. Cohere For AI on Hugging Face
  4. The Agent Infrastructure Stack — Organized AI