Command R7B pricing
Command R7B API cost from Cohere — $0.037 per 1M input tokens and $0.150 per 1M output tokens. Cheapest Cohere tier. Estimate your real monthly bill below, then compare it against every other model.
Fast / cheap 128K context · all prices USD per 1M tokens, list price last verified 2026-06-27.
Command R7B capabilities & limits
Representative specs for this tier — confirm exact limits in the Cohere docs.
API acting up? Check Cohere status ↗ · all AI API status
Call Command R7B from your code
The exact model string and endpoint to use. Works with the OpenAI SDK — just point base_url at the URL below.
command-r7b-12-2024https://api.cohere.com/compatibility/v1CO_API_KEYcurl https://api.cohere.com/compatibility/v1/chat/completions \
-H "Authorization: Bearer $CO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "command-r7b-12-2024",
"messages": [{"role": "user", "content": "Hello"}]
}' Model strings follow each provider's naming convention; confirm the current id in the Cohere docs before relying on it.
What a Command R7B API call actually costs
Blended input + output cost at Command R7B's list rates — useful yardsticks before you commit to volume.
Command R7B cost calculator
Enter your monthly volume to estimate the Command R7B bill. Runs entirely in your browser.
Cohere models — Command R7B in context
How Command R7B prices against its siblings. Cheapest reference cost first.
| Model | Input /1M | Output /1M | Cost / call* | Context | Type |
|---|---|---|---|---|---|
| Command R7B Cheapest Cohere tier | $0.037 | $0.150 | $0.0002 | 128K | Fast / cheap |
| Command R | $0.150 | $0.600 | $0.0007 | 128K | Balanced |
| Command A Flagship, RAG-tuned | $2.50 | $10.00 | $0.013 | 256K | Flagship |
*Reference cost of one call with 1,000 input + 1,000 output tokens — a neutral yardstick. Use the calculator for your real usage. Cheapest row highlighted.
How Command R7B pricing works
Command R7B is billed per token: a lower input price of $0.037 per million tokens for everything you send, and a higher output price of $0.150 per million for everything the model generates. To turn that into a real Command R7B bill, multiply by your monthly request volume and average prompt/response length — the calculator above does exactly that.
Command R7B does not list a separate cached-input rate, so every input token bills at $0.037 per million. If repeated context is a big part of your prompts, a model with prompt caching may end up cheaper in practice.
List prices move fast — always confirm the current numbers on the official Cohere pricing page before relying on them for budgeting.
Command R7B pricing FAQ
How much does the Command R7B API cost?
Command R7B costs $0.037 per 1M input tokens and $0.150 per 1M output tokens. A typical 3K-input / 500-output call works out to about $0.0002.
What is Command R7B's context window?
Command R7B has a 128K-token context window. Tokens you put in the prompt are billed at the $0.037 per 1M input rate.
Does Command R7B charge extra for output tokens?
Yes. Output (generated) tokens cost $0.150 per 1M, versus $0.037 per 1M for input — about 4.0× more, which is normal for LLM APIs.
Is Command R7B a cheap model?
Command R7B is already among the lowest-priced models tracked here. Compare it against every model on the full price table.