跳至内容
LiquidAI LFM2.5-1.2B-Thinking - OpenRouter 免费 AI 模型,32K 上下文,$0 使用

LiquidAI LFM2.5-1.2B-Thinking - OpenRouter 免费 AI 模型,32K 上下文,$0 使用

模型 ID liquid/lfm-2.5-1.2b-thinking:free
这是 OpenRouter 免费模型,无需付费即可使用。

模型信息

属性
上下文长度32768 tokens
最大输出8,192 tokens
输入价格$0 / 1M tokens
输出价格$0 / 1M tokens
供应商OpenRouter
状态免费

描述

LFM2.5-1.2B-Thinking 是 LiquidAI 推出的轻量级推理模型,专为智能体任务、数据提取和 RAG 场景优化,同时可在边缘设备上流畅运行。支持长上下文(最高 32K tokens),适合需要深度推理的应用场景。

核心特性:

  • 1.2B 轻量级架构
  • 32K 长上下文支持
  • 专注于推理和智能体任务
  • 优化的数据提取能力
  • 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": "请分析以下数据..."}]
  }'

相关链接