feat(frontend): add GPT-5.6 models and pricing#1982
Merged
Conversation
b06b430 to
cf20d13
Compare
Contributor
Greptile SummaryThis PR adds GPT-5.6 models to the bundled OpenAI catalog. The main changes are:
Confidence Score: 4/5This is close, but the long-context pricing path should be fixed before merging.
Provider pricing schema and channel price generation. Important Files Changed
Reviews (3): Last reviewed commit: "feat(frontend): add GPT-5.6 models and p..." | Re-trigger Greptile |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cf20d134f4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
cf20d13 to
5046d82
Compare
5046d82 to
febf4c1
Compare
This was referenced Jul 10, 2026
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
gpt-5.6,gpt-5.6-sol,gpt-5.6-terra, andgpt-5.6-lunato the bundled OpenAI model catalog.Why
The GPT-5.6 family is available from OpenAI and already present in the upstream provider-pricing source, but it is missing from AxonHub's bundled developer catalog. As a result, these model IDs are not available in the Add Model selector when the remote catalog has not yet been synchronized.
Pricing
Base pricing in USD per 1M tokens:
Long-context tier pricing metadata is included for contexts over 272K tokens:
Cache writes are billed at 1.25x the uncached input-token rate.
Official reference: https://developers.openai.com/api/docs/models
Validation
providers.jsonsuccessfully.gpt-5.6,gpt-5.6-sol,gpt-5.6-terra, andgpt-5.6-luna.git diff --check.