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

Gemma 4 E2B

Lightweight 2.3B multimodal model supporting text, image, video, and audio input with 128K context window and 140+ language support.

Fine-tunable
Provider
google
Modality
multi-to-text
Released
Apr 2026
Pricing
$0.0 / 1M in$0.0 / 1M out

Ready to build with Gemma 4 E2B?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/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."
    }
  ]
}'