Skip to content

Commit f064178

Browse files
nhu-dojc-clark
andauthored
Goldeneye documentation (#59573)
Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
1 parent f9852af commit f064178

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
@@ -95,6 +95,7 @@ These models are designed for tasks that require step-by-step reasoning, complex
9595
| {% data variables.copilot.copilot_claude_sonnet_40 %} | Improves on 3.7 with more reliable completions and smarter reasoning under pressure. |
9696
| {% data variables.copilot.copilot_claude_opus_46 %} | Anthropic’s most powerful model. Improves on {% data variables.copilot.copilot_claude_opus_45 %}. |
9797
| {% data variables.copilot.copilot_gemini_3_pro %} | Advanced reasoning across long contexts and scientific or technical analysis. |
98+
| {% data variables.copilot.copilot_goldeneye %} | Complex problem-solving challenges and sophisticated reasoning. |
9899

99100
### When to use these models
100101

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ All input requests and output responses processed by {% data variables.product.p
4545
Used for:
4646

4747
* {% data variables.copilot.copilot_raptor_mini %}
48+
* {% data variables.copilot.copilot_goldeneye %}
4849

49-
{% data variables.copilot.copilot_raptor_mini %} is deployed on {% data variables.product.github %} managed Azure OpenAI tenant.
50+
These models are deployed on {% data variables.product.github %} managed Azure OpenAI tenant.
5051

5152
## Anthropic models
5253

data/tables/copilot/model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,7 @@
108108
- name: Raptor mini
109109
multiplier_paid: 0
110110
multiplier_free: 1
111+
112+
- name: Goldeneye
113+
multiplier_paid: Not applicable
114+
multiplier_free: 1

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,10 @@
190190
agent_mode: true
191191
ask_mode: true
192192
edit_mode: true
193+
194+
- name: 'Goldeneye'
195+
provider: 'Fine-tuned GPT-5.1-Codex'
196+
release_status: 'Public preview'
197+
agent_mode: true
198+
ask_mode: true
199+
edit_mode: true

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,11 @@
204204
eclipse: false
205205
xcode: false
206206
jetbrains: false
207+
208+
- name: Goldeneye
209+
dotcom: false
210+
vscode: true
211+
vs: false
212+
eclipse: false
213+
xcode: false
214+
jetbrains: false

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,10 @@
179179
pro_plus: true
180180
business: false
181181
enterprise: false
182+
183+
- name: Goldeneye
184+
free: true
185+
pro: false
186+
pro_plus: false
187+
business: false
188+
enterprise: false

data/variables/copilot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ copilot_grok_code: 'Grok Code Fast 1'
177177
copilot_qwen_25: 'Qwen2.5'
178178
# Microsoft fine-tuned:
179179
copilot_raptor_mini: 'Raptor mini'
180+
copilot_goldeneye: 'Goldeneye'
180181

181182
## Current model used by Copilot coding agent and Copilot CLI
182183
cca_current_model: '{% data variables.copilot.copilot_claude_sonnet_40 %}'

0 commit comments

Comments
 (0)