releasesOllama releasesSep 19, 2026
Ollama releases: v0.34.3
Sentiment: neutral
TL;DR
Ollama released version v0.34.3, which includes updates to the `GET /api/show` endpoint to advertise each model's thinking controls and default settings, enhancing API transparency. This update is significant for users needing detailed control over model behavior.
Detailed Summary
Ollama released version v0.34.3, which updates the `GET /api/show` endpoint to advertise each model's thinking controls and default settings. This update allows users to fetch information about a specific model's cognitive limits via API calls, such as `curl http://localhost:11434/api/show -d '{"model": "glm-5.3-flash:cloud"}'`. The broader impact includes enhanced transparency and control over the models' operations for developers and users.
Key Points
- • `GET /api/show` now includes thinking controls for each model.
- • Default thinking level is set to "max" for the glm-5.3-flash:cloud model.
- • Nemotro is mentioned but not detailed in key changes.