AIAny
AI Model2026
Icon for item

LFM2.5-2.6B-GGUF

Provides a GGUF-quantized, llama.cpp-compatible build of LiquidAI's LFM2.5-2.6B for local CPU inference and offline deployment. Supports multilingual generation and long-context workflows; optimized for low-memory, on-device use.

Introduction

Why this matters

Running modern generative models locally removes network dependency, reduces latency, and enables private on-device workflows. This GGUF build packages LiquidAI's LFM2.5-2.6B into a format that runs with llama.cpp and similar tooling, making a ~2.6B-parameter agentic model practical on CPU and constrained environments.

Key Capabilities
  • Quantized, llama.cpp-compatible format: shipped as GGUF so you can run the model with common CPU runtimes and tools that support gguf/llama.cpp without needing GPU infrastructure. This lowers memory and deployment barriers.
  • Derived from LFM2.5-2.6B architecture: inherits the model family’s agentic/post-trained behaviors and multilingual capabilities (Arabic, Chinese, English, French, German, Italian, Japanese, Korean, Portuguese, Spanish, Vietnamese, Thai, Indonesian, Hindi, Russian, Polish). Typical generation settings recommended by the authors include temperature 0.1, top_k 50, and repetition_penalty 1.1.
  • Long-context and on-device suitability: the LFM2.5 family emphasizes extended-context workflows and tool/agent integration, making this variant useful for retrieval-augmented generation, local agents, and long-horizon prompts.
Who it's for and trade-offs

Great fit if you need a locally runnable, multilingual text-generation model that integrates with llama.cpp or other GGUF-capable runtimes — for prototyping offline agents, embedding into edge apps, or experiments where privacy and low-latency matter.

Look elsewhere if you require top-tier knowledge recall or heavy coding/knowledge-intensive agent tasks: smaller quantized models trade some factual accuracy and reasoning depth for memory efficiency. Also expect performance differences between quantized CPU inference and full-precision GPU runs; tune generation parameters and evaluate on your tasks.

Information

Categories

More Items

Hugging Face
AI Model2026

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

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.