fix: Update GitHub Copilot GPT-5.6 Terra and Luna pricing - #3965
Merged
Conversation
|
Hi! Quick question about the pricing source for GPT-5.6 Terra/Luna — did you pull the numbers from GitHub Copilot's official pricing page, or from the Azure OpenAI catalog? I've noticed the two sources often differ subtly on token-tier boundaries. I'm maintaining a Korean dev community pricing comparison doc and want to make sure I'm citing the right source. (Btw, happy to help organize a Korean i18n contribution queue for Thanks! |
Collaborator
|
see description, github page |
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
Updates GitHub Copilot catalog pricing for GPT-5.6 Luna and GPT-5.6 Terra to the post–July 30 reduced rates. The
github-copilotentries still had the old pre-cut prices; OpenAI/Azure were already updated separately. Sol is unchanged.Changes
providers/github-copilot/models/gpt-5.6-luna.tomlcost.inputcost.cache_readcost.outputcost.cache_write>200Kinput / cache_read / outputcache_writeproviders/github-copilot/models/gpt-5.6-terra.tomlcost.inputcost.cache_readcost.outputcost.cache_write>272Kinput / cache_read / outputcache_writecache_writeremoved because GitHub’s OpenAI pricing table only lists input / cached input / output, matching peer Copilot entries (gpt-5.4,gpt-5.5).Evidence
providers/openai/models/gpt-5.6-luna.toml,gpt-5.6-terra.toml) already use the same base rates (commented as the 2026-07-30 cut).Validation
bun validate(shell disabled in this workflow).Review notes
github-copilotLuna/Terra costs were changed; Sol and other providers left alone.cache_writeremoval is intentional alignment with GitHub docs and other Copilot OpenAI models; Sol still hascache_writebut was out of scope.Closes #3964
Automated by the issue fixer: https://github.com/anomalyco/models.dev/actions/runs/30764423352