v0.32.9

TanStack/routerv0.32.9Aug 11, 2026by dhiltgen

AI Summary

A release from Ollama (not TanStack) adding support for the NVIDIA Nemotron 3.5 Lightning model and fixing a parser bug.

Key Highlights

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

New Features

  • Nemotron 3.5 Lightning model architecture
  • 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