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.
LatestCactus Compute1
Cactus ComputeCode

Needle: A 26M-Param Model Built for On-Device Tool Calls

Cactus Compute's tiny encoder-decoder is distilled specifically for function calling at the edge, trading general chat for a narrow, useful job.

Mar 16, 2026
NotableMIT
Needle

Cactus Compute has released Needle, a compact encoder-decoder model with roughly 26 million parameters that is distilled for a single, practical task: tool and function calling. Rather than aiming to be a general-purpose chatbot, Needle is designed to interpret a request and emit the structured call needed to invoke an external function, according to the project's GitHub repository.

The headline number here is size. At 26M parameters, Needle sits far below the sub-billion-parameter models that already market themselves as lightweight. That footprint is the point: it is small enough to run directly on phones, embedded hardware, and other resource-constrained devices without leaning on a cloud endpoint.

Why it matters

Function calling is the connective tissue of modern AI agents — the step where a model decides which tool to invoke and with what arguments. Running that step locally has real advantages:

  • Latency: on-device inference avoids a network round trip.
  • Privacy: user prompts and parameters need not leave the device.
  • Cost: no per-call API charges for a routine, high-frequency task.

By narrowing scope to tool calling and distilling aggressively, Needle bets that many agentic workflows don't need a large model to route requests — a specialized small one will do.

The model is released under the permissive MIT license and is available on Hugging Face. As with any distilled, task-specific model, the open questions are how reliably it parses complex or ambiguous calls and how well it generalizes across tool schemas it wasn't trained on. For developers building edge-first agents, though, a purpose-built model this small is an appealing starting point.

Sources

  • Cactus-Compute/needle

    Hugging Face

    Visit

Get the model

Hugging Face

Specs

Parameters26M
Size100 MB
PrecisionBF16
ArchitectureNeedleForCausalLM
LicenseMIT
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