AIAny
AI Model2026
Icon for item

LFM2.5-8B-A1B

Hybrid LFM2.5 text-generation model optimized for on-device assistants and agentic workflows — 8.3B total / 1.5B active parameters with 131,072-token context. Prioritizes low-latency, high-throughput inference and multilingual instruction-following; not optimized for pure heavy programming or knowledge-heavy QA without retrieval.

Introduction

Why this matters

Most recent on-device models trade off capability for speed; this model takes the opposite approach by compressing reasoning capacity into a small active footprint. That design lets modern laptops and edge servers run a model tailored for chained tool use, multilingual assistants, and long-context agent tasks without the full memory and compute burden of a dense 8B+ model.

Key Capabilities
  • Efficient hybrid architecture: 8.3B total parameters with ~1.5B active parameters (Mixture-of-Experts–style gating and LIV/GQA layers), which reduces runtime memory while keeping reasoning capacity.
  • Long-context and agentic design: 131,072-token context and explicit tooling/function-calling support make it suited for multi-step workflows, structured outputs, and persistent conversations.
  • Deployment flexibility: Day-one compatibility with transformers, vLLM, llama.cpp, MLX and platform-specific formats (GGUF, ONNX, MLX) enables CPU and Apple‑Silicon edge inference and high-concurrency GPU throughput.
  • Multilingual instruction tuning and RL: Trained with extended pre-training and reinforcement learning to improve instruction following and reduce hallucinations compared with its predecessor.
Who it's for — and trade-offs

Great fit if you need a compact, deployable assistant that can run locally or at the edge: on-device personal assistants, low-latency chatbots, or agent pipelines that must call tools or handle long documents. It favors throughput and chained-tool reliability over raw parameter count and encyclopedic knowledge.

Look elsewhere if your workload is heavy code synthesis, deep domain QA without an external retrieval layer, or you require a model with the largest possible dense parameter set for few-shot knowledge recall. In those cases larger dense or retrieval-augmented models will often be better.

Where it fits

Practically, this model is a middle path between small dense LLMs and very large server-side models: you sacrifice some dense-parameter breadth for faster inference, lower memory use, and better agent behavior per watt. Use it when deployment constraints (latency, offline/edge inference, Apple Silicon support) matter as much as raw benchmark score.

More Items

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).

Hugging Face
AI Model2026

A 770B-parameter Mixture-of-Experts instruct model from Tencent that natively supports 1,048,576-token contexts, Gated DSA attention, and speculative MTP decoding; open-sourced under Apache-2.0 with BF16 and FP8 weights for deployable inference.