330.7K Downloads Updated 4 months ago
Updated 4 months ago
4 months ago
d76677b01639 · 66GB
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