WorldRouter

Models
Googletext

Gemma 3 12B IT

Small Gemma 3 instruction model for very low-cost chat and classification tasks.

gemma-3-12b-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-3-12b-it",
    "messages": [
      {
        "role": "user",
        "content": "Hello"
      }
    ]
  }'