changelog

GitHub Copilot Deprecates Gemini 2.5 Pro and Gemini 3 Flash Across All Experiences

TL;DR

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.

2 min read
0

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

changelog

Cline SDK v0.0.67 Normalizes Reasoning Controls Across Providers, Fixes Auto-Compaction Bug

Cline's SDK v0.0.67 pulls reasoning effort and budget controls from the models.dev catalog to match each provider's actual capabilities, while fixing a bug that forced redundant re-compaction calls on every turn. The release also adds session forking for editing earlier prompts and makes MCP server timeouts configurable.

changelog

Cline CLI v3.0.47 Adds Free Model Support and Makes Agentic Compaction Default

Cline's CLI v3.0.47 release adds full support for free Cline models with usage-limit indicators, makes settings persist across restarts, and upgrades the terminal UI stack. Agentic compaction is now the default context-management strategy, alongside several stability fixes.

changelog

Kilo Code Ships JetBrains 7.0.11 with Offline CLI Bundle and Claude Opus/Sonnet 5+ Adaptive Thinking Support

Kilo Code released JetBrains plugin version 7.0.11, adding a signed, GitHub-hosted bundled CLI for offline installs and adaptive thinking support for Claude Opus and Sonnet 5+ model identifiers across Anthropic, AI Gateway, and Bedrock providers. The update also fixes session data loss and stale CLI cleanup issues.

changelog

Vercel AI SDK adds Grok-4.5 support and video reference inputs for xAI provider

Vercel released version 4.0.10 of its xAI SDK provider, adding support for the Grok-4.5 model and introducing video reference inputs for reference-to-video generation. The update extends the existing image reference capability to handle video inputs.

Comments

Loading...