Deep Cogito: Cogito v2.1 671B

This model is no longer available.

Add AI to your application with Puter.js.

Explore Other Models

Model Card

Cogito v2.1 671B is a 671-billion-parameter Mixture-of-Experts language model from DeepCogito, with 37 billion parameters active per forward pass.

Built with reinforcement learning via self-play, it excels at instruction following, coding, complex reasoning, multi-turn dialogue, and creative writing. It features a hybrid reasoning mode that produces results comparable to or better than DeepSeek R1 while using roughly 60% fewer reasoning tokens. It supports a 128K context window and 30+ languages.

Benchmark highlights include 98.57% on MATH-500, 77.72% on GPQA Diamond, 84.69% on MMLU Pro, and 89.47% on AIME 2025. A strong open-weight choice for agents, coding assistants, or math-heavy applications needing frontier-level performance with token-efficient reasoning.

Context Window 128K

tokens

Max Output N/A

tokens

Input Cost $1.25

per million tokens

Output Cost $1.25

per million tokens

Release Date Nov 13, 2025

 

Code Example

Add AI to your app with the Puter.js AI API — no API keys or setup required.

// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';

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

Frequently Asked Questions

How do I use Cogito v2.1 671B?

You can access Cogito v2.1 671B by Deep Cogito through Puter.js AI API. Include the library in your web app or Node.js project and start making calls with just a few lines of JavaScript — no backend and no configuration required. You can also use it with Python or cURL via Puter's OpenAI-compatible API.

Is Cogito v2.1 671B free?

Yes, it is free if you're using it through Puter.js. With the User-Pays Model, you can add Cogito v2.1 671B to your app at no cost — your users pay for their own AI usage directly, making it completely free for you as a developer.

What is the pricing for Cogito v2.1 671B?
Cogito v2.1 671B costs $1.25 per 1M input tokens and $1.25 per 1M output tokens.
Price per 1M tokens
Input$1.25
Output$1.25
Who created Cogito v2.1 671B?

Cogito v2.1 671B was created by Deep Cogito and released on Nov 13, 2025.

What is the context window of Cogito v2.1 671B?

Cogito v2.1 671B supports a context window of 128K tokens. For reference, that is roughly equivalent to 256 pages of text.

Does it work with React / Vue / Vanilla JS / Node / etc.?

Yes — the Cogito v2.1 671B API works with any JavaScript framework, Node.js, or plain HTML through Puter.js. Just include the library and start building. See the documentation for more details.

Get started with Puter.js

Add AI to your application without worrying about API keys or setup.

Explore Models View Tutorials