
TL;DR
GitHub deprecated Gemini 2.5 Pro and Gemini 3 Flash in every Copilot surface on July 31, 2026. The suggested replacements are Gemini 3.1 Pro and Gemini 3.6 Flash. Here is what changed, what it costs, and how to migrate cleanly.
GitHub deprecated two Google models across every Copilot experience on July 31, 2026: Gemini 2.5 Pro and Gemini 3 Flash. The change lands in Copilot Chat, inline edits, ask and agent modes, and code completions, and it is effective immediately. The official changelog entry lists Gemini 3.1 Pro (currently in public preview) as the replacement for Gemini 2.5 Pro, and Gemini 3.6 Flash as the replacement for Gemini 3 Flash.
This is the second model-related removal from GitHub this week: GitHub Models was fully retired on July 30. If your team pins models in Copilot, today is a good day to check which ones you are actually calling.
The deprecation applies to all Copilot plans and surfaces. The models no longer appear in the model selector, and requests that reference them do not route. There is no grandfathering period and no opt-out: "No action is required to remove the deprecated models," the changelog says, because the removal is server-side.
The one place where action is required is Copilot Enterprise. The changelog notes that enterprise administrators may need to enable the replacement models through their model policies in Copilot settings. Gemini 3.1 Pro is a preview model, and preview models are commonly disabled by default in enterprise policies. If a team wants Gemini 3.1 Pro, an admin has to flip that policy on before the model shows up in the VS Code or github.com model selector.
What survives, per the current Copilot supported models documentation, is a Google lineup of three models: Gemini 3.6 Flash and Gemini 3.5 Flash at GA status, plus Gemini 3.1 Pro in public preview. Gemini 2.5 Pro and Gemini 3 Flash are gone from the list entirely.
Google launched Gemini 3.6 Flash on July 21 as a direct efficiency play: 17% fewer output tokens than Gemini 3.5 Flash per task at $1.50 per million input tokens and $7.50 per million output tokens. On DeepSWE it scores 49% versus 37% for Gemini 3.5 Flash, and on MLE Bench it hits 63.9% versus 49.7%. For Copilot users the token efficiency matters twice: fewer output tokens means faster completions and, on usage-based billing plans, fewer premium requests consumed.
The interesting side note is that Gemini 3.5 Flash-Lite, launched the same day at $0.30 per million input and $2.50 per million output tokens, already outscored Gemini 3 Flash on SWE-Bench Pro (54.2% versus 49.6%) and OSWorld-Verified (74.0% versus 65.1%). In other words, the model being removed was already beaten by the cheap tier of the current line. The deprecation is not a downgrade for most workloads.
From the archive
Aug 1, 2026 • 5 min read
Aug 1, 2026 • 10 min read
Jul 31, 2026 • 8 min read
Jul 31, 2026 • 6 min read
Reading the July changes together, GitHub is consolidating hard. GitHub Models retirement removes the neutral API surface that let anyone call any provider's model with a GitHub token. The new enterprise model policy targeting in public preview gives admins fine-grained control over which models their teams can see. And now the two oldest Gemini entries in the Copilot catalog are gone.
The throughline: Copilot is moving from a marketplace of many models to a curated, policy-managed set. For individual developers the practical cost is low, mostly a model-selector change. For teams that built scripts, prompts, or automation around a specific model string, this is a reminder that model names in Copilot are now moving targets. The GitHub Models retirement post covers the API side; this change is the same churn inside the editor.
The concrete checklist, based on the changelog and the supported-models documentation:
If you are coming from a broader model access question, the migration checklist in Migrating Off Retired GPT Models in 2026 covers the general playbook: read the retirement table, map old names to new ones, eval before you switch, and keep a provider fallback. The pattern is identical here, just with a shorter runway.
Read next
GitHub Models is fully retired as of July 30, 2026. The playground, model catalog, inference API, and BYOK are gone for every customer. Here is the timeline and where to get model access instead.
6 min readGitHub's new model policy targeting lets enterprise admins set a baseline of Copilot models for the whole company, then grant extra models to specific teams. How the preview works, the least-restrictive evaluation rule, and what it changes for AI governance.
5 min readDeepSeek V4 splits into Flash and Pro, ships a 1M context window, and undercuts every closed model on price. Here's how to wire it up with the OpenAI SDK, when to pick it over Claude or GPT, and what changed since V3 and R1.
10 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Google's asynchronous coding agent. Point it at a GitHub repo, it clones to a cloud VM, plans with Gemini, and opens a p...
View ToolThe original AI coding assistant. 77M+ developers. Inline completions in VS Code and JetBrains. Copilot Workspace genera...
View ToolGoogle's frontier model family. Gemini 2.5 Pro has 1M token context and top-tier coding benchmarks. Gemini 3 Pro pushes...
View ToolDeepSeek's reasoning-first model built for agents. First model to integrate thinking directly into tool use. Ships along...
View ToolLog workouts, meals, and habits in plain English. Your progress shows up as a GitHub-style heatmap.
View AppSpec out AI agents, run them overnight, wake up to a verified GitHub repo.
View AppEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppFull GitHub CLI support for automated PR and issue workflows.
Claude CodeManaged scheduling on Anthropic infrastructure with API and GitHub triggers.
Claude CodeWhat MCP servers are, how they work, and how to build your own in 5 minutes.
AI Agents
Exploring Google's New Gemini 2.5 Flash In this video, we dive into Google's newly released Gemini 2.5 Flash model, a cost-effective and flexible thinking model. Key features include multimodal...

Learn The Fundamentals Of Becoming An AI Engineer On Scrimba; https://v2.scrimba.com/the-ai-engineer-path-c02v?via=developersdigest #ai #software #gemini Links: https://blog.google/technology/go...

Learn The Fundamentals Of Becoming An AI Engineer On Scrimba; https://v2.scrimba.com/the-ai-engineer-path-c02v?via=developersdigest Introducing GitHub Spark and Exciting GitHub Copilot Updates!...

GitHub's new model policy targeting lets enterprise admins set a baseline of Copilot models for the whole company, then...

GitHub Actions added a $/ prefix that resolves a same-repository action or reusable workflow at the exact commit being r...

GitHub open-sourced casefold, a Rust crate that folds the case of every byte Blackbird indexes at memory bandwidth. The...

GitHub Models is fully retired as of July 30, 2026. The playground, model catalog, inference API, and BYOK are gone for...

GitHub's stacked pull requests went into public preview on July 30. Stacks turn one large change into an ordered chain o...

Google DeepMind's Gemini Robotics 2 family gives humanoid robots whole-body control, dexterous hands, and multi-robot te...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.