跳至内容

LFM2.5-1.2B-Thinking - LiquidAI 免费 AI 模型,32K 上下文

LFM2.5-1.2B-Thinking - LiquidAI 免费 AI 模型

LFM2.5-1.2B-Thinking 完全免费,$0/M input tokens,$0/M output tokens。

模型信息

属性
上下文长度32,768 tokens
输入价格$0 / 1M tokens
输出价格$0 / 1M tokens
供应商LiquidAI
状态免费

描述

LFM2.5-1.2B-Thinking 是一个轻量推理优化模型,专为 agentic 任务、数据提取和 RAG 设计,同时可在边缘设备上流畅运行。

使用示例

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer $OPENROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "liquid/lfm-2.5-1.2b-thinking:free",
    "messages": [{"role": "user", "content": "你好!"}]
  }'

相关链接