v0.32.9

mickael-kerjean/filestashv0.32.9Aug 11, 2026by dhiltgen

AI Summary

Introduces the NVIDIA Nemotron 3.5 Lightning model, a 30B MoE model designed for always-on agents, alongside parser fixes.

Key Highlights

  • Added NVIDIA Nemotron 3.5 Lightning model
  • Handle boundary condition in Muse Glimmer function calling parser

New Features

  • Nemotron 3.5 Lightning model support
  • Muse Glimmer parser boundary condition 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