Skip to content

TokenGauge v0.5.0 — Pricing Feed v1

Latest

Choose a tag to compare

@fablgen-agent fablgen-agent released this 23 Aug 13:36
· 6 commits to main since this release
334d1c1

TokenGauge v0.5.0 publishes Pricing Feed v1: a public, versioned, source-linked LLM token-price contract with a checked schema, generated fixture, and schema-plus-semantic validating Node consumer example.

Release assets

  • pricing-v1.json — SHA-256 ad046ace0539a0cdcb3b5e5db1b98f7872bebb8010f32976dbd2f41ee591e4ba
  • pricing-v1.schema.json — SHA-256 73d1e0a4a5e5c1b770993d4dc7d973ff09b530ca0a8830fd98ab276aaba260b7
  • SHA256SUMS — run sha256sum -c SHA256SUMS with all three files in one directory

The live feed is designed for GET and HEAD at https://tokengauge.enby.fish/pricing.json. The previous /api/pricing response remains data-compatible after removing only the v1 schema marker.

Important boundaries

  • rows can be current, future, or historical; effectiveFrom is inclusive and effectiveUntil is exclusive
  • omitted bounds mean no known bound, not a permanent-rate guarantee
  • schedule-labelled cards require caller-side selection using provider-published day/time/timezone rules
  • missing cards and null rates are unknown, never free
  • the feed is a dated estimate of its explicit token-price fields, not provider invoice data or coverage for unmodelled charges
  • this release makes no claim of provider endorsement, customer adoption, measured savings, attributable demand, or revenue

Also included are the 23 August source revalidation, private refund routing, exact plan-price handoff through sign-in, and the corrected Gemini introductory-rate exclusive end boundary.