Stable tier
Stable endpoints follow strict SemVer. You can depend on their request and response shape across minor and patch releases. Breaking changes require a major version bump.| Endpoint | Method | Description |
|---|---|---|
/v1/chat/completions | POST | Create a chat completion |
/v1/models | GET | List available models |
Preview tier
Preview endpoints carry a 6-month deprecation floor for breaking changes. Auriko announces deprecations withx-deprecation-date and x-removal-date in the OpenAPI spec.
| Endpoint | Method | Description |
|---|---|---|
/v1/registry/providers | GET | List providers |
/v1/registry/models | GET | List canonical models |
/v1/directory/models | GET | Full model directory with pricing |
/v1/workspaces/{workspace_id}/billing/balance | GET | Credit balance |
/v1/me | GET | API key identity |
Reserved paths
The/v1beta/* path prefix is reserved for future use. Zero operations exist there at 1.0.
Change policy summary
| Tier | Breaking changes | Deprecation window | Applies to |
|---|---|---|---|
| Stable | Major version bump required | N/A (SemVer) | Inference surface |
| Preview | Announced via spec extensions | 6 months minimum | Discovery, billing, identity |