Back to Modelsby Google
G
DiffusionGemma 26B
GemmaDiffusion-based 26B parameter LLM enabling parallel token generation for real-time text apps.
Free EndpointDownloadableJun 10, 2026gemma license3M API calls / 30d
Specifications
Context Length
8K
8,192 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
text→text
Capabilities
text generationchat
Tags
diffusion-llmtext-generation
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
google/diffusiongemma-26b-a4b-itcURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/diffusiongemma-26b-a4b-it",
"messages": [{"role": "user", "content": "Hello!"}]
}'