Gemma 4 26B A4B - Google 免费 AI 模型,262K 上下文
Gemma 4 26B A4B - Google 免费 AI 模型
Gemma 4 26B A4B 完全免费,$0/M input tokens,$0/M output tokens。
模型信息
| 属性 | 值 |
|---|---|
| 上下文长度 | 262,144 tokens |
| 输入价格 | $0 / 1M tokens |
| 输出价格 | $0 / 1M tokens |
| 供应商 | |
| 状态 | 免费 |
描述
Gemma 4 26B A4B IT 是 Google DeepMind 的 Mixture-of-Experts 模型。尽管总参数 25.2B,每次推理仅激活 3.8B,提供接近 31B 的质量。
使用示例
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemma-4-26b-a4b-it:free",
"messages": [{"role": "user", "content": "你好!"}]
}'