API changelog
Dated changes to the Layer REST API, newest first. This changelog covers API-surface changes (new versions, new endpoints, breaking changes, deprecations). For SDK and MCP changes, see their own release notes.
2026-08-26 — v2 is now the default
Section titled “2026-08-26 — v2 is now the default”v2 of the Layer REST API is live and is the default across these docs. Every endpoint is available under /v2; v1 remains live under /v1 and will be deprecated as a whole later.
- Changed: inference endpoints move from
model_id+weighttobase_model_id+modality+ optionalreference_sets, and inference responses gain base-model/reference-set fields. Models endpoints are renamed to Base Models. See the v1 → v2 migration guide for the full list. - New:
…/base-models/{slug}/inference-schema,…/base-models/{slug}/inferences, and…/reference-setsendpoints. - Unchanged: all other endpoints are drop-in — identical schemas in v1 and v2.
The docs now carry the version in the URL (/docs/v2/…, /docs/v1/…), and v1 pages point at their v2 equivalents.