Retrieve a model (drop-in)
OpenAI Compat
Retrieve a model (drop-in)
Use when: caller wants to confirm a single model id serves, via an existing OpenAI or Anthropic SDK models.retrieve() call
Drop-in replacement for GET https://api.openai.com/v1/models/{model}. Unknown or retired ids return 404 in OpenAI’s error envelope.
GET
Retrieve a model (drop-in)
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.
Path Parameters
Response
The OpenAI-format model object.

