跳至内容

LFM2.5-2.6B - 免费 AI 模型,64K 上下文

LFM2.5-2.6B - 免费 AI 模型

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

模型信息

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

描述

LFM2.5-2.6B 是 Liquid AI 的紧凑型推理模型,适合智能体工作流、数据提取、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-2.6b:free",
    "messages": [{"role": "user", "content": "你好!"}]
  }'

相关链接