Google: Gemma 3n E4B
Model Overview
| Property | Value |
|---|---|
| Model ID | google/gemma-3n-e4b-it |
| Name | Gemma 3n E4B |
| Provider | |
| Parameters | ~4B equivalent |
Description
An efficient variant of Gemma 3 with approximately 4B equivalent parameters, balancing capability and efficiency for edge and mobile deployment.
Specifications
| Spec | Value |
|---|---|
| Context Window | 8,192 tokens |
| Max Completion | 2,048 tokens |
| Modalities | Text |
Pricing
| Type | Price |
|---|---|
| Input | $1.00 per 1M tokens |
| Output | $2.00 per 1M tokens |
Capabilities
- Instruction Following: Yes
- Edge Deployment: Yes
- Efficient Inference: Yes
Use Cases
Mobile applications, edge devices, efficient inference pipelines.
Integration with LangMart
Gateway Support: Type 2 (Cloud), Type 3 (Self-hosted)
API Usage:
curl -X POST https://api.langmart.ai/v1/chat/completions \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemma-3n-e4b-it",
"messages": [{"role": "user", "content": "Hello"}],
"max_tokens": 1024
}'
Related Models
- google/gemma-3n-e2b-it - 2B equivalent version
- google/gemma-3-4b-it - Standard 4B version
Last Updated: December 28, 2025