Gemini 3.6 Flash
Total Context
1M
Max Output
65.5K
Released
N/A
gemma-4-31b-itGemma 4 26B A4B is an efficient Mixture-of-Experts (MoE) model from Google DeepMind, combining 26B-class model capacity with approximately 4B active parameters during inference. It delivers strong reasoning, coding, multimodal understanding, and agentic capabilities while offering faster and more efficient inference than larger dense models. With support for text and image inputs, a 256K context window, native function calling, and more than 140 languages, it is well suited for AI agents, coding applications, long-context processing, and high-throughput workloads.
Context Window
262.1K tokens
Maximum Output
32.8K tokens
Release Date
Apr 2, 2026
Modalities
| Input Price | Output Price | Cache Read |
|---|---|---|
| $0.75/M | $1/M | $0.75/M |
Reasoning
Tool calling
Temperature parameter
Attachments
Knowledge Base
Endpoint Protocols
import OpenAI from "openai"
const client = new OpenAI({
apiKey: process.env.TOKENHUB_API_KEY,
baseURL: "https://us-api.tokenhub.com/v1",
})
const result = await client.chat.completions.create({})
console.log(result.choices[0]?.message?.content)Use one API key to access Gemma 4 26B A4B and more AI models through TokenHub.