Gemma 3n 4B
ActiveGemma 3n E4B-it is optimized for efficient execution on mobile and low-resource devices, such as phones, laptops, and tablets. It supports multimodal inputs—including text, visual data, and audio—enabling diverse tasks...
Overview
Gemma 3n E4B-it is optimized for efficient execution on mobile and low-resource devices, such as phones, laptops, and tablets. It supports multimodal inputs—including text, visual data, and audio—enabling diverse tasks...
History
Gemma 3n 4B became available via the Google API on 2025-05-20.
Training & availability
Training data has a knowledge cutoff of 2024-08-31 — information about events after that date is unlikely to appear in the model's responses. Google has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 32K tokens.
-
Input modalities: text.
Recommended for: cheap.
Limitations
-
The knowledge cutoff is 19 months old — this model will not know about recent events, releases, or API changes.
-
The context window (32K tokens) is modest by 2026 standards — unsuitable for processing long documents in a single request.
-
Text-only — cannot process images, audio, or video inputs.
Pricing
- Input: $0.0600 per 1M tokens
- Output: $0.1200 per 1M tokens
Use the cost calculator above to estimate monthly spend for your workload.
Quick start
Minimal example using the google API. Copy, paste, replace the key.
from google import genai
client = genai.Client(api_key="...")
resp = client.models.generate_content(
model="gemma-3n-e4b-it",
contents="Explain quantum computing in one sentence.",
)
print(resp.text)Cost calculator
Estimate your monthly bill. Presets are typical workload sizes.
Providers & performance
1 providerMulti-provider inference routes for this model — sorted by throughput. Latency is time-to-first-token; throughput is output tokens per second. Data from OpenRouter, measured over the last 30 minutes.
| Provider | Throughput | Latency (TTFT) | Input $ / 1M | Output $ / 1M | Context | Quant | Supports |
|---|---|---|---|---|---|---|---|
| Together | 5tok/s | 1.96s | $0.06 | $0.12 | 33K | — | — |
Popularity
Signals from open-source communities — not a quality measure, but useful for gauging adoption among developers.
Integrations & tooling support
- Tool calling
- Not supported
- Structured outputs
- Not supported
Price vs quality
Priced low — good for high-volume tasks. Quality tier pending more benchmark coverage.
- Quality percentile
- —
- Effective price
- $0.105/1M
- Pricing breakdown
- $0.06/1M in
$0.12/1M out
Community ratings
Rate Gemma 3n 4B
Sign in to rate and review.
Comments
Sign in to leave a comment.