Back to Models
Cohere: Command R7B (12-2024)
cohere/command-r7b-12-2024Dec 14, 2024128K context4K max output$0.04/M in · $0.15/M out
Description
Command R7B (12-2024) is a small, fast update of the Command R+ model, delivered in December 2024. It excels at RAG, tool use, agents, and similar tasks requiring complex reasoning and multiple steps.
Use of this model is subject to Cohere's Usage Policy and SaaS Agreement.
Specifications
Provider
cohere
Context Length
128K
Max Output
4K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.04 |
| Output | $0.15 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "cohere/command-r7b-12-2024",
"messages": [{"role": "user", "content": "Hello!"}]
}'