Update Apr 7, 2026 tracked by Updatify
v0.20.3
What’s Changed
- Gemma 4 Tool Calling improvements
- Added latest models to Ollama App
- OpenClaw fixes for launching TUI
Full Changelog: https://github.com/ollama/ollama/compare/v0.20.2…v0.20.3
Open-source framework that allows you to download, set up, and run Large Language Models (LLMs)—like Llama, Mistral, and DeepSeek
Update Apr 7, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.20.2…v0.20.3
Update Apr 4, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.20.1…v0.20.2
Update Apr 2, 2026 tracked by Updatify
Effective 2B (E2B)
ollama run gemma4:e2b
Effective 4B (E4B)
ollama run gemma4:e4b
26B (Mixture of Experts model with 4B active parameters)
ollama run gemma4:26b
31B (Dense)
ollama run gemma4:31b
Full Changelog: https://github.com/ollama/ollama/compare/v0.19.0…v0.20.0-rc0
Update Mar 27, 2026 tracked by Updatify
Ollama on Apple silicon is now built on top of Apple’s machine learning framework, MLX, to take advantage of its unified memory architecture.
https://github.com/user-attachments/assets/600297b0-3167-46a5-8e3a-fefda3a51b84
Read more: https://ollama.com/blog/mlx
ollama launch pi now includes web search plugin that uses Ollama’s web search grok models qwen3-next:80b not loading in Ollama Full Changelog: https://github.com/ollama/ollama/compare/v0.18.3…v0.19.0
Update Mar 26, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.18.3…v0.18.4-rc0
Update Mar 25, 2026 tracked by Updatify
Microsoft Visual Studio Code now directly integrates with Ollama via GitHub Copilot.
If you have Ollama installed, any local or cloud model from Ollama can be selected for use within visual studio code.
Full Changelog: https://github.com/ollama/ollama/compare/v0.18.2…v0.18.3
Update Mar 18, 2026 tracked by Updatify
npm and git are installed before installing OpenClaw ollama launch openclaw --model <model> Full Changelog: https://github.com/ollama/ollama/compare/v0.18.1…v0.18.2
Update Mar 17, 2026 tracked by Updatify
Ollama now ships with web search and web fetch plugin for OpenClaw. This allows Ollama’s models (local or cloud) to search the web for the latest content and news. This also allows OpenClaw with Ollama to be able to fetch the web and extract readable content for processing. This feature does not execute JavaScript.
When using local models with web search in OpenClaw, ensure you are signed into Ollama with ollama signin
ollama launch openclaw
You can install web search directly into OpenClaw as a plugin if you already have OpenClaw configured and working:
openclaw plugins install @ollama/openclaw-web-search
ollama launch can now run in non-interactive mode.
Perfect for:
Docker/containers: spin up an integration as a pipeline step to run evals, test prompts, or validate model behavior as part of your build. Tear it down when the job ends.
CI/CD: Generate code reviews, security checks, and other tasks within your CI
Scripts/automation: Kick off automated tasks with Ollama and claude code
--model must be specified to run in headless mode
--yes flag will auto-pull the model and skip any selectors
Try with: ollama launch claude --model kimi-k2.5:cloud --yes -- -p "how does this repository work?"
Update Mar 14, 2026 tracked by Updatify
Ollama 0.18 includes improved performance for OpenClaw and Ollama’s cloud models, including the new Nemotron-3-Super model by NVIDIA designed for high-performance agentic reasoning tasks.
This release of Ollama improves performance of cloud models and their reliability.
ollama launch openclaw --model kimi-k2.5
Ollama can now be selected as an authentication and model provider during OpenClaw onboarding (thanks @BruceMacD for contributing and @steipete for reviewing!)
openclaw onboard --auth-choice ollama
More information: https://docs.openclaw.ai/providers/ollama
Nemotron-3-Super: is a new 122B parameter model with strong reasoning and tool calling capability, while having top performance when run on modern hardware:
ollama run nemotron-3-super:cloud ollama run nemotron-3-super to run locally (requires 96GB+ of VRAM) Nemotron-3-Super scores highest of any open model on PinchBench, a benchmark suite that measures how successful models are at completing tasks when used with OpenClaw.
ollama launch openclaw --model nemotron-3-super:cloud
Or using OpenClaw’s onboarding:
Update Mar 10, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.17.7…v0.17.8-rc1
Update Mar 5, 2026 tracked by Updatify
"medium" to correctly interpreted in Ollama’s API for all thinking models ollama launch Full Changelog: https://github.com/ollama/ollama/compare/v0.17.6…v0.17.7
Update Mar 4, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.17.5…v0.17.6
Update Mar 2, 2026 tracked by Updatify
qwen3.5 models: ollama pull qwen3.5:35b for example) ollama run --verbose will now show peak memory usage when using Ollama’s MLX engine Full Changelog: https://github.com/ollama/ollama/compare/v0.17.4…v0.17.5
Update Feb 27, 2026 tracked by Updatify
Note: for users on 0.17.1, this version will not automatically update. Re-downloading is required to receive the latest version of Ollama.
Full Changelog: https://github.com/ollama/ollama/compare/v0.17.3…v0.17.4
Update Feb 27, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.17.2…v0.17.3
Update Feb 26, 2026 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.17.1…v0.17.2
Update Feb 24, 2026 tracked by Updatify
ollama create will no longer default to affine quantization for unquantized models when using the MLX engine Full Changelog: https://github.com/ollama/ollama/compare/v0.17.0…v0.17.1
Update Feb 21, 2026 tracked by Updatify
OpenClaw can now be installed and configured automatically via Ollama, making it the easiest way to get up and running with OpenClaw with open models like Kimi-K2.5, GLM-5, and Minimax-M2.5.
ollama launch openclaw
When using cloud models, websearch is enabled - allowing OpenClaw to search the internet.
Full Changelog: https://github.com/ollama/ollama/compare/v0.16.3…v0.17.0
Update Feb 19, 2026 tracked by Updatify
ollama launch cline added for the Cline CLI ollama launch <integration> will now always show the model picker Full Changelog: https://github.com/ollama/ollama/compare/v0.16.2…v0.16.3
Update Feb 14, 2026 tracked by Updatify
ollama launch claude now supports searching the web when using :cloud models ollama in PowerShell ollama serve manually, set OLLAMA_NO_CLOUD=1. Full Changelog: https://github.com/ollama/ollama/compare/v0.16.1…v0.16.2-rc0
Update Feb 12, 2026 tracked by Updatify
curl install script on macOS will now only prompt for your password if its required iem install script in Windows will now show progress OLLAMA_LOAD_TIMEOUT variable Full Changelog: https://github.com/ollama/ollama/compare/v0.16.0…v0.16.1
Update Feb 12, 2026 tracked by Updatify
ollama
The new ollama command makes it easy to launch your favorite apps with models using Ollama
ollama launch pi Full Changelog: https://github.com/ollama/ollama/compare/v0.15.6…v0.16.0
Update Feb 7, 2026 tracked by Updatify
ollama launch droid ollama launch will now download missing models instead of erroring ollama launch claude would cause context compaction when providing images Full Changelog: https://github.com/ollama/ollama/compare/v0.15.5…v0.15.6
Update Feb 3, 2026 tracked by Updatify
ollama launchollama launch can now be provided arguments, for example ollama launch claude -- --resume ollama launch will now work run subagents when using ollama launch claude ollama launch opencode ollama launch for planning, deep research, and similar tasks ollama signin will now open a browser window to make signing in easier ollama signin will now open the browser to the connect page num_predict in the API num_predict Update Feb 1, 2026 tracked by Updatify
ollama launch openclaw will now enter the standard OpenClaw onboarding flow if this has not yet been completed. Full Changelog: https://github.com/ollama/ollama/compare/v0.15.3…v0.15.4
Update Feb 1, 2026 tracked by Updatify
ollama launch clawdbot to ollama launch openclaw to reflect the project’s new name ollama launch will now use the value of OLLAMA_HOST when running it Full Changelog: https://github.com/ollama/ollama/compare/v0.15.2…v0.15.3
Update Jan 27, 2026 tracked by Updatify
ollama launch clawdbot command for launching Clawdbot using Ollama models Full Changelog: https://github.com/ollama/ollama/compare/v0.15.1…v0.15.2
Update Jan 24, 2026 tracked by Updatify
ollama launch would not detect claude and would incorrectly update opencode configurations Full Changelog: https://github.com/ollama/ollama/compare/v0.15.0…v0.15.1
Update Jan 21, 2026 tracked by Updatify
ollama launch
A new ollama launch command to use Ollama’s models with Claude Code, Codex, OpenCode, and Droid without separate configuration.
ollama launch command for Claude Code, Codex, OpenCode, and Droid """ would not work when using ollama run ollama run Update Jan 16, 2026 tracked by Updatify
ollama create and ollama show commands for experimental models /api/generate API can now be used for image generation ollama rm would only stop the first model in the list if it were running Full Changelog: https://github.com/ollama/ollama/compare/v0.14.2…v0.14.3
Update Jan 16, 2026 tracked by Updatify
/v1/responses API to better confirm to OpenResponses specification Full Changelog: https://github.com/ollama/ollama/compare/v0.14.1…v0.14.2
Update Jan 14, 2026 tracked by Updatify
Experimental image generation models are available for macOS and Linux (CUDA) in Ollama:
ollama run x/z-image-turbo
Note:
xis a username on ollama.com where experimental models are uploaded
More models coming soon:
Full Changelog: https://github.com/ollama/ollama/compare/v0.14.0…v0.14.1
Update Jan 10, 2026 tracked by Updatify
ollama run --experimental CLI will now open a new Ollama CLI that includes an agent loop and the bash tool /v1/messages API REQUIRES command for the Modelfile allows declaring which version of Ollama is required for the model NaN or -Inf zst compression Full Changelog: https://github.com/ollama/ollama/compare/v0.13.5…v0.14.0-rc2
Update Dec 18, 2025 tracked by Updatify
bert architecture models now run on Ollama’s engine Full Changelog: https://github.com/ollama/ollama/compare/v0.13.4…v0.13.5
Update Dec 13, 2025 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.13.3…v0.13.4-rc0
Update Dec 9, 2025 tracked by Updatify
/api/embed and /v1/embeddings Full Changelog: https://github.com/ollama/ollama/compare/v0.13.2…v0.13.3
Update Dec 4, 2025 tracked by Updatify
mistral-3, gemma3, qwen3-vl and more. This improves memory utilization and performance when providing images as input. deepseek-v3.1 would always think even with thinking is disabled in Ollama’s app Full Changelog: https://github.com/ollama/ollama/compare/v0.13.1…v0.13.2
Update Nov 27, 2025 tracked by Updatify
nomic-embed-text will now use Ollama’s engine by default cogito-v2.1 Unmarshal: errors Full Changelog: https://github.com/ollama/ollama/compare/v0.13.0…v0.13.1
Update Nov 19, 2025 tracked by Updatify
DeepSeek-OCR is now available on Ollama. Example inputs:
ollama run deepseek-ocr "/path/to/image\n<|grounding|>Given the layout of the image."
ollama run deepseek-ocr "/path/to/image\nFree OCR."
ollama run deepseek-ocr "/path/to/image\nParse the figure."
ollama run deepseek-ocr "/path/to/image\nExtract the text in the image."
ollama run deepseek-ocr "/path/to/image\n<|grounding|>Convert the document to markdown."
bench tool
Ollama’s GitHub repo now includes a bench tool that can be used to test model performance. For the time being this is a separate tool that can be built in the Ollama GitHub repository:
First, install Go. Then from the root of the Ollama repository run:
go run ./cmd/bench -model gpt-oss:20b
For more information see the tool’s documentation
Update Nov 12, 2025 tracked by Updatify
Ollama’s API and OpenAI-compatible API now support log probabilities. Log probabilities of output tokens indicate the likelihood of each token occurring in the sequence given the context. This is useful for different use cases:
To enable Logprobs, provide "logprobs": true to Ollama’s API:
curl http://localhost:11434/api/generate -d '{
"model": "gemma3",
"prompt": "Why is the sky blue?",
"logprobs": true
}'
When log probabilities are requested, response chunks will now include a "logprobs" field with the token, log probability and raw bytes (for partial unicode).
{
"model": "gemma3",
"created_at": "2025-11-14T22:17:56.598562Z",
"response": "Okay",
"done": false,
"logprobs": [
{
"token": "Okay",
"logprob": -1.3434503078460693,
"bytes": [
79,
107,
97,
121
]
}
]
}
top_logprobs
When setting "top_logprobs", a number of most-likely tokens are also provided, making it possible to introspect alternative tokens. Below is an example request.
curl http://localhost:11434/api/generate -d '{
"model": "gemma3",
"prompt": "Why is the sky blue?",
"logprobs": true,
"top_logprobs": 3
}'
Update Nov 5, 2025 tracked by Updatify
ollama run now works with embedding models
ollama run can now run embedding models to generate vector embeddings from text:
ollama run embeddinggemma "Hello world"
Content can also be provided to ollama run via standard input:
echo "Hello world" | ollama run embeddinggemma
qwen3-vl:235b and qwen3-vl:235b-instruct /api/chat API ollama run now works with embedding models Full Changelog: https://github.com/ollama/ollama/compare/v0.12.9…v0.12.10
Update Oct 31, 2025 tracked by Updatify
Full Changelog: https://github.com/ollama/ollama/compare/v0.12.8…v0.12.9
Update Oct 30, 2025 tracked by Updatify
qwen3-vl performance improvements, including flash attention support by default qwen3-vl will now output less leading whitespace in the response when thinking deepseek-v3.1 thinking could not be disabled in Ollama’s new app qwen3-vl would fail to interpret images with transparent backgrounds ollama rm Full Changelog: https://github.com/ollama/ollama/compare/v0.12.7…v0.12.8
Update Oct 29, 2025 tracked by Updatify
Ollama’s new app now includes a way to add one or many files when prompting the model:
For better responses, thinking levels can now be adjusted for the gpt-oss models:
New API documentation is available for Ollama’s API: https://docs.ollama.com/api
embeddinggemma Update Oct 15, 2025 tracked by Updatify
qwen3-coder would act in raw mode when using /api/generate or ollama run qwen3-coder <prompt> qwen3-embedding providing invalid results num_gpu is set tool_index with a value of 0 would not be sent to the model Experimental support for Vulkan is now available when you build locally from source. This will enable additional GPUs from AMD, and Intel which are not currently supported by Ollama. To build locally, install the Vulkan SDK and set VULKAN_SDK in your environment, then follow the developer instructions. In a future release, Vulkan support will be included in the binary release as well. Please file issues if you run into any problems.
Update Oct 10, 2025 tracked by Updatify
/api/chat API "think": false would show an error instead of being silently ignored deepseek-r1 output issues Full Changelog: https://github.com/ollama/ollama/compare/v0.12.4…v0.12.5-rc0
Update Oct 3, 2025 tracked by Updatify
keep_alive in the API would accept different values for the /api/chat and /api/generate endpoints qwen3-coder OLLAMA_FLASH_ATTENTION can now be overridden to 0 for models that have flash attention enabled by default Full Changelog: https://github.com/ollama/ollama/compare/v0.12.3…v0.12.4-rc3
Update Sep 26, 2025 tracked by Updatify
DeepSeek-V3.1-Terminus: DeepSeek-V3.1-Terminus is a hybrid model that supports both thinking mode and non-thinking mode. It delivers more stable & reliable outputs across benchmarks compared to the previous version:
Run on Ollama’s cloud:
ollama run deepseek-v3.1:671b-cloud
Run locally (requires 500GB+ of VRAM)
ollama run deepseek-v3.1
Kimi-K2-Instruct-0905: Kimi K2-Instruct-0905 is the latest, most capable version of Kimi K2. It is a state-of-the-art mixture-of-experts (MoE) language model, featuring 32 billion activated parameters and a total of 1 trillion parameters.
ollama run kimi-k2:1t-cloud
ollama push will now provide a URL to follow to sign in /load would crash Full Changelog: https://github.com/ollama/ollama/compare/v0.12.2…v0.12.3
Update Sep 24, 2025 tracked by Updatify
A new web search API is now available in Ollama. Ollama provides a generous free tier of web searches for individuals to use, and higher rate limits are available via Ollama’s cloud. This web search capability can augment models with the latest information from the web to reduce hallucinations and improve accuracy.
Full Changelog: https://github.com/ollama/ollama/compare/v0.12.1…v0.12.2
Update Sep 21, 2025 tracked by Updatify
& characters in Qwen3-Coder would not be parsed correctly when function calling ollama signin would not work properly on Linux Full Changelog: https://github.com/ollama/ollama/compare/v0.12.0…v0.12.1