Patch release. Two small but real fixes.
Gemini 3.1 Flash-Lite ID change (required before 2026-05-25)
Google graduated Gemini 3.1 Flash-Lite from preview to GA in April 2026 and dropped the -preview suffix:
| Before | After |
|---|---|
gemini-3.1-flash-lite-preview |
gemini-3.1-flash-lite |
The preview ID will start returning errors after May 25, 2026. Anyone running 1.2.0 / 1.2.1 with Flash-Lite selected as their Gemini model needs to upgrade to 1.2.2 before that date or manually re-select the model after upgrade. Same underlying model architecture — no behavior change beyond the ID swap.
Other Gemini 3 entries (3 Flash, 3.1 Pro) remain preview-tier; expect them to graduate eventually with similar EOL notices.
Dropdown dedup
The Ollama model dropdown in Settings used to show moondream twice — once as "Moondream 2 ✓" via the suggested list, and once as "moondream:latest ✓" via the unlisted-installs pass. Cause: the suggested-list entry has a bare value (moondream, no tag), and the unlisted-installs pass uses tag form (moondream:latest) as its lookup key. Different keys meant the :latest form fell through and got appended as a duplicate.
Fix: when a suggested match is via a bare value, mark its :latest form covered too so the unlisted-installs pass skips it.
Install
- Download
AIKeywords-1.2.2.lrplugin.zipbelow. Unzip. - Lightroom → File → Plug-in Manager. Remove your existing 1.2.x entry, add the new folder. Or reload in place.
- Settings → Gemini tab: if you had Flash-Lite selected and saw "model not found," pick it again from the dropdown to save the new ID.
Apple M5 + Ollama note
If you're on an Apple M5 Mac, Ollama 0.20+ has a Metal compatibility bug that crashes most local models. Not specific to this plugin. Workarounds: try OLLAMA_USE_MLX=1 if you have 32+ GB unified memory, downgrade to Ollama 0.18.0, or use cloud providers until upstream ships a fix.
Full commit log: v1.2.1...v1.2.2