Skip to content

[model-inventory] Add missing Copilot pricing entries for gpt-5.6 variants#44648

Merged
pelikhan merged 3 commits into
mainfrom
copilot/model-inventory-update-2026-07-10
Jul 10, 2026
Merged

[model-inventory] Add missing Copilot pricing entries for gpt-5.6 variants#44648
pelikhan merged 3 commits into
mainfrom
copilot/model-inventory-update-2026-07-10

Conversation

Copilot AI commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

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)

    • Added github-copilot entries for:
      • gpt-5.6-luna
      • gpt-5.6-sol
      • gpt-5.6-terra
    • Applied the same additions in both mirrored sources:
      • pkg/cli/data/models.json
      • actions/setup/js/models.json
  • Pricing + wire metadata

    • Set per-token costs from the issue’s proposed pricing conversion:
      • luna: input 1e-06, output 6e-06, cache_read 1e-07
      • sol: input 5e-06, output 3e-05, cache_read 5e-07
      • terra: input 2.5e-06, output 1.5e-05, cache_read 2.5e-07
    • Kept provider/wire behavior aligned with existing Copilot GPT-5.x entries:
      • provider_type: "openai"
      • wire_api: "responses"
"gpt-5.6-terra": {
  "cost": {
    "input": "2.5e-06",
    "output": "1.5e-05",
    "cache_read": "2.5e-07"
  },
  "provider_type": "openai",
  "wire_api": "responses"
}

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
Copilot AI requested a review from pelikhan July 10, 2026 04:47
@pelikhan pelikhan marked this pull request as ready for review July 10, 2026 04:54
Copilot AI review requested due to automatic review settings July 10, 2026 04:54
@pelikhan pelikhan merged commit e930464 into main Jul 10, 2026
28 checks passed
@pelikhan pelikhan deleted the copilot/model-inventory-update-2026-07-10 branch July 10, 2026 04:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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, and gpt-5.6-terra under the github-copilot provider 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

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.82.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[model-inventory] Model alias inventory update - 2026-07-10

3 participants