Gemma 4 E4B Instruct
Google's compact instruction-tuned Gemma 4, tuned for everyday chat and drafting at a very low price point.
- Modality
- Chat
- Input
- $0.015
- per M tokens
- Output
- $0.05
- per M tokens
- Listed
- Aug 31, 2026
- Uptime
- 0%
- last 3 days, measured
Playground
Run this model right here. Billed to your account credits per use through the same signed-receipt pipeline as the API.
Checking your session…
Pricing
Charged per use against a signed receipt. Current price version v1; versions are immutable, so the chart below is the platform's actual pricing record.
- Input
- $0.015
- per M tokens
- Output
- $0.05
- per M tokens
Performance
Measured from real, settled requests over the last 30 days. No synthetic benchmarks.
Not enough traffic yet to report honestly. Numbers appear as real requests accumulate.
Availability
Provider availability polled every minute by the platform itself, replayed hour by hour.
0%online over the last 3 days
Tracking since Aug 31, 1 AM
Use it
OpenAI-compatible: point an existing SDK at api.openmayhem.ai and use this model ID.
curl https://api.openmayhem.ai/v1/chat/completions \
-H "Authorization: Bearer $OPENMAYHEM_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemma-4-e4b-it",
"messages": [{"role": "user", "content": "Hello"}],
"max_tokens": 2000
}'FAQ
What does Gemma 4 E4B Instruct cost on OpenMayhem?
Gemma 4 E4B Instruct currently costs $0.015 / M input · $0.05 / M output. There is no subscription: you buy credit and every request settles against a signed receipt for exactly what it used. Prices are versioned, and the full price history is published on this page.
Is Gemma 4 E4B Instruct available right now?
No providers are online for Gemma 4 E4B Instruct at this moment. Availability is polled every minute, and requests are rejected upfront rather than queued indefinitely.
How do I use Gemma 4 E4B Instruct?
Send an OpenAI-compatible request to https://api.openmayhem.ai/v1/chat/completions with "model": "google/gemma-4-e4b-it" and your API key. Existing OpenAI SDKs work by changing the base URL. Create an account to get a key and starting credit.
Are my prompts stored?
OpenMayhem does not persist prompt or completion text. Requests are proxied to the serving provider and only billing metadata is retained: usage counts, the price applied, and the provider's signed receipt. The provider that serves a request necessarily processes its content.