Skip to content

Commit 2ff181c

Browse files
authored
Merge pull request #44583 from github/repo-sync
Repo sync
2 parents fdcaa0d + deb8c6f commit 2ff181c

32 files changed

Lines changed: 1960 additions & 96 deletions

content/admin/data-residency/github-copilot-with-data-residency.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ The enforcement happens at multiple levels:
4242

4343
The models available for {% data variables.product.prodname_copilot_short %} vary by region. {% data reusables.copilot.model-compliance.models-intro %}
4444

45+
> [!NOTE] Some models listed may only be available as utility models. See [AUTOTITLE](/copilot/concepts/models/utility-models).
46+
4547
### United States
4648

4749
{% data reusables.copilot.model-compliance.us-models %}

content/copilot/how-tos/copilot-cli/automate-copilot-cli/schedule-prompts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ category:
1313
- Build with Copilot CLI # Copilot CLI bespoke page
1414
---
1515

16+
> [!NOTE]
17+
> The `/every` and `/after` commands are currently experimental features and are only available if you have used the `/experimental on` slash command, or the `--experimental` command line option.
18+
1619
In an interactive {% data variables.copilot.copilot_cli_short %} session you can schedule a prompt to be submitted automatically. This is useful when you want {% data variables.product.prodname_copilot_short %} to repeat a task at a regular cadence or to perform a one-off task after a delay, without you having to remember to submit the prompt manually.
1720

1821
There are two slash commands for this:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ If your task involves deep reasoning or large-scale refactoring, consider a mode
138138

139139
[^mai-code-1-flash]: {% data variables.copilot.copilot_mai_code_1_flash %} is a continuously improving model. Performance and behavior may evolve over time as new checkpoints are released.
140140

141-
Choosing the right model helps you get the most out of {% data variables.product.prodname_copilot_short %}. If you're not sure which model to use, start with a general-purpose option like {% data variables.copilot.copilot_gpt_41 %}, then adjust based on your needs.
141+
Choosing the right model helps you get the most out of {% data variables.product.prodname_copilot_short %}. If you're not sure which model to use, start with a general-purpose option like {% data variables.copilot.copilot_gpt_5_mini %}, then adjust based on your needs.
142142

143143
* For detailed model specs and pricing, see [AUTOTITLE](/copilot/using-github-copilot/ai-models/supported-ai-models-in-copilot).
144144
* For more examples of how to use different models, see [AUTOTITLE](/copilot/using-github-copilot/ai-models/comparing-ai-models-using-different-tasks).

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ contentType: reference
2020

2121
Used for:
2222

23-
* {% data variables.copilot.copilot_gpt_41 %}
2423
* {% data variables.copilot.copilot_gpt_5_mini %}
2524
* {% data variables.copilot.copilot_gpt_52 %}
2625
* {% data variables.copilot.copilot_gpt_52_codex %}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ All prices are **per 1 million tokens**.
3737
| {{ entry.model }} | {{ entry.release_status }} | {{ entry.category }} | {{ entry.input }} | {{ entry.cached_input }} | {{ entry.output }} |
3838
| {% endif %}{% endfor %} |
3939

40-
[^1]: {% data variables.copilot.copilot_gpt_41 %} and {% data variables.copilot.copilot_gpt_5_mini %} are included models.
40+
[^1]: {% data variables.copilot.copilot_gpt_5_mini %} is an included model.
4141
[^2]: {% data variables.copilot.copilot_gpt_54 %} pricing applies to prompts with ≤272K tokens.
4242

4343
### Anthropic

data/tables/copilot/annual-subscriber-model-multipliers.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
- model: 'GPT-4o mini'
4848
new_multiplier: '0.33'
4949

50-
- model: 'GPT-4.1'
51-
new_multiplier: '1'
52-
5350
- model: 'GPT-5.1'
5451
new_multiplier: '3'
5552

data/tables/copilot/auto-model-selection.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
# - cli: Availability for Copilot CLI.
1919

2020
# OpenAI
21-
- name: GPT-4.1
22-
cloud_agent: false
23-
chat: true
24-
cli: false
2521

2622
- name: GPT-5 mini
2723
cloud_agent: false

data/tables/copilot/model-comparison.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
# 2. Within each provider group, alphabetically by model name.
88

99
# OpenAI
10-
- name: GPT-4.1
11-
task_area: General-purpose coding and writing
12-
excels_at: Fast, accurate code completions and explanations
13-
further_reading: '[GPT-4.1 model card](https://openai.com/index/gpt-4-1/)'
1410

1511
- name: GPT-5 mini
1612
task_area: General-purpose coding and writing

data/tables/copilot/model-deprecation-history.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
# - retirement_date: The official retirement date for the model (YYYY-MM-DD).
1212
# - suggested_alternative: The model recommended for migration.
1313

14+
- name: 'GPT-4.1'
15+
retirement_date: '2026-06-01'
16+
suggested_alternative: 'GPT-5.5'
17+
1418
- name: 'Grok Code Fast 1'
1519
retirement_date: '2026-05-15'
1620
suggested_alternative: 'GPT-5 mini'

data/tables/copilot/model-multipliers.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@
5757
multiplier_paid: 14
5858
multiplier_free: Not applicable
5959

60-
- name: GPT-4.1
61-
multiplier_paid: 0
62-
multiplier_free: 1
63-
6460
- name: GPT-4o
6561
multiplier_paid: 0
6662
multiplier_free: 1

0 commit comments

Comments
 (0)