WorldRouter

Models
Googleimage

Gemini 2.5 Flash Image

Fast Gemini image-generation route using Google's native generateContent image endpoint.

gemini-2.5-flash-image

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-2.5-flash-image",
    "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