v0.32.9
camel-ai/camelv0.32.9Aug 11, 2026by dhiltgen
AI Summary
Introduces the NVIDIA Nemotron 3.5 Lightning model and fixes a boundary condition in the Muse Glimmer parser.
Key Highlights
- New NVIDIA Nemotron 3.5 Lightning MoE model
- Support for OpenClaw and Hermes Agent
- Fixed boundary condition in Muse Glimmer function calling parser
New Features
- Nemotron 3.5 Lightning model
- Muse Glimmer parser fix
Full Release Notes
## NVIDIA Nemotron 3.5 Lightning [NVIDIA Nemotron 3.5 Lightning](https://ollama.com/library/nemotron-3.5-lightning) is an open 30B mixture-of-experts (MoE) model with 3B active parameters built for that execution layer of always-on agents. It is designed for harnesses like OpenClaw and Hermes Agent – all supported by the [NVIDIA NemoClaw](https://github.com/NVIDIA/NemoClaw) open source security and management stack for running always-on AI agents. ``` ollama run nemotron-3.5-lightning ``` ## What's Changed * Added the Nemotron 3 architecture * Handle boundary condition in Muse Glimmer function calling parser **Full Changelog**: https://github.com/ollama/ollama/compare/v0.32.8...v0.32.9