Gemma 4 26B-A4B API

जेम्मा 4 26B A4B 256K संदर्भ, पाठ, छवि और वीडियो इनपुट, उपकरण और संरचित आउटपुट के साथ एक Google ओपन मल्टीमॉडल मॉडल है।

Googleटेक्स्ट जनरेशन256K कॉन्टेक्स्टरिलीज Mar 31, 2026नेटिव इन्फरेंसनया

About Gemma 4 26B-A4B

जेम्मा 4 26B A4B 256K संदर्भ, पाठ, छवि और वीडियो इनपुट, उपकरण और संरचित आउटपुट के साथ एक Google ओपन मल्टीमॉडल मॉडल है।

पाठ, छवि और वीडियो इनपुट, स्ट्रीमिंग, फंक्शन टूल, संरचित JSON आउटपुट, बीज नियंत्रण और डिफ़ॉल्ट रूप से सोच मोड का समर्थन करता है। बाउंड सोच के लिए तर्क effort या Think budget का उपयोग करें, या प्रत्यक्ष उत्तरों के लिए सक्षम thinking=false करें। मॉडल सेवा द्वारा रिपोर्ट करते समय स्वचालित कैश रीडिंग को कैश-इनपुट दर पर बिल दिया जाता है। स्पष्ट कैश नियंत्रण समर्थित नहीं हैं।

इस नाम से भी जाना जाता है Google Gemma 4 26B-A4B, Gemma-4-26B-A4B

reasoningvisionvideofunction callingstructured outputcachemultimodaljson modelogprobs

Gemma 4 26B-A4B specs

मॉडल ID
gemma-4-26b-a4b
प्रदाता
Google
श्रेणी
टेक्स्ट जनरेशन
Released
Mar 31, 2026
कॉन्टेक्स्ट विंडो
256K tokens
अधिकतम आउटपुट
32,768 tokens
इनपुट
TextImageVideo
आउटपुट
Text
एंडपॉइंट
POST /v1/chat/completions
POST /v1/responses
POST /v1/messages
POST /v1/completions

Gemma 4 26B-A4B API pricingSave up to 83%

Live pay-as-you-go rates from the EmpirioLabs catalog. You are billed only for what you use, with no monthly minimum.

प्रकार
स्पेक
दर
इनपुट
प्रति 1M शीघ्र टोकन
$0.15$0.05
उत्पादन
प्रति 1M उत्पन्न टोकन
$0.50$0.29
Implicit कैश पढ़ा
प्रति 1M कैश इनपुट टोकन
$0.15$0.025
Web Search (Linkup)
per call when invoked
$0.013
पूरे कीमत पेज पर तुलना करें

How to call the Gemma 4 26B-A4B API

Gemma 4 26B-A4B serves the OpenAI-compatible Chat Completions API. Point any OpenAI SDK at https://api.empiriolabs.ai/v1 with your EmpirioLabs API key and use the model id gemma-4-26b-a4b. Get an API key from the EmpirioLabs dashboard.

cURL
curl https://api.empiriolabs.ai/v1/chat/completions \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemma-4-26b-a4b",
    "messages": [
      {"role": "user", "content": "Write a haiku about the ocean."}
    ]
  }'
Python (OpenAI SDK)
from openai import OpenAI

client = OpenAI(
    base_url="https://api.empiriolabs.ai/v1",
    api_key="YOUR_EMPIRIOLABS_API_KEY",
)

response = client.chat.completions.create(
    model="gemma-4-26b-a4b",
    messages=[{"role": "user", "content": "Write a haiku about the ocean."}],
)
print(response.choices[0].message.content)
Full Gemma 4 26B-A4B API reference

Gemma 4 26B-A4B API parameters

Request parameters supported by the Gemma 4 26B-A4B API on EmpirioLabs. Defaults apply when a field is omitted.

पैरामीटरप्रकारडिफॉल्टरेंज / मानविवरण
temperaturenumber10 to 2Sampling temperature. Lower values are more deterministic.
top_pnumber0.950 to 1Nucleus sampling probability mass.
max_tokensinteger40961 to 32768Maximum output tokens.
stopstring--One or more stop strings.
reasoning_effortenummediumnone, low, medium, high, maxReasoning effort. none disables thinking; low, medium, high, and max set bounded thinking budgets.
enable_thinkingbooleantrue-Enable the model reasoning channel before final output.
thinking_budgetinteger4096128 to 32768Maximum thinking tokens before the final answer. If max_tokens is lower, the service reserves room for the answer.
top_kinteger201 to 200Limit sampling to the top K candidate tokens when supported.
min_pnumber00 to 1Minimum probability threshold for token sampling.
presence_penaltynumber0-2 to 2Penalty for tokens that already appeared in the generated text.
frequency_penaltynumber0-2 to 2Penalty based on how often a token has already appeared.
repetition_penaltynumber10.1 to 2Penalty used by SGLang to reduce repeated text.
seedinteger-0 to 2147483647Optional random seed for reproducible sampling.
logprobsbooleanfalse-Return token log probabilities when supported.
8 more parameters in the docs

जानने योग्य

पाठ, छवि और वीडियो इनपुट, स्ट्रीमिंग, फंक्शन टूल, संरचित JSON आउटपुट, बीज नियंत्रण और डिफ़ॉल्ट रूप से सोच मोड का समर्थन करता है। बाउंड सोच के लिए तर्क effort या Think budget का उपयोग करें, या प्रत्यक्ष उत्तरों के लिए सक्षम thinking=false करें। मॉडल सेवा द्वारा रिपोर्ट करते समय स्वचालित कैश रीडिंग को कैश-इनपुट दर पर बिल दिया जाता है। स्पष्ट कैश नियंत्रण समर्थित नहीं हैं।

Gemma 4 26B-A4B API: common questions

How much does the Gemma 4 26B-A4B API cost?

On EmpirioLabs, Gemma 4 26B-A4B is billed pay as you go: इनपुट $0.05 (was $0.15) प्रति 1M शीघ्र टोकन; उत्पादन $0.29 (was $0.50) प्रति 1M उत्पन्न टोकन; Implicit कैश पढ़ा $0.025 (was $0.15) प्रति 1M कैश इनपुट टोकन. The live rate card on this page always matches what the API charges.

What is the context window of Gemma 4 26B-A4B?

Gemma 4 26B-A4B supports a 256K-token context window with up to 32,768 output tokens per response.

Is the Gemma 4 26B-A4B API OpenAI-compatible?

Yes. Gemma 4 26B-A4B serves the OpenAI-compatible Chat Completions API, so existing OpenAI SDKs work by pointing base_url at https://api.empiriolabs.ai/v1 and setting the model id to gemma-4-26b-a4b.

Can I try Gemma 4 26B-A4B in the browser before integrating?

Yes. The EmpirioLabs playground runs Gemma 4 26B-A4B in the browser with the same parameters the API exposes, so you can test prompts before writing code.

How do I get a Gemma 4 26B-A4B API key?

Create an EmpirioLabs account, then generate a key under API Keys in the dashboard. Billing is pay-as-you-go credits, so you only pay for the requests you make.

Ready to use better endpoints?

Check out our pricing or reach out if you want your own model deployed on our stack.