96 11 months ago

Cogito v1 is a family of hybrid reasoning models by Deep Cogito that outperform the best available open models of the same size. But I have made it to think it as default, if you don't want to set the system parameter every time, you can use this model.

tools
ollama run sivab14/cogito-thinking

Applications

Claude Code
Claude Code ollama launch claude --model sivab14/cogito-thinking
Codex
Codex ollama launch codex --model sivab14/cogito-thinking
OpenCode
OpenCode ollama launch opencode --model sivab14/cogito-thinking
OpenClaw
OpenClaw ollama launch openclaw --model sivab14/cogito-thinking

Models

View all →

Readme

Deep-Cogito.png

  • The Cogito v1 Preview LLMs are instruction tuned generative models (text in/text out). All models are released under an open license for commercial use.

    • Cogito models are hybrid reasoning models. Each model can answer directly (standard LLM), or self-reflect before answering (like reasoning models).
    • The LLMs are trained using Iterated Distillation and Amplification (IDA) - an scalable and efficient alignment strategy for superintelligence using iterative self-improvement.
    • The models have been optimized for coding, STEM, instruction following and general helpfulness, and have significantly higher multilingual, coding and tool calling capabilities than size equivalent counterparts.
      • In both standard and reasoning modes, Cogito v1-preview models outperform their size equivalent counterparts on common industry benchmarks.
    • Each model is trained in over 30 languages and supports a context length of 128k.

Extended [thinking]

This model’s modelfile is modified to make it think as default, so you don’t have to use this SYSTEM parameter, like you use for the default model.

/set system """Enable deep thinking subroutine."""

CREDITS

This model is made by Deep Cogito, so the full credits goes to them, I didn’t make any other changes to the model, so hope you like this modified version😅.