capabilities / gemini-image

Generate image

Gemini Image · Create one image from a prompt through the Gemini Images web UI.

POST /v1/gemini/images/generations
routes through:Image·avg cost $0.040·p95 42.0s· browser-run
Request
API keyrequired
Auto-filled from your SpareAPI account — paste another to override.
prompt
size
response_format
Forwards to the live spareai-hub gateway and returns the operator's real result — charged per call against your balance.
Response
Run the capability to see a response
POST /api/scrape
Payload · application/json
POST /api/scrape
{
  "service": "gemini-image",
  "endpointPath": "/v1/gemini/images/generations",
  "params": {
    "prompt": "A clean product hero image of a chrome desk lamp on a walnut table",
    "size": "16:9",
    "response_format": "url"
  }
}