Gemma 4 free API
Google Gemma 4 on OpenRouter :free routes. Smaller variants run locally via Ollama.
Free providers
| Provider | RPM | Daily | Model ID | Checked |
|---|---|---|---|---|
| openrouter-free | 20 | 50 | google/gemma-4-26b-a4b-it:free | 2026-08-23 |
Example (openrouter-free)
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemma-4-26b-a4b-it:free",
"messages": [{"role": "user", "content": "Hello"}]
}' Limits checked against official docs on 2026-08-23. Rates change without notice. Not affiliated with providers unless noted. Verify before production use.