google/gemma-4-31b-it/Released Apr 2026

Gemma 4 31B

Flagship 31B dense multimodal model supporting text, image, and video input with 256K context window. Achieves competitive performance with much larger models.

Provider
google
Modality
Text
Released
Apr 2026
Pricing
$0.14 / 1M in$0.40 / 1M out

Ready to build with Gemma 4 31B?

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-31b-it",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'