LFM2.5-2.6B (free)
LFM2.5-2.6B is a compact reasoning model from Liquid AI. It is suited for agent workflows, data extraction, RAG, and long-context processing. Liquid advises against using it for agentic coding or knowledge-heavy tasks. Prompts and outputs may be retained and used to train Liquid models.
liquid/lfm-2.5-2.6b:free
- Contexto
- 66k tokens
- Máx. completion
- 8,192
- Tools
- Sí
- JSON
- Sí
- Lanzamiento
- 2026-08-11
Llámalo desde Geek Hub
El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "liquid/lfm-2.5-2.6b:free",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es LFM2.5-2.6B (free)?
- LFM2.5-2.6B is a compact reasoning model from Liquid AI. It is suited for agent workflows, data extraction, RAG, and long-context processing. Liquid advises against using it for agentic coding or knowledge-heavy tasks. Prompts and outputs may be retained and used to train Liquid models. LFM2.5-2.6B (free) corre en el API de Geek Hub (compatible con OpenAI). Id: liquid/lfm-2.5-2.6b:free.
- ¿LFM2.5-2.6B (free) es gratis?
- Sí. El precio listado es cero: no se cobran tokens de prompt ni de completion. Los endpoints gratis tienen rate limit.
- ¿Cuál es el contexto de LFM2.5-2.6B (free)?
- LFM2.5-2.6B (free) tiene una ventana de 66k tokens. Soporta hasta 8,192 tokens de completion.
- ¿LFM2.5-2.6B (free) soporta tool calling y structured outputs?
- LFM2.5-2.6B (free) acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
- ¿Cuándo se lanzó LFM2.5-2.6B (free)?
- LFM2.5-2.6B (free) se lanzó el 11 de agosto de 2026.