Skip to content

Commit 73da9cf

Browse files
Tented model release 004 (#58515)
1 parent 78682e0 commit 73da9cf

File tree

6 files changed

+29
-1
lines changed

6 files changed

+29
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ When using {% data variables.copilot.copilot_claude %}, input prompts and output
6868
Used for:
6969

7070
* {% data variables.copilot.copilot_gemini_25_pro %}
71+
* {% data variables.copilot.copilot_gemini_3_pro %}
7172

72-
{% data variables.product.prodname_copilot %} uses {% 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._
73+
{% data variables.product.prodname_copilot %} uses {% data variables.copilot.copilot_gemini_3_pro %} 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._
7374

7475
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).
7576

data/tables/copilot/model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
multiplier_paid: 1
3030
multiplier_free: Not applicable
3131

32+
- name: Gemini 3 Pro
33+
multiplier_paid: 1
34+
multiplier_free: Not applicable
35+
3236
- name: GPT-4.1
3337
multiplier_paid: 0
3438
multiplier_free: 1

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@
105105
ask_mode: true
106106
edit_mode: true
107107

108+
- name: 'Gemini 3 Pro'
109+
provider: 'Google'
110+
release_status: 'Public preview'
111+
agent_mode: true
112+
ask_mode: true
113+
edit_mode: true
114+
108115
# xAI models
109116
- name: 'Grok Code Fast 1'
110117
provider: 'xAI'

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@
5353
xcode: true
5454
jetbrains: true
5555

56+
- name: Gemini 3 Pro
57+
dotcom: true
58+
vscode: true
59+
vs: false
60+
eclipse: false
61+
xcode: false
62+
jetbrains: false
63+
5664
- name: GPT-4.1
5765
dotcom: true
5866
vscode: true

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
business: true
4848
enterprise: true
4949

50+
- name: Gemini 3 Pro
51+
free: false
52+
pro: true
53+
pro_plus: true
54+
business: true
55+
enterprise: true
56+
5057
- name: GPT-4.1
5158
free: true
5259
pro: true

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ copilot_claude_sonnet_45: 'Claude Sonnet 4.5'
141141
copilot_gemini: 'Gemini'
142142
copilot_gemini_flash: 'Gemini 2.0 Flash'
143143
copilot_gemini_25_pro: 'Gemini 2.5 Pro'
144+
copilot_gemini_3_pro: 'Gemini 3 Pro'
144145
# OpenAI GPT series:
145146
copilot_gpt_4o: 'GPT-4o'
146147
copilot_gpt_41: 'GPT-4.1'

0 commit comments

Comments
 (0)