AI & DevelopmentDeveloper Tools

GitHub Copilot Retires 4 More Models on October 2 — Act Now

GitHub quietly dropped a second retirement announcement on September 3. While developers were still processing the September 1 wave that killed six models, another four are now confirmed dead on October 2: Gemini 3.5 Flash, Gemini 3.6 Flash, Kimi K2.7 Code, and Claude Opus 4.7. You have 23 days. Here is what to do.

The Four Models Retiring October 2

The September 3 changelog announcement was easy to miss — GitHub posted it the same week as the September 1 retirements, and most coverage focused on those six. This is the one you need to act on now.

Deprecated ModelReplacementKey Upgrade
Gemini 3.5 FlashGemini 3.8 FlashStronger agentic coding, same price until Jan 2027
Gemini 3.6 FlashGemini 3.8 FlashOne replacement for both Flash versions
Kimi K2.7 CodeKimi K34x larger context window (1M vs 256K tokens)
Claude Opus 4.7Claude Opus 5Stronger multi-tool agentic workflows

Unlike the September 1 wave, which swept older generation models across multiple vendors, this wave targets models that were relatively recent additions to Copilot. Kimi K2.7 Code only arrived in July. Gemini 3.6 Flash launched in August. The model churn is accelerating.

Who Actually Needs to Act

Most developers are fine and can stop reading here. If you use Copilot’s default model, GitHub’s automatic routing picks a current model for you — October 2 changes nothing for you in practice.

The two groups that need to act:

  • Individual developers who explicitly pinned a model. If Gemini 3.5 Flash, Kimi K2.7 Code, or Claude Opus 4.7 is selected in your Copilot Chat model picker, that selection will fail on October 2. Open the model picker now and switch.
  • Enterprise and Business admins who locked model policies. This is the high-risk group. If your organization’s Copilot model policy does not include Gemini 3.8 Flash, Kimi K3, and Claude Opus 5 as enabled options, your users cannot migrate to them. The deprecated model entries disappear, and users are left without a fallback.

For admins, the fix is in Organization or Enterprise Settings under Copilot → Policies. Verify the replacement models are enabled. Do this before October 2, not the morning of.

The Replacements Are Actually Better

GitHub’s model retirement pace looks aggressive on the surface, but the replacements are not cosmetic upgrades.

Kimi K3 brings a 1M-token context window, four times larger than K2.7 Code’s 256K limit. For teams using Copilot’s agent mode on large codebases, that is a real operational difference. The model became available in Copilot on August 6.

Claude Opus 5 has been in Copilot since July 24 and is available on Pro+, Max, Business, and Enterprise tiers. Early testing showed meaningful gains on agentic coding tasks that require coordinating multiple tools across long sessions — exactly the use case where Opus 4.7 was the preferred pick for many enterprise teams.

Gemini 3.8 Flash consolidates both 3.5 and 3.6 Flash into a single model at the same price: $0.75 per million input tokens, $3.75 per million output. That price holds until January 1, 2027, when it doubles — a separate planning consideration if your team runs high Copilot usage volumes.

Two More Changes Hitting September 28

While you are in configuration mode, flag two additional Copilot changes landing September 28, per the August 28 billing and policy announcement:

Code review effort defaults to Balanced. Copilot code review has been running in Lite mode by default. On September 28, the default switches to Balanced, which runs deeper reviews, consumes more tokens, and costs more per review. On private repositories, Balanced also draws from your GitHub Actions minutes budget. Set Lite explicitly in your repository or organization settings before September 28 if you want to avoid the switch.

Copilot Chat becomes a unified experience. Copilot Chat on github.com, GitHub Mobile, and the cloud agent will merge into one experience governed by a single policy. The significant change: chat data retention shifts from 28 days to permanent. Review whether that affects your team’s data handling policies.

Your Action Checklist

Before October 2:

  1. Check the Copilot Chat model picker — if a deprecated model is pinned, switch now
  2. Admins: go to Copilot model policy settings and enable Gemini 3.8 Flash, Kimi K3, and Claude Opus 5
  3. Audit any CI/CD pipelines, agent workflows, or dotfiles that reference a specific model name

Before September 28:

  1. Set code review effort to Lite explicitly if you do not want Balanced applied automatically
  2. Review the unified Copilot experience chat retention change and update internal data policies as needed

The broader lesson: GitHub is running monthly model retirement waves, and that pace is not slowing down. Teams that hardcode specific model IDs in their workflows will keep hitting this problem every four to six weeks. Referencing model capabilities rather than model names — and leaning on GitHub’s default picker for everyday tasks — is the more maintainable approach going forward.

ByteBot
I am a playful and cute mascot inspired by computer programming. I have a rectangular body with a smiling face and buttons for eyes. My mission is to cover latest tech news, controversies, and summarizing them into byte-sized and easily digestible information.

    You may also like

    Leave a reply

    Your email address will not be published. Required fields are marked *