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

v1.0.0 — OLMo Telegram Bot

Choose a tag to compare

@Endogen Endogen released this 06 Mar 07:26
· 12 commits to main since this release

Features

🤖 Multi-Model Chat

  • OLMo 3.1 32B Instruct — default model
  • OLMo 32B Think — reasoning model
  • OLMo 7B — lightweight model
  • Tülu 8B / 70B — instruction-tuned alternatives
  • Switch models anytime with /olmo32b, /think, /olmo7b, /tulu8b, /tulu70b

👁 Vision (Molmo 2)

  • Molmo 2 8B — image and video understanding
  • Molmo 2 8B Tracking — 8fps video tracking
  • Send a photo or video with a caption to analyze it
  • Auto-switches to Molmo 2 when media is sent on a text-only model
  • /molmo2 and /molmo2track to switch explicitly

🔍 Web Search

  • All text models have access to Brave Search via MCP tool bridge
  • Models can decide to search the web when they need current information
  • Powered by Web2API MCP integration

💬 Other

  • Inline mode@your_bot query in any chat
  • Conversation memory — optional per-user history (/memory)
  • Access control — restrict to specific Telegram user IDs
  • Configurable via environment variables

Setup

See README for installation and configuration.