OpenAI-compatible embeddings (drop-in)
Use when: caller has an existing OpenAI SDK embeddings flow and wants to route through Verlon with zero code changes via baseURL swap
Drop-in replacement for POST https://api.openai.com/v1/embeddings. Accepts the upstream OpenAI embeddings request body verbatim and returns the upstream OpenAI response body verbatim. Route through a Verlon gate by passing model as a Verlon gate id. 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 embeddings response. Shape matches the underlying provider format selected by the gate.

