WorldRouter

Models
Googletext

Gemma 4 31B IT

Instruction-tuned Gemma model for economical chat, coding support, and analysis.

gemma-4-31b-it

Quickstart

Call this model

Chat completion
curl https://inference-api.worldrouter.ai/v1/chat/completions \
  -H "Authorization: Bearer your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemma-4-31b-it",
    "messages": [
      {
        "role": "user",
        "content": "Hello"
      }
    ]
  }'