Gemini 3.6 Flash
Total Context
1M
Max Output
65.5K
Released
N/A
gemma-4-26b-a4b-itGemma 4 31B is Google DeepMind’s most capable dense model in the Gemma 4 family, designed for advanced reasoning, coding, multimodal understanding, and agentic workflows. With 30.7 billion parameters and a context window of up to 256K tokens, it can process both text and images while handling complex, long-context tasks. The model also supports native function calling and more than 140 languages, making it a strong choice for coding assistants, intelligent agents, document analysis, and demanding general-purpose AI applications.
Context Window
262.1K tokens
Maximum Output
32.8K tokens
Release Date
Apr 2, 2026
Modalities
| Input Price | Output Price | Cache Read |
|---|---|---|
| $0.15/M | $0.6/M | $0.05/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.responses.create({})
console.log(result.output_text)Use one API key to access Gemma 4 26B A4B and more AI models through TokenHub.