Back to Models
Cohere: Command R+ (08-2024)
cohere/command-r-plus-08-2024Aug 30, 2024128K context4K max output$2.50/M in · $10.00/M out
Description
command-r-plus-08-2024 is an update of the Command R+ with roughly 50% higher throughput and 25% lower latencies as compared to the previous Command R+ version, while keeping the hardware footprint the same.
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 | $2.50 |
| Output | $10.00 |
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-plus-08-2024",
"messages": [{"role": "user", "content": "Hello!"}]
}'