Back to Models
Cohere: Command R (08-2024)
cohere/command-r-08-2024Aug 30, 2024128K context4K max output$0.15/M in · $0.60/M out
Description
command-r-08-2024 is an update of the Command R with improved performance for multilingual retrieval-augmented generation (RAG) and tool use. More broadly, it is better at math, code and reasoning and is competitive with the previous version of the larger Command R+ model.
Read the launch post here.
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.15 |
| Output | $0.60 |
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-r-08-2024",
"messages": [{"role": "user", "content": "Hello!"}]
}'