google/gemma-4-e2b-it/Released Apr 2026

Gemma 4 E2B

Lightweight on-device multimodal model

Fine-tunable
Text
Token-based
Input$0.00 / 1M tokens
Output$0.00 / 1M tokens

Ready to build with Gemma 4 E2B?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "gemma-4-e2b-it",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'
Gemma 4 E2B on Oxen | Oxen.ai