avatar

Ollama 0.32.1 Makes Gemma 4 Tool Calling More Reliable

Small update helps local agents handle file edits and commands better

avatar@ollama
14 hours ago

TL;DR:

  • Ollama 0.32.1 fixes tool calling issues with Gemma 4
  • 26B model now runs via Pi with MLX version for Apple chips
  • Makes local coding agents more practical day to day

Headline

Ollama 0.32.1 makes Gemma 4 tool calling more reliable for local coding agents.

Summary

Ollama released version 0.32.1. The main change improves how Gemma 4 handles tool calls, especially when agents need to edit files or run commands. The update also adds support for running the 26B Gemma 4 model through Pi, plus an MLX build that runs faster on Apple Silicon.

Analysis

It's a modest update but useful. Tool calling matters when agents have to edit code, execute commands, or chain steps together. Stronger reliability here gives developers a better local option instead of relying only on cloud services. The MLX path matters too since a lot of people run models on Macs, and faster inference on bigger models like 26B actually changes how usable they feel. This fits the broader move from chat-style use toward agents that interact with tools and systems.

Impact Assessment

  • Significance: Medium
  • Categories: Developer Tools, Technical Insight, Industry Trend