Skip to main content
POST
Gemini-compatible content generation (drop-in)

Authorizations

Authorization
string
header
required

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.

Path Parameters

model
string
required

The model to generate with — a Gemini model id (gemini-2.5-pro), a Verlon gate id, or <gate-id>/<task> to pin a task on an agent gate.

Response

Gemini-format GenerateContentResponse. Shape matches the underlying provider format selected by the gate.