Back to Models
Google: Gemma 4 31B
google/gemma-4-31b-itApr 2, 2026262.1K context131.1K max output$0.13/M in · $0.38/M outReasoning
Description
Gemma 4 31B Instruct is Google DeepMind's 30.7B dense multimodal model supporting text and image input with text output. Features a 256K token context window, configurable thinking/reasoning mode, native function calling, and multilingual support across 140+ languages. Strong on coding, reasoning, and document understanding tasks. Apache 2.0 license.
Specifications
Provider
google
Context Length
262.1K
Max Output
131.1K
Modality
Inimagetextvideo
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.13 |
| Output | $0.38 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemma-4-31b-it",
"messages": [{"role": "user", "content": "Hello!"}]
}'