WorldRouter

Models
Googleimage

Gemini 3 Pro Image Preview

Higher-fidelity Gemini image-generation route for richer visual outputs and prompt-following.

gemini-3-pro-image-preview

Quickstart

Call this model

Image generation
curl -X POST "https://inference-api.worldrouter.ai/v1/images/generations" \
  -H "Authorization: Bearer your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-3-pro-image-preview",
    "prompt": "A clean product render on a dark studio background",
    "size": "1024x1024",
    "n": 1
  }'

Playground

Try it in the dashboard

The dashboard playground opens with this model selected and uses your team API key through the same-origin control-plane proxy.

Open Playground