Release 5.2.0
Important notes
The Think parameter controls whether the models are allowed to reason and how the reasoning tokens are handled.
| Reasoning model | Marked "thinking" in Ollama library | Think=false |
Think=true |
|---|---|---|---|
| Yes | Yes | Disables reasoning | Enables reasoning + Separates reasoning tokens in Message.Thinking |
| Yes | No | Reasoning stays enabled + Reasoning tags will appear as <think></think> in the models response |
❌ Error: Model does not support thinking → Download the model again |
| No | No | No effect | ❌ Error: Model does not support thinking |