Gemma 4 E4B Instructgemma-4-e4b-it
- context
- 131,072 tokens
- max output
- 16,384 tokens
- input
- $0.10 / 1M tokens
- output
- $0.20 / 1M tokens
- accepts
- text · image · audio · video
- features
- tools · json mode · structured outputs · reasoning
- decode
- tok/s, measured
- TTFT
- ms, median
- uptime 30d
curl https://api.plubo-ai.com/v1/chat/completions \
-H "Authorization: Bearer $PLUBO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemma-4-e4b-it",
"messages": [{"role": "user", "content": "Hello"}]
}'