Overview
Command R+ represents the pinnacle of Cohere's current AI offerings, boasting the highest level of intelligence and capability in the Command family. It is purpose-built to excel at real-world enterprise use cases, with significant enhancements in handling complex workflows, long-context tasks, and multi-step reasoning. Command R+ is optimized for advanced applications such as sophisticated retrieval-augmented generation (RAG) and intricate tool use scenarios, making it ideal for enterprises looking to push the boundaries of AI integration in their operations.
Specializations
Most advanced and capable model in the Cohere Command family.
Highest level of performance in complex, multi-step reasoning tasks.
Superior handling of long-context scenarios (up to 128,000 tokens).
Advanced capabilities in retrieval-augmented generation (RAG) and tool use.
Exceptional performance in enterprise-level language tasks and workflows.
Strong multi-lingual capabilities across various languages.
Integration Guide (Javascript)
To use this model through Portkey, follow these steps:
1. Install Portkey SDK:
npm install --save portkey-ai
2. Set up client with Portkey:
import Portkey from 'portkey-ai'
const portkey = new Portkey({
apiKey: "PORTKEY_API_KEY",
virtualKey: "VIRTUAL_KEY" // Your Cohere Virtual Key
})
3. Make a request:
const chatCompletion = await portkey.chat.completions.create({
messages: [{ role: 'user', content: 'Say this is a test' }],
model: 'command-r-plus',
});
console.log(chatCompletion.choices[0].message.content);
Live API Statistics and Performace Metrics
LMSys Arena Elo Score:
1190
Arena Score
LMSys Leaderboard Rank:
44
Arena Rank
Evaluates LLMs through a combination of user feedback and automated scoring systems.
Model Specifications
Release Date:
26/7/2023
Max. Context Tokens:
128K
Max. Output Tokens:
4K
Model Size
104B
Knowledge Cut-Off Date:
March 2024
License:
Proprietary
Technical Report/Model Card:
LMSys Elo Score
1190
Berkeley Function Calling Ability Score:
NaN
Pricing
$/Million Input Tokens
$
2.5
$/Million Output Tokens
$
10
Live updates via Portkey Pricing API. Coming Soon...
© 2024 Portkey, Inc. All rights reserved