跳至内容

Inkling Small - 免费 AI 模型,1M 上下文

Inkling Small - 免费 AI 模型

Inkling Small 完全免费,$0/M input tokens,$0/M output tokens。

模型信息

属性
上下文长度1,048,576 tokens
最大输出262,144 tokens
输入价格$0 / 1M tokens
输出价格$0 / 1M tokens
供应商Thinking Machines
状态免费

描述

Inkling Small 是 Thinking Machines Lab 的开源多模态混合专家模型,276B 总参数、12B 激活,支持文本、图像与音频输入。

使用示例

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

相关链接