Docs · Resources
Changelog
Product and API changes for Schema, newest first: bases, routes, and docs.
August 2026
Schema-2 available (August 13, 2026)
schema-2is the latest base and the default for new endpoints. All three prediction task types (classification, regression, anomaly) are available on it. Model card: Schema-2. Announcement: Introducing Schema-2.- Lifecycle status for
schema-1is on its model card. Move endpoints withPOST /v2/endpoints/:id/upgrade { "base": "schema-2" }. - No rate change: every Schema model bills at the same rate.
API
- Endpoints as the persistent object:
POST /v2/endpoints,POST /v2/serve/:id,refresh,upgrade, logs, delete. - Stateless
POST /v2/runwith multi-table input and the cross-table map. - Data family: connect, list, get, sync, pin, unpin, generate, delete.
- Reports, jobs, usage, keys.
- Idempotency keys on run, create, refresh, upgrade, generate. Cursor pagination on large arrays. One error envelope.