Cohere: Command A API

Access Cohere: Command A from Cohere using Puter.js AI API.

Get Started

Model Card

Command A is Cohere's most performant 111B parameter model with a 256K context length, excelling at tool use, RAG, agents, and multilingual tasks across 23 languages. It runs efficiently on just two GPUs while delivering 150% higher throughput than its predecessor Command R+. The model is optimized for enterprise applications including code generation, SQL, and complex reasoning tasks.

Context Window

N/A

tokens

Max Output

8,192

tokens

Input Cost

$2.5

per million tokens

Output Cost

$10

per million tokens

API Usage Example

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

View full documentation →

Get started with Puter.js

Add Cohere: Command A to your app without worrying about API keys or setup.

Read the Docs View Tutorials