Changelog
2026-05-28 — Usage metadata and cache fields
- Added normalized cache usage fields for OpenAI-compatible responses:
cached_tokens,cache_write_tokens,cache_write_5m_tokens,cache_write_1h_tokens, andcache_miss_tokens. - Added
usage_capabilitiesto the model catalog so clients can discover reported and billable dimensions before sending a request. - Added
GET /api/usage/requests/{request_id}for request-level usage, billing line items, provider raw cache fields, and routing metadata. - Documented Qwen/DashScope, DeepSeek, Anthropic, Gemini, OpenAI, and OpenRouter cache reporting differences.
2026-05-12 — Static docs return to the VPS
- Restore Vocs as the active documentation app for
docs.lazu.ai. - Serve docs as a standalone static nginx container.
- Keep the product brand and API examples consistent across the website and docs.
2026-05-09 — OpenAPI reference cleanup
- Keep
packages/contracts/openapi/lazu-api-reference.v1.yamlas the source of truth. - Sync OpenAPI JSON/YAML into the docs public assets during build.
- Keep the interactive reference available for request and response field checks.