跳至内容

Laguna M.1 - Poolside 免费 AI 模型,131K 上下文

Laguna M.1 - Poolside 免费 AI 模型

Laguna M.1 完全免费,$0/M input tokens,$0/M output tokens。

模型信息

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

描述

Laguna M.1 是 Poolside 的代码生成模型。

使用示例

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer $OPENROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "poolside/laguna-m.1:free",
    "messages": [{"role": "user", "content": "写一个 Python 函数"}]
  }'

相关链接