Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion content/copilot/reference/ai-models/model-comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ These models are designed for tasks that require step-by-step reasoning, complex
| {% data variables.copilot.copilot_claude_sonnet_46 %} | Improves on Sonnet 4.5 with more reliable completions and smarter reasoning under pressure. |
| {% data variables.copilot.copilot_claude_opus_47 %} | Anthropic’s most powerful model. Improves on {% data variables.copilot.copilot_claude_opus_46 %}. |
| {% data variables.copilot.copilot_gemini_31_pro %} | Advanced reasoning across long contexts and scientific or technical analysis. |
| {% data variables.copilot.copilot_goldeneye %} | Complex problem-solving challenges and sophisticated reasoning. |

### When to use these models

Expand Down
1 change: 0 additions & 1 deletion content/copilot/reference/ai-models/model-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ All input requests and output responses processed by {% data variables.product.p
Used for:

* {% data variables.copilot.copilot_raptor_mini %}
* {% data variables.copilot.copilot_goldeneye %}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ Anthropic models include a cache write cost in addition to cached input.
| {% endif %}{% endfor %} |

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

## Code completions

Expand Down
4 changes: 0 additions & 4 deletions data/tables/copilot/model-multipliers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,3 @@
- name: Raptor mini
multiplier_paid: 0
multiplier_free: 1

- name: Goldeneye
multiplier_paid: Not applicable
multiplier_free: 1
7 changes: 0 additions & 7 deletions data/tables/copilot/model-release-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,3 @@
agent_mode: true
ask_mode: true
edit_mode: true

- name: 'Goldeneye'
provider: 'Fine-tuned GPT-5.1-Codex'
release_status: 'Public preview'
agent_mode: true
ask_mode: true
edit_mode: true
9 changes: 0 additions & 9 deletions data/tables/copilot/model-supported-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,3 @@
eclipse: false
xcode: false
jetbrains: false

- name: Goldeneye
dotcom: false
cli: false
vscode: true
vs: false
eclipse: false
xcode: false
jetbrains: false
8 changes: 0 additions & 8 deletions data/tables/copilot/model-supported-plans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,3 @@
pro_plus: true
business: false
enterprise: false

- name: Goldeneye
free: true
student: false
pro: false
pro_plus: false
business: false
enterprise: false
9 changes: 0 additions & 9 deletions data/tables/copilot/models-and-pricing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,3 @@
cached_input: $0.025
output: $2.00
notes: Uses GPT-5 mini pricing

- model: 'Goldeneye[^8]'
provider: github
release_status: Public preview
category: Powerful
input: $1.25
cached_input: $0.125
output: $10.00
notes: Uses GPT-5.1-Codex pricing
1 change: 0 additions & 1 deletion data/variables/copilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ copilot_grok_code: 'Grok Code Fast 1'
copilot_qwen_25: 'Qwen2.5'
# Microsoft fine-tuned:
copilot_raptor_mini: 'Raptor mini'
copilot_goldeneye: 'Goldeneye'

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