Command R

Command R

Command R

by

Cohere

Model ID:

command-r

Use This Model

Model Overview

FAQs

Related Links

Overview

Command R stands as a powerful generative model in Cohere's lineup, optimized for long-context tasks and complex problem-solving. It strikes an ideal balance between high performance and strong accuracy, enabling companies to confidently move beyond proof-of-concept stages into full production environments. Command R excels in tasks such as retrieval-augmented generation (RAG) and seamless integration with external APIs and tools, making it a versatile choice for a wide range of advanced applications.

Specializations

  • Cutting-edge features and improvements in language processing.

  • Experimental capabilities that may surpass stable versions.

  • Potential for enhanced performance in specific tasks.

  • Access to the latest advancements in Cohere's AI technology.

  • Suited for testing novel AI approaches and methodologies.

  • May offer improvements in efficiency, accuracy, or new functionalities.

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

});

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

Live API Statistics and Performace Metrics

LMSys Arena Elo Score:

1149

Arena Score

LMSys Leaderboard Rank:

60

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

35B

Knowledge Cut-Off Date:

March 2024

License:

Proprietary

Technical Report/Model Card:

LMSys Elo Score

1149

Pricing

$/Million Input Tokens

$

0.15

$/Million Output Tokens

$

0.6

Live updates via Portkey Pricing API. Coming Soon...

© 2024 Portkey, Inc. All rights reserved