# Cohere Command R API Rate Limits, Pricing & Performance (July 2026)

- Tool: AI API Limits & Performance Matrix
- Last updated: July 2026

## TL;DR

Cohere Command R (08-2024) is the current self-serve flagship for the Command R family: 128K-token context, $0.15 input / $0.60 output per MTok — among the lowest prices for a capable frontier model. Trial keys cap at 1,000 API calls/month total; production keys allow 500 RPM on Chat. No automatic prompt caching; implement app-level caching in Redis or your application layer. Production key requires an application form — not instant.

## Frequently asked questions

### How do I get a Cohere Command R production API key?

Production API key access for Cohere requires completing an application form on cohere.com — it is not instant like most other providers. Create an org account, then submit the production key request with your use case. The trial key (free, 1,000 calls/month total) is available immediately but is for evaluation only. Contact sales@cohere.com if you need Command A or flagship access.

### How do I increase Cohere Command R rate limits?

Email support@cohere.com with your use case, expected volume, and current production key details. For the Chat endpoint, the default production limit is 500 RPM; for Rerank it is 1,000 RPM; Embed is 2,000 inputs/min (shared between trial and production). For Command A and enterprise limits, contact sales@cohere.com.

### Is Cohere Command R API free?

A trial key is available for free with 1,000 total API calls/month across all endpoints — suitable for evaluation only. Production use requires a paid production key. Pay-as-you-go pricing starts at $0.15/MTok input and $0.60/MTok output for Command R (08-2024). There is no free production tier.

### Does Cohere Command R support prompt caching?

No. Cohere does not offer automatic server-side prompt caching for Command R. You must implement app-level caching (e.g., Redis or application-layer cache keyed on prompt hash) to avoid redundant API calls. This is the most important cost optimization for high-concurrency or repeated-context workloads on Command R.

### What is the difference between Command R and Command R+?

Command R (08-2024, this page) is $0.15 input / $0.60 output per MTok and is optimized for RAG workflows with Cohere's Embed + Rerank stack. Command R+ (08-2024) is $2.50 input / $10.00 output — approximately 17× more expensive — and is positioned for more complex multi-step reasoning and enterprise use cases. Use Command R for document retrieval and citation-heavy generation; upgrade to R+ for tasks requiring deeper reasoning.

### What does HTTP 429 mean on the Cohere API?

HTTP 429 Too Many Requests has two distinct causes on Cohere: (1) you exceeded a per-endpoint per-minute limit (Chat: 500 RPM production, 20 RPM trial; Rerank: 1,000 RPM; Embed: 2,000 inputs/min); or (2) your trial key's 1,000 calls/month global cap is exhausted — in which case no retry will help until next month. Check the response body to identify which limit was hit. Implement exponential backoff and honor the Retry-After header.

### How does Cohere Command R compare to Mistral Large for RAG use cases?

Command R at $0.15/$0.60/MTok is dramatically cheaper than Mistral Large on a per-token basis, and it comes with Cohere's native Embed + Rerank stack (Rerank v3.5, Embed v4 with PDF support) — a full integrated RAG pipeline in one provider. Mistral Large at $2.00/$6.00/MTok has a larger 128K (vs Command R's 128K) — same context — but no native reranking. However, Mistral offers a 50% batch discount and prompt caching that Cohere lacks. For cost-sensitive pure RAG, Command R wins on price; for reasoning-heavy tasks, Mistral Large is stronger.

### Can RapidDev help architect a Cohere RAG pipeline with Embed, Rerank, and Command R?

Yes. RapidDev builds production RAG architectures using Cohere's full stack — Embed v4, Rerank v3.5, and Command R — including app-level caching layers, rate-limit management, and cost optimization. Book a free scoping call at rapidevelopers.com/contact.

---

Source: https://www.rapidevelopers.com/ai-api-limits-performance-matrix/cohere-command-r
© RapidDev — https://www.rapidevelopers.com/ai-api-limits-performance-matrix/cohere-command-r
