AIAny
AI Model2026
Icon for item

LFM2.5-2.6B

A 2.6B causal LLM post-trained for agentic workloads and long-context on-device text generation. Key features: 128K context window and vocabulary, function-calling/tool use support, agentic RL/post-training pipeline, and optimized CPU/Apple inference and multiple deployment formats; suited for agents, RAG and long-context extraction.

Introduction

Agentic agents and long-context applications shift the bottleneck from raw parameter count to training and interaction design: a small, well-post-trained model can behave like a much larger one on multi-step tool use. LFM2.5-2.6B is the result of that approach—a 2.6B causal model converted into an agent through supervised fine-tuning, teacher specialization, on-policy distillation and agentic reinforcement learning so it can run agents and handle very long inputs.

Key Capabilities
  • Agentic behavior distilled into a compact model: trained inside agentic harnesses and exposed to common tool interfaces so it reliably composes tool calls and final answers. This reduces integration friction when using function-calling or orchestrating external tools.
  • Long-context and multilingual support: mid-training extended the context window to 131,072 tokens and expanded the tokenizer to ~128k entries, enabling retrieval-heavy workflows and long-document RAG without frequent chunking.
  • Deployment and inference pragmatics: available in native, GGUF, ONNX and MLX formats; supports transformers, vLLM, llama.cpp and MLX stacks. Measured decode speeds include ~220 tok/s on an Apple M5 Max and ~113 tok/s on a Ryzen CPU, enabling on-device or CPU-first agent deployments.
  • Practical generation defaults and fine-tuning-ready base: recommended generation settings and a separate base checkpoint exist to facilitate CPT/SFT/LoRA workflows for domain adaptation.
Who it's for and trade-offs

Great fit if you need a small-footprint model that can run agents, use tools, and process very long contexts locally or on constrained hardware. It is also suitable for RAG, data extraction, and workflows where function-calling and stable tool behavior matter.

Look elsewhere if your primary need is heavy knowledge retrieval or coding agents that require larger param-counts for factual recall and code synthesis; the authors explicitly note it is not recommended for knowledge-heavy coding workloads. Expect trade-offs in raw factual breadth compared with larger foundation models, even if agentic behavior and tool use are strong.

Where it fits

Positioned as a practical engineering choice: compresses agentic capabilities into a sub-3B checkpoint and prioritizes inference efficiency and tool interoperability over parameter scale. Use it when latency, on-device execution, or extreme context length matter more than absolute model size.

More Items

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

Hugging Face
AI Model2026

A large open-weights MoE language model for complex coding, long-horizon agentic workflows, and cyber/security evaluations; post-trained from the GLM-5 family with substantial gains over GLM-5.2. Provides FP8/BF16 checkpoints and native support for very long contexts (up to 1M tokens).