Google: Gemma 3n E2B
Model Overview
| Property | Value |
|---|---|
| Model ID | google/gemma-3n-e2b-it |
| Name | Gemma 3n E2B |
| Provider | |
| Parameters | ~2B equivalent |
Description
An efficient variant of Gemma 3 with approximately 2B equivalent parameters, optimized for edge deployment and mobile applications. Part of the Gemma 3n efficient model series.
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, IoT applications, resource-constrained environments.
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-e2b-it",
"messages": [{"role": "user", "content": "Hello"}],
"max_tokens": 1024
}'
Related Models
- google/gemma-3n-e4b-it - 4B equivalent version
- google/gemma-3-1b-it - Standard 1B version
Last Updated: December 28, 2025