跳至内容
Liquid LFM2.5 1.2B Instruct

Liquid LFM2.5 1.2B Instruct

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

模型信息

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

描述

LFM2.5-1.2B-Instruct 是紧凑高性能指令微调模型,专为快速设备端 AI 构建。

使用示例

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-instruct:free",
    "messages": [{"role": "user", "content": "你好!"}]
  }'

相关链接