Skip to content

Commit 66a9380

Browse files
sunbryeCopilot
andauthored
Deprecate Gemini 2.5 Pro and Gemini 3 Flash (#62569)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3d652994-a326-4b43-a774-a276c9b8470d
1 parent 3b034ec commit 66a9380

9 files changed

Lines changed: 9 additions & 80 deletions

content/copilot/reference/ai-models/model-hosting.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,11 @@ When using {% data variables.copilot.copilot_claude %}, input prompts and output
7171

7272
Used for:
7373

74-
* {% data variables.copilot.copilot_gemini_25_pro %}
75-
* {% data variables.copilot.copilot_gemini_3_flash %}
7674
* {% data variables.copilot.copilot_gemini_31_pro %}
7775
* {% data variables.copilot.copilot_gemini_35_flash %}
7876
* {% data variables.copilot.copilot_gemini_36_flash %}
7977

80-
{% data variables.product.prodname_copilot %} uses {% data variables.copilot.copilot_gemini_31_pro %}, {% data variables.copilot.copilot_gemini_3_flash %}, and {% data variables.copilot.copilot_gemini_25_pro %} hosted on Google Cloud Platform (GCP). When using {% data variables.copilot.copilot_gemini %} models, prompts and metadata are sent to GCP, which makes the [following data commitment](https://cloud.google.com/vertex-ai/generative-ai/docs/data-governance): _{% data variables.copilot.copilot_gemini %} doesn't use your prompts, or its responses, as data to train its models._
78+
{% data variables.product.prodname_copilot %} uses {% data variables.copilot.copilot_gemini %} models hosted on Google Cloud Platform (GCP). When using {% data variables.copilot.copilot_gemini %} models, prompts and metadata are sent to GCP, which makes the [following data commitment](https://cloud.google.com/vertex-ai/generative-ai/docs/data-governance): _{% data variables.copilot.copilot_gemini %} doesn't use your prompts, or its responses, as data to train its models._
8179

8280
To provide better service quality and reduce latency, {% data variables.product.github %} uses [prompt caching](https://cloud.google.com/vertex-ai/generative-ai/docs/data-governance#customer_data_retention_and_achieving_zero_data_retention).
8381

content/copilot/reference/ai-models/supported-models.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ Some {% data variables.product.prodname_copilot_short %} models require minimum
134134

135135
| Model | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vs %} | JetBrains IDEs | Xcode | Eclipse |
136136
|----------------------------------------------------------|----------------------------------------------|------------------------------------------|----------------|-------|---------|
137-
| {% data variables.copilot.copilot_gemini_3_flash %} | `v1.115.0` | `17.14.22` or `18.1.0` | `1.5.62` | `0.46.0` | `0.14.0` |
138137
| {% data variables.copilot.copilot_gemini_31_pro %} | `v1.115.0` | `17.14.22` or `18.1.0` | `1.5.62` | `0.46.0` | `0.14.0` |
139138
| {% data variables.copilot.copilot_gemini_35_flash %} | `v1.115.0` | `17.14.22` or `18.1.0` | `1.5.62` | `0.46.0` | `0.14.0` |
140139
| {% data variables.copilot.copilot_gemini_36_flash %} | `v1.128.0` | `17.14.22` or `18.1.0` | TBD | TBD | TBD |

data/tables/copilot/annual-subscriber-model-multipliers.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@
2626
- model: 'Claude Sonnet 4.6'
2727
new_multiplier: '9'
2828

29-
- model: 'Gemini 2.5 Pro'
30-
new_multiplier: '1'
31-
32-
- model: 'Gemini 3 Flash'
33-
new_multiplier: '0.33'
34-
3529
- model: 'Gemini 3 Pro'
3630
new_multiplier: '6'
3731

data/tables/copilot/model-comparison.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,6 @@
9595
further_reading: '[Claude Sonnet 5 model card](https://www-cdn.anthropic.com/9e6a1044980d8c4ed85669faf9c2a8342e2e9f1e/Claude%20Sonnet%205%20System%20Card.pdf)'
9696

9797
# Google
98-
- name: Gemini 2.5 Pro
99-
task_area: Deep reasoning and debugging
100-
excels_at: Complex code generation, debugging, and research workflows
101-
further_reading: '[Gemini 2.5 Pro model card](https://storage.googleapis.com/model-cards/documents/gemini-2.5-pro.pdf)'
102-
103-
- name: Gemini 3 Flash
104-
task_area: Fast help with simple or repetitive tasks
105-
excels_at: Fast, reliable answers to lightweight coding questions
106-
further_reading: '[Gemini 3 Flash model card](https://storage.googleapis.com/deepmind-media/Model-Cards/Gemini-3-Flash-Model-Card.pdf)'
107-
10898
- name: Gemini 3.1 Pro
10999
task_area: Deep reasoning and debugging
110100
excels_at: Effective and efficient edit-then-test loops with high tool precision

data/tables/copilot/model-deprecation-history.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
# - retirement_date: The official retirement date for the model (YYYY-MM-DD).
1212
# - suggested_alternative: The model recommended for migration.
1313

14+
- name: 'Gemini 2.5 Pro'
15+
retirement_date: '2026-07-31'
16+
suggested_alternative: 'Gemini 3.1 Pro'
17+
18+
- name: 'Gemini 3 Flash'
19+
retirement_date: '2026-07-31'
20+
suggested_alternative: 'Gemini 3.6 Flash'
21+
1422
- name: 'Claude Opus 4.6 (fast mode) (preview)'
1523
retirement_date: '2026-06-29'
1624
suggested_alternative: 'Claude Opus 4.8 (fast mode) (preview)'

data/tables/copilot/model-release-status.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,6 @@
9999

100100
# Google models
101101

102-
- name: 'Gemini 2.5 Pro'
103-
provider: 'Google'
104-
release_status: 'GA'
105-
106-
- name: 'Gemini 3 Flash'
107-
provider: 'Google'
108-
release_status: 'Public preview'
109-
110102
- name: 'Gemini 3.1 Pro'
111103
provider: 'Google'
112104
release_status: 'Public preview'

data/tables/copilot/model-supported-clients.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -113,24 +113,6 @@
113113
xcode: true
114114
jetbrains: true
115115

116-
- name: Gemini 2.5 Pro
117-
dotcom: false
118-
cli: false
119-
vscode: true
120-
vs: true
121-
eclipse: true
122-
xcode: true
123-
jetbrains: true
124-
125-
- name: Gemini 3 Flash
126-
dotcom: false
127-
cli: false
128-
vscode: true
129-
vs: true
130-
eclipse: true
131-
xcode: true
132-
jetbrains: true
133-
134116
- name: Gemini 3.1 Pro
135117
dotcom: false
136118
cli: true

data/tables/copilot/model-supported-plans.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,6 @@
8989
business: true
9090
enterprise: true
9191

92-
- name: Gemini 2.5 Pro
93-
pro: true
94-
pro_plus: true
95-
max: true
96-
business: true
97-
enterprise: true
98-
99-
- name: Gemini 3 Flash
100-
pro: true
101-
pro_plus: true
102-
max: true
103-
business: true
104-
enterprise: true
105-
10692
- name: Gemini 3.1 Pro
10793
pro: true
10894
pro_plus: true

data/tables/copilot/models-and-pricing.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -268,26 +268,6 @@
268268
cache_write: $12.50
269269

270270
# Google
271-
- model: 'Gemini 2.5 Pro'
272-
provider: google
273-
release_status: GA
274-
category: Powerful
275-
threshold: 'Not applicable'
276-
tier: 'Default'
277-
input: $1.25
278-
cached_input: $0.125
279-
output: $10.00
280-
281-
- model: 'Gemini 3 Flash'
282-
provider: google
283-
release_status: Public preview
284-
category: Lightweight
285-
threshold: 'Not applicable'
286-
tier: 'Default'
287-
input: $0.50
288-
cached_input: $0.05
289-
output: $3.00
290-
291271
- model: 'Gemini 3.1 Pro'
292272
provider: google
293273
release_status: Public preview

0 commit comments

Comments
 (0)