How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf LiquidAI/LFM2.5-VL-450M-Extract-GGUF:
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "LiquidAI/LFM2.5-VL-450M-Extract-GGUF:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links
Liquid AI
Try LFMDocsLEAPDiscord

LFM2.5-VL-450M-Extract

Find more details in the original model card: https://huggingface.co/LiquidAI/LFM2.5-VL-450M-Extract

🏃 How to run LFM2.5-VL-450M-Extract

Example usage with llama.cpp:

llama-server -hf LiquidAI/LFM2.5-VL-450M-Extract-GGUF:Q4_0
llama-server -hf LiquidAI/LFM2.5-VL-450M-Extract-GGUF:F16
llama-cli -hf LiquidAI/LFM2.5-VL-450M-Extract-GGUF -p <system-prompt> --image <image>

In the system prompt, please describe the fields to extract in YAML format, example below:

wood_color: The overall coloration of the wood surface
wood_texture: The tactile quality of the wood surface 
wood_pattern: The partern types visible on the wood surface

📬 Contact

Downloads last month
588
GGUF
Model size
0.4B params
Architecture
lfm2
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for LiquidAI/LFM2.5-VL-450M-Extract-GGUF

Quantized
(4)
this model

Collection including LiquidAI/LFM2.5-VL-450M-Extract-GGUF