Google
Gemma 4 31B
Google's open-weight model — near-free tokens for bulk work.
Gemma 4 31B is the largest dense model of Google's open-weight Gemma 4 family (Apache 2.0, 256K context). Through AnyModel it's the cheapest capable model on the list — ideal for bulk generation, drafts and experiments.
Best for
Bulk generationDraftsExperiments
Strengths
- ▸Open weights
- ▸Extremely cheap
- ▸256K context
Use Gemma 4 31B via AnyModel
One OpenAI-compatible endpoint — just set the model id:
curl https://anymodel.org/v1/chat/completions \
-H "Authorization: Bearer $ANYMODEL_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemma-4-31b-it",
"messages": [{"role": "user", "content": "Hello!"}]
}'
AnyModel