Add pricing v2 canonical convergence, website projection, and GPT-5.6 coverage#1
Merged
Merged
Conversation
added 10 commits
July 6, 2026 23:29
Add OpenAI GPT-5.6 Sol, Terra, and Luna pricing coverage across canonical data, v2 preview artifacts, and generated public outputs. Preserve GPT-5.6 cache writes as generic cache_write charges instead of duration-specific cache_write_5m semantics, and keep verifiedAt values truthful for existing projection rows.
Remove the hard-coded external Windows Website dataset path dependency. Use a deterministic repository-local fixture plus configurable generator input. Preserve projection semantics while making CI validation portable.
Replace root artifact upload with a narrow Pages artifact directory. Use deterministic allowlisted staging for public dataset outputs. Preserve documented /api/v1/* URLs while excluding repository internals.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Pricing V2 canonical convergence preview, website projection artifacts, and GPT-5.6 tier-aware OpenAI pricing coverage.
Major changes
cache_writesemantics for GPT-5.6 without asserting false duration-specific cache-write behavior.verifiedAtbehavior and prevent regeneration-only timestamp refreshes.Compatibility note
Public V1 changes are additive.
cache_writeappears as an additive pricing component; strict preview consumers should allow unknown/additional charge components.Validation
Known limitation
A prior broad dataset test run on Windows encountered filesystem permission/file-lock failures classified as environment-only. Pricing, schema, consistency, duplicate, source, and history integrity assertions relevant to this slice passed.
Deployment
No deployment performed.