Get the public model + provider registry
Use when: caller wants Layer’s canonical list of supported models, providers, capabilities, pricing, and deprecation status (no auth required; cacheable)
Public endpoint (no auth required). Returns Layer’s canonical list of supported models, providers, capabilities, pricing, and deprecation status — the same registry the SDK validates model values against and the dashboard renders in its model picker. Cached for 1 hour with an ETag tied to the registry version; agents and clients should respect the Cache-Control headers.
Documentation Index
Fetch the complete documentation index at: https://docs.verlon.ai/llms.txt
Use this file to discover all available pages before exploring further.
Response
Full registry payload — version, models[], providers[], and capability metadata. Returned with Cache-Control: public, max-age=86400 and an ETag for revalidation.