Liquid LFM2.5 1.2B Thinking
模型 ID
liquid/lfm-2.5-1.2b-thinking:free
这是 OpenRouter 免费模型,无需付费即可使用。
模型信息
| 属性 | 值 |
|---|---|
| 上下文长度 | 32768 tokens |
| 最大输出 | 32,768 tokens |
| 输入价格 | $0 / 1M tokens |
| 输出价格 | $0 / 1M tokens |
| 供应商 | OpenRouter |
| 状态 | 免费 |
描述
LFM2.5-1.2B-Thinking 是轻量级推理模型,针对 Agent 任务、数据提取和 RAG 优化。
使用示例
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "liquid/lfm-2.5-1.2b-thinking:free",
"messages": [{"role": "user", "content": "你好!"}]
}'