Cohere: Command R (08-2024) API

Access Cohere: Command R (08-2024) from Cohere using Puter.js AI API.

Get Started

Model Card

Command R 08-2024 is a 32B parameter multilingual model optimized for reasoning, summarization, and question answering with a 128K context length. It delivers 50% higher throughput and 20% lower latency than the original Command R while excelling at RAG, tool use, and code tasks. Trained on 23 languages, it features improved instruction following and Safety Modes.

Context Window

N/A

tokens

Max Output

4,000

tokens

Input Cost

$0.15

per million tokens

Output Cost

$0.6

per million tokens

API Usage Example

Add Cohere: Command R (08-2024) to your app with just a few lines of code.
No API keys, no backend, no configuration required.

<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.chat("Explain quantum computing in simple terms", {
            model: "cohere/command-r-08-2024"
        }).then(response => {
            document.body.innerHTML = response.message.content;
        });
    </script>
</body>
</html>

View full documentation →

Get started with Puter.js

Add Cohere: Command R (08-2024) to your app without worrying about API keys or setup.

Read the Docs View Tutorials