Back to Models
G

Gemma 3n E2B

Gemma
by Google

An edge computing AI model which accepts text, audio and image input, ideal for resource-constrained environments.

Free EndpointJul 15, 2025gemma license34M API calls / 30d

Specifications

Context Length
33K
32,768 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
3
text→text, image+text→text, audio→text

Capabilities

text generationchatvisionaudio

Tags

language-generationedgemultimodal

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

google/gemma-3n-e2b-it
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemma-3n-e2b-it",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'