33 5 days ago

Tiny 152M LLM with chat, step-by-step thinking, tools/web and honest code answers runs on almost anything.

tools thinking
ollama run Alieno/ailo-152m-x3

Applications

Claude Code
Claude Code ollama launch claude --model Alieno/ailo-152m-x3
OpenCode
OpenCode ollama launch opencode --model Alieno/ailo-152m-x3
Hermes Agent
Hermes Agent ollama launch hermes --model Alieno/ailo-152m-x3
OpenClaw
OpenClaw ollama launch openclaw --model Alieno/ailo-152m-x3

Models

View all →

Readme

AILO-152M-x3 🪶

A 152M-parameter tiny LLM that runs on almost anything laptops, old PCs, even a Raspberry Pi (~300 MB RAM). Distilled from Gemma 3 4B.

x3 adds a self-elaboration behavior: it drafts an answer, re-reads it, and expands it for a more thorough reply.

Features

  • 💬 Chat — instruction-following assistant
  • 💭 Thinking — brief step-by-step reasoning in <think>…</think>
  • 🔧 Tools / Web — tool-aware template: pair it with Ollama web search for fresh facts (context-following)
  • 🧑‍💻 Honest about code — instead of hallucinating broken pseudo-code, it points you to complete, tested programs

Run

ollama run Alieno/ailo-152m-x3            # q8 (default)
ollama run Alieno/ailo-152m-x3:q4_k_m     # smaller

Links

Honesty

Every token is still 152M-quality facts can be imperfect. x3 makes answers more thorough, and web/tools give it fresh knowledge it doesn’t hold in its weights. License: CC BY-NC-SA 4.0.