跳至内容
Google Gemma 3n 2B

Google Gemma 3n 2B

模型 ID google/gemma-3n-e2b-it:free
这是 OpenRouter 免费模型,无需付费即可使用。

模型信息

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

描述

Gemma 3n 2B 是多模态指令微调模型,有效参数大小 2B,基于 MatFormer 架构。

使用示例

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemma-3n-e2b-it:free",
    "messages": [{"role": "user", "content": "你好!"}]
  }'

相关链接