Cohere: Command R+ (08-2024) API
Access Cohere: Command R+ (08-2024) from Cohere using Puter.js AI API.
Get Startedcohere/command-r-plus-08-2024
Model Card
Command R+ 08-2024 is a 104B parameter flagship model with a 128K context length, optimized for complex tasks including multi-step tool use and RAG workflows. It offers roughly 50% higher throughput and 25% lower latency compared to the previous Command R+ version. Trained on 23 languages, it excels at reasoning, summarization, and sophisticated enterprise applications.
Context Window
N/A
tokens
Max Output
4,000
tokens
Input Cost
$2.5
per million tokens
Output Cost
$10
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-plus-08-2024"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
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