Models API
GET /v1/models returns the catalog available to your organization.
curl https://gw.lunaroute.com/v1/models \ -H "LUNAROUTE-API-KEY: $LUNAROUTE_API_KEY"If the request carries an anthropic-version header, the response uses the
Anthropic models shape; otherwise it is OpenAI-shaped.
Each entry carries the model id, context limits, a capabilities map (for
example embeddings, rerank, image generation), and per-client compatibility
metadata. The catalog is global today — the same entries for every
authenticated caller, not a per-organization entitlement.
Related listings:
GET /v1/embeddings/modelsGET /v1/rerank/modelsGET /v1/images/models
See the model catalog for what the entries mean.