Skip to content

[model-inventory] Refresh mirrored model catalog and add missing gemini-3.6-flash entry - #48614

Merged
pelikhan merged 2 commits into
mainfrom
copilot/model-inventory-update
Jul 28, 2026
Merged

[model-inventory] Refresh mirrored model catalog and add missing gemini-3.6-flash entry#48614
pelikhan merged 2 commits into
mainfrom
copilot/model-inventory-update

Conversation

Copilot AI commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Daily inventory showed alias coverage was already current, but the mirrored model catalog files were stale relative to models.dev and Copilot pricing data. This PR updates the catalog content and restores the missing Copilot Gemini entry needed by current alias/pricing expectations.

  • Catalog sync correction

    • Refreshes the mirrored model inventory in:
      • pkg/cli/data/models.json
      • actions/setup/js/models.json
    • Keeps both files aligned as the canonical mirrored pair consumed by CLI/setup paths.
  • Missing Copilot model restoration

    • Adds github-copilotgemini-3.6-flash with pricing and metadata consistent with sibling Gemini Copilot entries.
    • Preserves expected metadata shape (provider_type, wire_api) for downstream compatibility.
  • No alias changes

    • pkg/workflow/data/model_aliases.json remains unchanged; existing alias patterns already resolve current live provider model families.
"gemini-3.6-flash": {
  "cost": {
    "input": "1.5e-06",
    "output": "7.5e-06",
    "cache_read": "1.5e-07"
  },
  "provider_type": "openai",
  "wire_api": "completions"
}

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan

Copy link
Copy Markdown
Collaborator

@copilot run pr-finisher skill, recompile

Copilot AI changed the title [WIP] Update stale models.json in model inventory [model-inventory] Refresh mirrored model catalog and add missing gemini-3.6-flash entry Jul 28, 2026
Copilot AI requested a review from pelikhan July 28, 2026 13:06

Copilot AI commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

@copilot run pr-finisher skill, recompile

Ran the pr-finisher pass and make recompile. Recompile completed cleanly with no file changes, so there is no new commit to add for this request; branch head remains d809d99.

@pelikhan
pelikhan marked this pull request as ready for review July 28, 2026 13:18
Copilot AI review requested due to automatic review settings July 28, 2026 13:18
@pelikhan
pelikhan merged commit 7543da7 into main Jul 28, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/model-inventory-update branch July 28, 2026 13:19

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

Adds Gemini 3.6 Flash pricing and routing metadata to both mirrored model catalogs.

Changes:

  • Adds Copilot token pricing for gemini-3.6-flash.
  • Configures OpenAI-compatible completions routing.
  • Keeps CLI and setup catalogs synchronized.
Show a summary per file
File Description
pkg/cli/data/models.json Adds the CLI catalog entry.
actions/setup/js/models.json Mirrors the setup catalog entry.

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: Medium

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.83.5

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-28

3 participants