[model-inventory] Add missing Copilot pricing entries for gpt-5.6 variants#44648
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update pricing entries for new GPT-5.6 models
[model-inventory] Add missing Copilot pricing entries for gpt-5.6 variants
Jul 10, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request closes reported pricing gaps by adding explicit github-copilot catalog entries for three live Copilot models (gpt-5.6-luna, gpt-5.6-sol, gpt-5.6-terra) so that billing / AI Credits (AIC) cost calculations can resolve per-token rates from the embedded catalog instead of falling back to “unknown model” behavior.
Changes:
- Added per-token cost records for
gpt-5.6-luna,gpt-5.6-sol, andgpt-5.6-terraunder thegithub-copilotprovider catalog. - Mirrored the same pricing and wire metadata into both the CLI-embedded catalog and the runtime setup-action mirror.
Show a summary per file
| File | Description |
|---|---|
| pkg/cli/data/models.json | Adds missing github-copilot pricing entries for the three gpt-5.6-* variants so CLI/runtime cost accounting can resolve them from the embedded catalog. |
| actions/setup/js/models.json | Mirrors the same new github-copilot model pricing entries for the runtime actions/setup catalog to keep catalogs in sync. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Low
Contributor
|
🎉 This pull request is included in a new release. Release: |
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.
Daily model inventory reported pricing gaps for three live Copilot models (
gpt-5.6-luna,gpt-5.6-sol,gpt-5.6-terra) while alias coverage was already complete. This updates the pricing catalog so billing/AIC calculations include those models.Catalog updates (CLI + setup mirror)
github-copilotentries for:gpt-5.6-lunagpt-5.6-solgpt-5.6-terrapkg/cli/data/models.jsonactions/setup/js/models.jsonPricing + wire metadata
luna: input1e-06, output6e-06, cache_read1e-07sol: input5e-06, output3e-05, cache_read5e-07terra: input2.5e-06, output1.5e-05, cache_read2.5e-07provider_type: "openai"wire_api: "responses"