Google Gemma-4-26B-A4B-It - OpenRouter 免费 AI 模型,256K 上下文,$0 使用
Google Gemma-4-26B-A4B-It - OpenRouter 免费 AI 模型,256K 上下文,$0 使用
模型 ID
google/gemma-4-26b-a4b-it:free
这是 OpenRouter 免费模型,无需付费即可使用。
模型信息
| 属性 | 值 |
|---|---|
| 上下文长度 | 262144 tokens |
| 最大输出 | 8,192 tokens |
| 输入价格 | $0 / 1M tokens |
| 输出价格 | $0 / 1M tokens |
| 供应商 | OpenRouter |
| 状态 | 免费 |
描述
Gemma 4 26B A4B IT 是 Google DeepMind 推出的指令微调混合专家(MoE)模型。尽管总参数达 25.2B,但每次推理仅激活 3.8B 参数,在保持接近 31B 模型质量的同时大幅提升推理效率。
核心特性:
- 混合专家(MoE)架构,高效推理
- 256K 超长上下文窗口
- 支持文本和图像输入
- 原生函数调用和工具使用能力
- 多语言支持
使用示例
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemma-4-26b-a4b-it:free",
"messages": [{"role": "user", "content": "你好!"}]
}'