Back to Models
Deep Cogito: Cogito v2.1 671B
deepcogito/cogito-v2.1-671bNov 13, 2025128K context$1.25/M in · $1.25/M outReasoning
Description
Cogito v2.1 671B MoE represents one of the strongest open models globally, matching performance of frontier closed and open models. This model is trained using self play with reinforcement learning to reach state-of-the-art performance on multiple categories (instruction following, coding, longer queries and creative writing). This advanced system demonstrates significant progress toward scalable superintelligence through policy improvement.
Specifications
Provider
deepcogito
Context Length
128K
Max Output
—
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $1.25 |
| Output | $1.25 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "deepcogito/cogito-v2.1-671b",
"messages": [{"role": "user", "content": "Hello!"}]
}'