The Open Weights
LatestModelsLeaderboardsCompanies
Subscribe
The Open Weights

The daily record of open-source AI. New model releases, leaderboards, and what's coming next — written for people who ship.

Refreshed every 12 hours

Discover

  • Latest releases
  • New today
  • Trending models

Browse

  • All models
  • Companies
  • Categories
  • Leaderboards

About

  • About
  • Editorial policy
  • RSS feed
  • Newsletter

© 2026 The Open Weights. An independent publication.

PrivacyTermsSMSAggregated by Claude · curated by humans.
LatestOpenBMBNeedle
OpenBMBCode

Needle: A 26M-Parameter Model Built for Tool Calling

Cactus Compute distilled Gemini's tool-calling behavior into a tiny model meant to run locally.

May 12, 2026
NotableApache 2.0

Cactus Compute has released Needle, a remarkably small language model aimed at a single, increasingly important job: tool calling. At roughly 26 million parameters, it is a fraction of the size of the frontier systems it learned from, and it is distributed under the permissive Apache 2.0 license.

The pitch is straightforward. According to the project, Needle was distilled from Gemini's tool-calling behavior, meaning the team trained a compact model to imitate how a much larger system decides when and how to invoke external functions. The result is small enough to run locally, without the latency, cost, or privacy tradeoffs of routing every request to a hosted API.

Why it matters

Tool calling has become the connective tissue of modern AI applications, letting models query databases, hit APIs, and trigger actions rather than just generating text. But most production setups lean on large general-purpose models to handle that routing, which is expensive and overkill for what is often a narrow classification-and-formatting task.

  • A 26M-parameter footprint is small enough for on-device and edge deployment.
  • Distillation targets a specific skill rather than broad reasoning, trading generality for efficiency.
  • The Apache 2.0 license leaves room for commercial use and modification.

Needle is an initial release, so its real-world reliability across diverse tools and schemas remains to be proven in the wild. Still, it reflects a growing thesis in open-source AI: that many practical jobs don't require a giant model, and that purpose-built small models can quietly handle the plumbing. Full details and code are available on the project's GitHub repository.

Sources

  • Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model

    Hacker News

    Visit

Get the model

Hacker News

Specs

Parameters26M
LicenseAPACHE-2.0
Downloads479
Likes346

Modalities

CodeText / LLM
2 versions — view changelog

0 comments

No comments yet. Be the first to weigh in.

More in Code

Tencent/Reasoning

Tencent's T1 Targets Long-Horizon Terminal Work

A 122B mixture-of-experts model trained with reinforcement learning claims state-of-the-art results on Terminal-Bench.

Sep 9, 2026
OUI-1
Thesysdev/Text / LLM

OUI-1: A Gemma-based diffusion model for generative UI

Thesys releases an experimental diffusion language model aimed at turning prompts into user interfaces, built atop Google's Gemma.

Sep 7, 2026
NeoHorse-1-4B
TokenRhythm/Text / LLM

NeoHorse-1-4B tunes Qwen3.5 for agentic work

A compact 4-billion-parameter model built for tool use, coding, and multi-step reasoning arrives from TokenRhythm.

Sep 5, 2026