Command R Plus (August 2024)

Command R Plus (August 2024)

Command R Plus (August 2024)

by

Cohere

Model ID:

command-r-plus-08-2024

Use This Model

Model Overview

FAQs

Related Links

Overview

Command R+ is an advanced generative AI model, delivering high-tier performance across complex tasks. It provides 50% higher throughput and 25% lower latency compared to its predecessor, maintaining the same hardware footprint. With superior capabilities in multilingual RAG, tool use, and structured data manipulation, Command R+ is designed for demanding enterprise applications that require top-level AI performance and versatility.

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-08-2024',

});

console.log(chatCompletion.choices[0].message.content);

Live API Statistics and Performace Metrics

LMSys Arena Elo Score:

1210

Arena Score

LMSys Leaderboard Rank:

28

Arena Rank

Evaluates LLMs through a combination of user feedback and automated scoring systems.

Model Specifications

Release Date:

30/8/2024

Max. Context Tokens:

128K

Max. Output Tokens:

4K

License:

Proprietary

Technical Report/Model Card:

LMSys Elo Score

1210

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