← All models
Cohere
Command R+
Cohere's flagship RAG-optimized model.
chatragtools
Input price
$3.00
per 1M tokens (with markup)
Output price
$12.00
per 1M tokens (with markup)
Context window
128,000
tokens max input
About Command R+
Command R+ — optimized for retrieval-augmented generation with inline citations and tool use.
Capabilities
✓Streaming
✓Tool calling / function calls
—Vision input
—JSON mode
Use it through OneAPIKey
import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.ONEAPIKEY_API_KEY,
baseURL: "https://oneapikey.app/v1",
});
const res = await client.chat.completions.create({
model: "command-r-plus",
messages: [{ role: "user", content: "Hello!" }],
});