OpenAI-compatible image generations (drop-in)
Use when: caller has an existing OpenAI SDK image-generation flow and wants to route through Verlon with zero code changes via baseURL swap
Drop-in replacement for POST https://api.openai.com/v1/images/generations. Accepts the upstream OpenAI image-generation request body verbatim and returns the upstream OpenAI response body verbatim. Route the request through a Verlon gate by passing model as a Verlon gate id or name. Existing OpenAI SDK clients work unmodified via baseURL swap. Errors are returned in the OpenAI nested shape.
Authorizations
Verlon API key (newly minted keys are prefixed sk-vrln-; legacy verlon_* and layer_* keys from prior prefix migrations continue to validate). Generated from the dashboard under Settings → API Keys, or via verlon key create in the CLI.
Response
OpenAI-format image generation response. Shape matches the underlying provider format selected by the gate.

