Skip to content

Commit 2bf6998

Browse files
Tented model #0027 (#59697)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dihydroJenoxide <97056108+dihydroJenoxide@users.noreply.github.com>
1 parent 2a0e939 commit 2bf6998

7 files changed

Lines changed: 34 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ Used for:
7979
* {% data variables.copilot.copilot_gemini_25_pro %}
8080
* {% data variables.copilot.copilot_gemini_3_pro %}
8181
* {% data variables.copilot.copilot_gemini_3_flash %}
82+
* {% data variables.copilot.copilot_gemini_31_pro %}
8283

83-
{% data variables.product.prodname_copilot %} uses {% data variables.copilot.copilot_gemini_3_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._
84+
{% data variables.product.prodname_copilot %} uses {% data variables.copilot.copilot_gemini_31_pro %}, {% data variables.copilot.copilot_gemini_3_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._
8485

8586
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).
8687

data/tables/copilot/model-comparison.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@
109109
excels_at: Complex code generation, debugging, and research workflows
110110
further_reading: '[Gemini 3 Pro model card](https://storage.googleapis.com/deepmind-media/Model-Cards/Gemini-3-Pro-Model-Card.pdf)'
111111

112+
- name: Gemini 3.1 Pro
113+
task_area: Deep reasoning and debugging
114+
excels_at: Effective and efficient edit-then-test loops with high tool precision
115+
further_reading: 'not applicable'
116+
112117
# xAI
113118
- name: Grok Code Fast 1
114119
task_area: General-purpose coding and writing

data/tables/copilot/model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
multiplier_paid: 1
5454
multiplier_free: Not applicable
5555

56+
- name: Gemini 3.1 Pro
57+
multiplier_paid: 1
58+
multiplier_free: Not applicable
59+
5660
- name: GPT-4.1
5761
multiplier_paid: 0
5862
multiplier_free: 1

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,13 @@
175175
ask_mode: true
176176
edit_mode: true
177177

178+
- name: 'Gemini 3.1 Pro'
179+
provider: 'Google'
180+
release_status: 'Public preview'
181+
agent_mode: true
182+
ask_mode: true
183+
edit_mode: true
184+
178185
# xAI models
179186
- name: 'Grok Code Fast 1'
180187
provider: 'xAI'

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@
101101
xcode: true
102102
jetbrains: true
103103

104+
- name: Gemini 3.1 Pro
105+
dotcom: true
106+
vscode: true
107+
vs: true
108+
eclipse: false
109+
xcode: false
110+
jetbrains: false
111+
104112
- name: GPT-4.1
105113
dotcom: true
106114
vscode: true

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

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

92+
- name: Gemini 3.1 Pro
93+
free: false
94+
pro: true
95+
pro_plus: true
96+
business: true
97+
enterprise: true
98+
9299
- name: GPT-4.1
93100
free: true
94101
pro: true

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ copilot_gemini_flash: 'Gemini 2.0 Flash'
155155
copilot_gemini_3_flash: 'Gemini 3 Flash'
156156
copilot_gemini_25_pro: 'Gemini 2.5 Pro'
157157
copilot_gemini_3_pro: 'Gemini 3 Pro'
158+
copilot_gemini_31_pro: 'Gemini 3.1 Pro'
158159
# OpenAI GPT series:
159160
copilot_gpt_4o: 'GPT-4o'
160161
copilot_gpt_41: 'GPT-4.1'

0 commit comments

Comments
 (0)