GitHub Copilot Deprecates Gemini 2.5 Pro and Gemini 3 Flash Across All Experiences
GitHub deprecated Gemini 2.5 Pro and Gemini 3 Flash across all Copilot experiences effective July 31, 2026. The models are no longer available in Copilot Chat, inline edits, ask and agent modes, or code completions.
GitHub deprecated Gemini 2.5 Pro and Gemini 3 Flash across all GitHub Copilot experiences effective July 31, 2026. The change, announced via GitHub's changelog, removes both Google models from Copilot Chat, inline edits, ask mode, agent mode, and code completions.
GitHub's announcement did not specify a replacement model, migration timeline for existing user configurations, or the exact reason for deprecation. The changelog post confirms only that the models are no longer accessible across the listed Copilot surfaces as of the effective date.
What we know
- Effective date: July 31, 2026
- Models affected: Gemini 2.5 Pro, Gemini 3 Flash
- Scope: All GitHub Copilot experiences, including Copilot Chat, inline edits, ask mode, agent mode, and code completions
- Source: GitHub's official changelog
GitHub has offered multi-model access in Copilot for several years, letting developers select from providers including OpenAI, Anthropic, and Google DeepMind for chat and agent workflows. Deprecating both a flagship reasoning-tier model (Gemini 2.5 Pro) and a fast, lower-cost tier model (Gemini 3 Flash) simultaneously removes Google DeepMind's presence across both ends of Copilot's model lineup, at least temporarily.
The original changelog entry is brief and does not include benchmark comparisons, pricing changes, or statements from Google DeepMind. GitHub has not published a follow-up post clarifying whether a newer Gemini model will backfill these slots in Copilot's model picker.
What this means
For developers who had pinned workflows, IDE extensions, or CI agents to Gemini 2.5 Pro or Gemini 3 Flash inside Copilot, those configurations will fail or silently fall back to a default model starting July 31, 2026. Teams relying on Gemini's long-context handling or cost profile inside Copilot agent mode should audit their setups immediately and switch to a supported model.
This deprecation is notable less for what it changes technically and more for what it signals about the pace of model churn inside developer tools. Copilot's model marketplace has become a fast-moving layer where underlying providers' models are added and removed on timelines set by GitHub and its partners, not always in sync with the model's own lifecycle at the source lab (Google DeepMind has not issued a parallel deprecation notice for Gemini 2.5 Pro or Gemini 3 Flash on its own platforms as of this writing). Developers building on Copilot should treat model availability as unstable and avoid hardcoding dependencies on any single model identifier without a fallback path.
Related Articles
Cline CLI v3.0.62 Adds Retry Logic, Fixes Checkpoint Stalls, Refreshes Model Catalog to 6,079 Entries
Cline CLI v3.0.62 introduces automatic retry logic for transient provider errors, fixes performance stalls in large workspaces, and refreshes its bundled model catalog from 5,788 to 6,079 models. The release also previews Cline Desktop, a new native app for open-weight models.
OpenAI Python SDK v3.13.0 Adds Support for New Agents API
OpenAI shipped v3.13.0 of its openai-python library, adding support for a new Agents API. The release is a client-library update, not a new model.
OpenAI Python SDK v3.12.0 Adds Live API Support, Fixes Async Streaming Bugs
OpenAI shipped v3.12.0 of its Python SDK on September 10, 2026, adding client support for a new Live API and fixing three bugs related to async streaming and type annotations. The release contains no new model weights.
OpenAI Python SDK v3.10.0 Adds Support for GPT Image 2.5 and API Key Expiration Fields
OpenAI released v3.10.0 of its official Python SDK, adding support for GPT Image 2.5 models and image generation options, plus new expiration fields for service-account API keys. The release does not include pricing, benchmark, or model card details.
Comments
Loading...