List available models (drop-in)
Use when: caller wants to discover which model ids serve, via an existing OpenAI or Anthropic SDK models.list() call
Drop-in replacement for GET https://api.openai.com/v1/models. Lists the generally-available catalog — every id returned is routable as model on the completion routes. A request carrying anthropic-version or x-api-key instead receives the Anthropic paginated shape (limit, before_id, after_id) documented on the Anthropic drop-in page.
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 list: { object: "list", data: [...] }.

