0.34.31w ago
ollama/ollama v0.34.3
Key point
Ollama v0.34.3 introduces per-model thinking control options, adds support for the Nemotron H vision model on Apple Silicon, and fixes bugs related to the macOS app and HuggingFace pulls.
Details
Key Changes
Feature Improvements
- The
GET /api/showendpoint now exposes the model's thinking control options and default values.- You can check the supported thinking levels (e.g.,
false,trueorlow,high,max) and default values for each model via the CLI (ollama show) and the API. - The same information is provided for cloud models on ollama.com.
- You can check the supported thinking levels (e.g.,
- Support for the Nemotron H vision model has been added in Apple Silicon (MLX) environments.
Bug Fixes
- Fixed an issue where the macOS app would reopen windows that the user had previously closed when the app was activated.
- Resolved issues that occurred when pulling models from HuggingFace.