Changelog
Notable changes to the verified-output API and SDKs. The SDK follows semver; the API is
versioned under /v1.
SDK 0.4.x — verified output
verified.create— grounded generation with verbatim citations and anunsupported[]list.coverage+abstained(viaminCoverage),retry-until-grounded, andrangeoffsets for click-to-source highlighting.verified.eval— deterministic groundedness scoring over a dataset (no LLM judge), withcoverageMean/unsupportedRateaggregates. Powers the CI groundedness gate.verified.extract— per-field verbatim JSON grounding.checkNumbers— require numbers in a claim to appear verbatim;'row'binds a number to the table cell whose row label and column header the claim names (catches the right number, wrong row/column error).strict/lenientmatching modes, both deterministic. See How verification works for the exact normalization rules.- SDKs: TypeScript (
npm i maxmodel, ESM + CJS, zero runtime deps) and Python (pip install maxmodel, snake_case surface).
Conventions
- API: breaking changes ship under a new
/vNpath;/v1stays stable. - SDK: semver. Field names are camelCase in the SDKs and snake_case over raw HTTP — the SDKs convert for you.
Building something with a date-stamped changelog? Treat this page as the human summary and the SDK version on npm / PyPI as the precise release marker.