Documentation Index
Fetch the complete documentation index at: https://liquidai-jbuchanan-match-quickstart-to-hf.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
General Questions
What are LFM models?
What are LFM models?
What context length do LFM models support?
What context length do LFM models support?
Which inference frameworks are supported?
Which inference frameworks are supported?
Model Selection
Which model should I use for my use case?
Which model should I use for my use case?
- General chat/instruction following: LFM2.5-1.2B-Instruct (recommended)
- Vision tasks: LFM2.5-VL-1.6B
- Audio/speech: LFM2.5-Audio-1.5B
- Extraction tasks: LFM2-1.2B-Extract or LFM2-350M-Extract
- Edge deployment: LFM2-350M or LFM2-700M for smallest footprint
- Highest performance: LFM2.5-8B-A1B (MoE architecture, 128K context)
What is the difference between LFM2 and LFM2.5?
What is the difference between LFM2 and LFM2.5?
What are Liquid Nanos?
What are Liquid Nanos?
- Information extraction (LFM2-Extract)
- Translation (LFM2-350M-ENJP-MT)
- RAG question answering (LFM2-1.2B-RAG)
- Meeting summarization (LFM2-2.6B-Transcript)
Deployment
Can I run LFM models on mobile devices?
Can I run LFM models on mobile devices?
What quantization formats are available?
What quantization formats are available?
- GGUF: For llama.cpp, LM Studio, Ollama (Q4_0, Q4_K_M, Q5_K_M, Q6_K, Q8_0, F16)
- MLX: For Apple Silicon (4-bit, 5-bit, 6-bit, 8-bit, bf16)
- ONNX: For cross-platform deployment with ONNX Runtime
How do I choose the right quantization level?
How do I choose the right quantization level?
- Q4_0 / 4-bit: Smallest size, fastest inference, some quality loss
- Q8_0 / 8-bit: Good balance of size and quality
- F16 / bf16: Full precision, best quality, largest size
Fine-tuning
Can I fine-tune LFM models?
Can I fine-tune LFM models?
What fine-tuning methods are supported?
What fine-tuning methods are supported?
- LoRA/QLoRA: Memory-efficient fine-tuning
- Full fine-tuning: For maximum customization
- SFT (Supervised Fine-Tuning): For instruction tuning
Still Have Questions?
- Join our Discord community for real-time help
- Check the Cookbook for examples
- See Troubleshooting for common issues