Cohere: Command R7B (12-2024) API

Access Cohere: Command R7B (12-2024) from Cohere using Puter.js AI API.

Get Started

Model Card

Command R7B is a compact 7B parameter model released in December 2024, designed as the smallest and fastest in the Command R family with a 128K context length. It excels at RAG, tool use, and agentic tasks while being deployable on commodity hardware with minimal latency. The model supports 23 languages and is priced for high-volume enterprise applications.

Context Window

N/A

tokens

Max Output

4,000

tokens

Input Cost

$0.04

per million tokens

Output Cost

$0.15

per million tokens

API Usage Example

Add Cohere: Command R7B (12-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-r7b-12-2024"
        }).then(response => {
            document.body.innerHTML = response.message.content;
        });
    </script>
</body>
</html>

View full documentation →

Get started with Puter.js

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

Read the Docs View Tutorials