Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

v1.5.0

Latest

Choose a tag to compare

@Endogen Endogen released this 24 Mar 16:22

What's New

Multi-Image Context for Vision Models

  • Previous images (up to 5) are now sent alongside the current image when memory is enabled
  • Images are sent in chronological order (oldest first) so Molmo can correctly reference them
  • Prompt includes ordering annotation so the model knows which image is "previous" vs "current"
  • Image history is cleaned up when memory is disabled or /clear is used

This fixes the issue where Molmo would confuse the order of images when asked to compare them.