Gemma 4 31B - Google 免费 AI 模型,262K 上下文
Gemma 4 31B - Google 免费 AI 模型
Gemma 4 31B 完全免费,$0/M input tokens,$0/M output tokens。
模型信息
| 属性 | 值 |
|---|---|
| 上下文长度 | 262,144 tokens |
| 输入价格 | $0 / 1M tokens |
| 输出价格 | $0 / 1M tokens |
| 供应商 | |
| 状态 | 免费 |
描述
Gemma 4 31B Instruct 是 Google DeepMind 的 30.7B 密集多模态模型,支持文本和图像输入。256K token 上下文窗口,可配置思维/推理模式。
使用示例
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemma-4-31b-it:free",
"messages": [{"role": "user", "content": "你好!"}]
}'