WorldRouter

Models
Googletext

Gemma 4 26B A4B IT

Compact instruction-tuned Gemma model for fast and low-cost production use.

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