OSAIM
Open Source AI Models

Command R+

Long context (>100K)

Cohere's flagship 104B model. RAG-focused with native multilingual support across ~10 high-resource languages. CC-BY-NC weights; commercial use via Cohere's hosted API.

Parameters
104B
Context length
128K
Modality
text
Released
2024-04-04

Memory & hardware

VRAM (fp16)
208 GB
VRAM (Q4)
62.4 GB
Recommended
2× H100 80GB
Quantizations
fp16, q8_0, q4_k_m

License: Mistral Research License

SPDX
Commercial use
No
Modification
Yes
Redistribution
Yes

Benchmarks

IFEval
77.0
unconfirmed
MMLU
75.7
unconfirmed
HumanEval
70.7
unconfirmed
MATH
38.6
unconfirmed
None of these scores has been confirmed against a source we can reach. How we verify.

Hosted inference pricing

No provider we track publishes a per-token price for this model today. What each one used to offer is listed below.

No longer listed

Providers that used to serve this model. We don't republish their old rates — the dates below are the provider's own.

  • togetherNot in Together AI’s serverless catalogue when we checked on 20 September 2026.Source ↗

Run it yourself

Drop-in commands for the three most common open-source inference paths. The Ollama tag is a best-effort match against the registry; verify the size variant before pulling.

Run Command R+ locally
Ollama (easiest)
ollama run command-r-plus
Single-line install + run; uses the official Ollama registry tag for this family.
vLLM (production)
vllm serve CohereForAI/c4ai-command-r-plus
High-throughput hosted inference; one command to expose an OpenAI-compatible HTTP server.
Transformers (Python)
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("CohereForAI/c4ai-command-r-plus")
model = AutoModelForCausalLM.from_pretrained(
    "CohereForAI/c4ai-command-r-plus", device_map="auto", torch_dtype="auto"
)
Direct PyTorch usage. Pin a torch / cuda version that matches your GPU.
Hugging Face ID: CohereForAI/c4ai-command-r-plus

Related models

Same family or similar size — useful when shopping around.

Llama 3.2 90B Vision
90B

Larger vision-language Llama variant, competitive with the proprietary multimodal frontier on standard image-understanding benchmarks. Drops in as a vision upgrade where 11B isn't sharp enough. Requires substantial GPU memory in fp16; most teams will run it quantized or on multi-GPU. A natural pairing with retrieval pipelines that fetch image-rich chunks alongside text.

Context
128K
License
llama-3
VRAM Q4
54 GB
DBRX Instruct
132B

Databricks' 132B mixture-of-experts — 16 experts, 4 active per token (36B active params). Trained on 12T tokens on Mosaic infrastructure and released under the Databricks Open Model Licence. DBRX was best-in-class on release; now beaten by Llama 3.3 70B and Qwen 2.5 72B on most benchmarks, but retains value as a well-documented MoE reference.

Context
33K
License
dbrx-open
VRAM Q4
79.2 GB
Qwen2.5 72B Instruct
72B

The flagship Qwen 2.5 release. Competes with Llama 3.1 405B on many benchmarks at one-fifth the parameter count. Note the 72B specifically uses the Qwen License (commercial use up to 100M MAU) — the smaller Qwen2.5 sizes are Apache 2.0.

Context
128K
License
qwen
VRAM Q4
43.2 GB
Llama 3.3 70B Instruct
70B

Meta's December 2024 refresh of Llama 3 70B that closes most of the gap with Llama 3.1 405B for chat workloads while remaining tractable on a single H100. Strong instruction following, robust tool-use behaviour, and a 128K context window make it the default choice for production chat at 70B scale. The 3.3 release was trained on a refreshed instruction-tuning data mix and benefits from Meta's most recent alignment work. It outperforms the much larger 3.1 405B on several reasoning benchmarks at a fraction of inference cost. The licence is the Llama 3 Community License, which permits commercial use unless your service exceeds 700M monthly active users. Good pick for: production chat at scale, RAG over long documents, agentic workflows where tool use matters, and any 70B-tier replacement for closed proprietary models.

Context
128K
License
llama-3
VRAM Q4
42 GB
Llama 3.1 70B Instruct
70B

The pre-3.3 70B workhorse. Same base architecture as Llama 3.3 70B but the earlier instruction-tuning recipe. Still widely referenced as a baseline in papers and provider docs, and still the default 70B on some hosted providers.

Context
128K
License
llama-3
VRAM Q4
42 GB
Llama 3.1 Nemotron 70B Instruct
70B

NVIDIA's RLHF-tuned Llama 3.1 70B. Tops several Arena-style human-preference leaderboards and shipped with NVIDIA's reward-model research. Inherits the Llama 3 community licence.

Context
128K
License
llama-3
VRAM Q4
42 GB