Ollama: Closing the Gaps Between Model Metadata and Client Compatibility
Today's activity centers on making Ollama's API more transparent and more compatible with external clients and tools, from exposing thinking-level metadata to fixing tool-call parsing for qwen3-coder and accepting more OpenAI-style message fields.
Duration: PT2M39S
Episode overview
This episode is a short developer briefing from Ollama.
It explains recent repository work in plain language.
- Show: Ollama
- Published: 2026-09-19T13:00:15Z
- Audio duration: PT2M39S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
It's September 19th, 2026. Here's what moved in Ollama.
The clearest signal today: Ollama is closing compatibility gaps between its API and the growing ecosystem of clients that talk to it, especially around reasoning and tool calls.
Start with thinking levels. Parth Sareen's PR 18473 exposes supported thinking values and defaults through the show endpoint, so clients like Codex CLI and the desktop app can build controls that actually match each model, without needing to re-pull models that already have local templates. That same compatibility…
Tool-call parsing got similar attention. Two separate PRs, 18538 from farmerstevieb and 18532 from breken-ai, both fix the same underlying bug: qwen3-coder sometimes skips the explicit tool-call opener and jumps straight to the function block. Previously that meant the tool call was silently dropped and passed…
Second theme: response metadata and trust. Two near-identical PRs, 18524 and 18523, both from xiaoyulox, add a digest and provider version to chat responses, so clients can confirm exactly which model and server version answered a request — useful for debugging and reproducibility.
On the infrastructure side, Patrick Devine's PR 18533…
Nearby episodes from Ollama
- Hardening Pass Across Network, Memory, and Release Paths
- The MLX Engine Comes Home
- Streaming Reliability and Parser Cleanup
- MLX Comes of Age, Cancellation Gets Fixed
- Consistency Fixes for Tool Schemas and Image Input
- Weekly Recap - Memory Discipline and Tool-Calling Cleanup
- Precision Fixes and Cleanup
- Silent Failures Get Loud