AI-ML
Ollama v0.18.0
RESUMEN
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. Improved OpenClaw performance with Kimi-K2.5 This release of Olla
Descripción Detallada
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. Improved OpenClaw performance with Kimi-K2.5 This release of Ollama improves performance of cloud models and their reliability. - Up to 2x faster speeds with Kimi-K2.5 - Tool calling accuracy has been improved ``` ollama launch openclaw --model kimi-k2.5 ``` Ollama is now a provider in OpenClaw 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: Nemotron-3-Super 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: ``` openc
Ollama 0.18 mejora el rendimiento de OpenClaw y presenta el nuevo modelo Nemotron-3-Super.
- Rendimiento de OpenClaw mejorado hasta 2x más rápido con Kimi-K2.5.
- Mayor precisión en la llamada de herramientas.
- Ollama ahora es un proveedor de autenticación y modelo en OpenClaw.
- Nuevo modelo Nemotron-3-Super con 122B parámetros, optimizado para hardware moderno.
A quién le importa
Todos los que usan Ollama y OpenClaw.
Generado por IA · puede contener errores
Releases Relacionados
AI-ML
Ollama v0.23.0
## Claude Desktop with Ollama Launch <img width="1272" height="872" alt="ca1" src="https://github.com/user-attachments/assets/1d550e3f-0272-4429-8cb2-06d32344cb77" /> Claude Desktop is now supported with Ollama Launch. Both Claude Cowork and Claude Code are supported within the Claude Desktop Ap
AI-ML
Ollama v0.22.1
## What's Changed * Updated the **Gemma 4** renderer for thinking and tool calling improvements * Model recommendations are now updated without updating Ollama * Aligned the desktop app's launch page with `ollama launch` integrations * Fixed the Poolside integration title in `ollama launch`