google/gemma-4-31b-itGemma 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...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.130 | ₹13.08 |
| Cached inputprompt cache read | $0.012 | ₹1.21 |
| Output | $0.380 | ₹38.25 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Google: Gemma 4 31B through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemma-4-31b-it",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.