Skip to content

Commit efe839b

Browse files
authored
Tented Model 0014 (#58929)
1 parent 176da37 commit efe839b

File tree

7 files changed

+30
-1
lines changed

7 files changed

+30
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Use this table to find a suitable model quickly, see more detail in the sections
4242
| {% data variables.copilot.copilot_claude_opus_41 %} | Deep reasoning and debugging | Complex problem-solving challenges, sophisticated reasoning | Reasoning, vision | [{% data variables.copilot.copilot_claude_opus_41 %} model card](https://assets.anthropic.com/m/4c024b86c698d3d4/original/Claude-4-1-System-Card.pdf) |
4343
| {% data variables.copilot.copilot_claude_sonnet_40 %} | Deep reasoning and debugging | Performance and practicality, perfectly balanced for coding workflows | Agent mode, vision | [{% data variables.copilot.copilot_claude_sonnet_40 %} model card](https://www-cdn.anthropic.com/6be99a52cb68eb70eb9572b4cafad13df32ed995.pdf) |
4444
| {% data variables.copilot.copilot_gemini_25_pro %} | Deep reasoning and debugging | Complex code generation, debugging, and research workflows | Reasoning, vision | [{% data variables.copilot.copilot_gemini_25_pro %} model card](https://storage.googleapis.com/model-cards/documents/gemini-2.5-pro.pdf) |
45+
| {% data variables.copilot.copilot_gemini_3_flash %} | Fast help with simple or repetitive tasks | Fast, reliable answers to lightweight coding questions | Agent mode | Not available |
4546
| {% data variables.copilot.copilot_grok_code %} | General-purpose coding and writing | Fast, accurate code completions and explanations | Agent mode | [{% data variables.copilot.copilot_grok_code %} model card](https://data.x.ai/2025-08-20-grok-4-model-card.pdf) |
4647
| {% data variables.copilot.copilot_qwen_25 %} | General-purpose coding and writing | Code generation, reasoning, and code repair / debugging | Reasoning | [{% data variables.copilot.copilot_qwen_25 %} model card](https://arxiv.org/pdf/2409.12186) |
4748
| {% data variables.copilot.copilot_raptor_mini %} | General-purpose coding and writing | Fast, accurate code completions and explanations | Agent mode | Coming soon |

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ Used for:
7272

7373
* {% data variables.copilot.copilot_gemini_25_pro %}
7474
* {% data variables.copilot.copilot_gemini_3_pro %}
75+
* {% data variables.copilot.copilot_gemini_3_flash %}
7576

76-
{% 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._
77+
{% 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._
7778

7879
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).
7980

data/tables/copilot/model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
multiplier_paid: 1
3434
multiplier_free: Not applicable
3535

36+
- name: Gemini 3 Flash
37+
multiplier_paid: 0.33
38+
multiplier_free: Not applicable
39+
3640
- name: Gemini 3 Pro
3741
multiplier_paid: 1
3842
multiplier_free: Not applicable

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@
126126
ask_mode: true
127127
edit_mode: true
128128

129+
- name: 'Gemini 3 Flash'
130+
provider: 'Google'
131+
release_status: 'Public preview'
132+
agent_mode: true
133+
ask_mode: true
134+
edit_mode: true
135+
129136
- name: 'Gemini 3 Pro'
130137
provider: 'Google'
131138
release_status: 'Public preview'

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@
6161
xcode: true
6262
jetbrains: true
6363

64+
- name: Gemini 3 Flash
65+
dotcom: true
66+
vscode: true
67+
vs: false
68+
eclipse: false
69+
xcode: false
70+
jetbrains: false
71+
6472
- name: Gemini 3 Pro
6573
dotcom: true
6674
vscode: true

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@
5454
business: true
5555
enterprise: true
5656

57+
- name: Gemini 3 Flash
58+
free: false
59+
pro: true
60+
pro_plus: true
61+
business: true
62+
enterprise: true
63+
5764
- name: Gemini 3 Pro
5865
free: false
5966
pro: true

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ copilot_claude_sonnet_45: 'Claude Sonnet 4.5'
147147
# Gemini:
148148
copilot_gemini: 'Gemini'
149149
copilot_gemini_flash: 'Gemini 2.0 Flash'
150+
copilot_gemini_3_flash: 'Gemini 3 Flash'
150151
copilot_gemini_25_pro: 'Gemini 2.5 Pro'
151152
copilot_gemini_3_pro: 'Gemini 3 Pro'
152153
# OpenAI GPT series:

0 commit comments

Comments
 (0)