How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "ente-ai/LFM2.5-VL-1.6B-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "ente-ai/LFM2.5-VL-1.6B-GGUF",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/ente-ai/LFM2.5-VL-1.6B-GGUF:
Quick Links
Liquid AI
Try LFMDocsLEAPDiscord

LFM2.5-VL-1.6B

Find more details in the original model card: https://huggingface.co/LiquidAI/LFM2.5-VL-1.6B

🏃 How to run LFM2.5-VL-1.6B

Example usage with llama.cpp:

llama-cli \
  -hf LiquidAI/LFM2.5-VL-3B-GGUF \
  --temp 0.1 \
  --min-p 0.15 \
  --repeat-penalty 1.05

Then you can type /image <IMAGE PATH> to add an image to the chat, then ask What is in the image? or any other question about the image.

📬 Contact

Downloads last month
314
GGUF
Model size
1B 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 ente-ai/LFM2.5-VL-1.6B-GGUF

Quantized
(24)
this model