369.3K Downloads Updated 5 months ago
Name
20 models
cogito:latest
4.9GB · 128K context window · Text · 5 months ago
cogito:3b
2.2GB · 128K context window · Text · 5 months ago
cogito:8b
latest4.9GB · 128K context window · Text · 5 months ago
cogito:14b
9.0GB · 128K context window · Text · 5 months ago
cogito:32b
20GB · 128K context window · Text · 5 months ago
cogito:70b
43GB · 128K context window · Text · 5 months ago
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.
To enable extended thinking, include Enable deep thinking subroutine.
in the system prompt:
/set system """Enable deep thinking subroutine."""
Or via the API:
curl http://localhost:11434/api/chat -d '{
"model": "cogito",
"messages": [
{
"role": "system",
"content": "Enable deep thinking subroutine."
},
{
"role": "user",
"content": "How many letter Rs are in the word Strawberry?"
}
]
}'
ollama run cogito:3b
ollama run cogito:8b
ollama run cogito:14b
ollama run cogito:32b
ollama run cogito:70b