返回模型列表

Google: Gemma 4 31B

google/gemma-4-31b-it
Apr 2, 2026262.1K 上下文131.1K 最大输出$0.13/M in · $0.38/M out推理

描述

Gemma 4 31B Instruct 是 Google DeepMind 推出的 30.7B dense 多模态模型,支持文本与图像输入、文本输出。提供 256K token context window、可配置的 thinking/reasoning 模式、原生 function calling,支持 140+ 种语言。在编码、reasoning 和文档理解任务上表现良好。以 Apache 2.0 协议发布。

技术规格

供应商
google
上下文长度
262.1K
最大输出
131.1K
模态类型
输入imagetextvideo
输出text

定价

类型价格 / 百万 Token
输入$0.13
输出$0.38

快速开始

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemma-4-31b-it",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Google: Gemma 4 31B — Pricing & API on OminiGate