Skip to content

Commit 51f2444

Browse files
Copilotfaxu
andauthored
Remove all mentions of "Goldeneye" (#61228)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: faxu <20780999+faxu@users.noreply.github.com> Co-authored-by: Faith Xu <faxu@microsoft.com>
1 parent a526fbd commit 51f2444

9 files changed

Lines changed: 0 additions & 41 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ These models are designed for tasks that require step-by-step reasoning, complex
9292
| {% data variables.copilot.copilot_claude_sonnet_46 %} | Improves on Sonnet 4.5 with more reliable completions and smarter reasoning under pressure. |
9393
| {% data variables.copilot.copilot_claude_opus_47 %} | Anthropic’s most powerful model. Improves on {% data variables.copilot.copilot_claude_opus_46 %}. |
9494
| {% data variables.copilot.copilot_gemini_31_pro %} | Advanced reasoning across long contexts and scientific or technical analysis. |
95-
| {% data variables.copilot.copilot_goldeneye %} | Complex problem-solving challenges and sophisticated reasoning. |
9695

9796
### When to use these models
9897

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ All input requests and output responses processed by {% data variables.product.p
4343
Used for:
4444

4545
* {% data variables.copilot.copilot_raptor_mini %}
46-
* {% data variables.copilot.copilot_goldeneye %}
4746

4847
These models are deployed on {% data variables.product.github %} managed Azure OpenAI tenant.
4948

content/copilot/reference/copilot-billing/models-and-pricing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ Anthropic models include a cache write cost in addition to cached input.
7777
| {% endif %}{% endfor %} |
7878

7979
[^7]: {% data variables.copilot.copilot_raptor_mini %} uses {% data variables.copilot.copilot_gpt_5_mini %} pricing.
80-
[^8]: {% data variables.copilot.copilot_goldeneye %} uses {% data variables.copilot.copilot_gpt_51_codex %} pricing.
8180

8281
## Code completions
8382

data/tables/copilot/model-multipliers.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,3 @@
9696
- name: Raptor mini
9797
multiplier_paid: 0
9898
multiplier_free: 1
99-
100-
- name: Goldeneye
101-
multiplier_paid: Not applicable
102-
multiplier_free: 1

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,3 @@
168168
agent_mode: true
169169
ask_mode: true
170170
edit_mode: true
171-
172-
- name: 'Goldeneye'
173-
provider: 'Fine-tuned GPT-5.1-Codex'
174-
release_status: 'Public preview'
175-
agent_mode: true
176-
ask_mode: true
177-
edit_mode: true

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,3 @@
202202
eclipse: false
203203
xcode: false
204204
jetbrains: false
205-
206-
- name: Goldeneye
207-
dotcom: false
208-
cli: false
209-
vscode: true
210-
vs: false
211-
eclipse: false
212-
xcode: false
213-
jetbrains: false

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,3 @@
180180
pro_plus: true
181181
business: false
182182
enterprise: false
183-
184-
- name: Goldeneye
185-
free: true
186-
student: false
187-
pro: false
188-
pro_plus: false
189-
business: false
190-
enterprise: false

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,3 @@
198198
cached_input: $0.025
199199
output: $2.00
200200
notes: Uses GPT-5 mini pricing
201-
202-
- model: 'Goldeneye[^8]'
203-
provider: github
204-
release_status: Public preview
205-
category: Powerful
206-
input: $1.25
207-
cached_input: $0.125
208-
output: $10.00
209-
notes: Uses GPT-5.1-Codex pricing

data/variables/copilot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ copilot_grok_code: 'Grok Code Fast 1'
210210
copilot_qwen_25: 'Qwen2.5'
211211
# Microsoft fine-tuned:
212212
copilot_raptor_mini: 'Raptor mini'
213-
copilot_goldeneye: 'Goldeneye'
214213

215214
## Current model used by Copilot cloud agent and Copilot CLI
216215
cca_current_model: '{% data variables.copilot.copilot_claude_opus_46 %}'

0 commit comments

Comments
 (0)