返回模型列表

Google: Gemma 4 26B A4B

google/gemma-4-26b-a4b-it
Apr 3, 2026262.1K 上下文262.1K 最大输出$0.07/M in · $0.34/M out推理

描述

Gemma 4 26B A4B IT 是 Google DeepMind 推出的 instruction-tuned Mixture-of-Experts (MoE) 模型。总参数 25.2B,每个 token 推理时仅激活 3.8B,能以更低算力成本接近 31B 级别的效果。支持文本、图像和视频(最长 60 秒、1fps)多模态输入,具备 256K token context window、原生 function calling、可配置的 thinking/reasoning 模式以及 structured output 支持。以 Apache 2.0 协议发布。

技术规格

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

定价

类型价格 / 百万 Token
输入$0.07
输出$0.34

快速开始

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-26b-a4b-it",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Google: Gemma 4 26B A4B — Pricing & API on OminiGate