Skip to main content
POST
OpenAI-compatible chat completions (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.

Response

OpenAI-format chat completion response. Shape matches the underlying provider format selected by the gate. For streaming requests, returns SSE chunks instead of a single JSON body.