Ollama v0.16.2 adds web search for Claude cloud models, fixes image generation
Key Changes
Cloud Model Enhancements
ollama launch claudenow supports web search when using:cloudmodels, enabling Claude to retrieve and reference live web information during conversations- New app setting makes it easier to disable cloud models for environments where data privacy is critical and information cannot leave the local machine
- For Linux deployments or manual
ollama serveconfigurations, setOLLAMA_NO_CLOUD=1environment variable to disable cloud model access
Bug Fixes
- Fixed rendering issue that occurred when running Ollama in PowerShell environments
- Resolved regression where experimental image generation models would fail to execute in versions 0.16.0 and 0.16.1
What Developers Need to Know
This release focuses on improving usability and fixing critical regressions. Users relying on image generation capabilities should upgrade immediately. Teams handling sensitive data can now easily isolate their Ollama instances from cloud-based models, enhancing compliance with data residency requirements.
Action Items
- Upgrade to v0.16.2 if using experimental image generation features
- Consider enabling
OLLAMA_NO_CLOUD=1for deployments handling sensitive data - Test cloud model web search capabilities with Claude models in
:cloudmode