Skip to content

Commit c6ad67c

Browse files
authored
Merge pull request #43408 from github/repo-sync
Repo sync
2 parents d9affd0 + 72dc1c5 commit c6ad67c

File tree

16 files changed

+291
-10
lines changed

16 files changed

+291
-10
lines changed

.github/workflows/link-check-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Create issue if broken links found
7171
if: always() && steps.check_report.outputs.has_report == 'true'
72-
uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v5
72+
uses: peter-evans/create-issue-from-file@65115121ba9a3573cbaded4dc66b90ba1f9b69dc
7373
with:
7474
token: ${{ secrets.DOCS_BOT_PAT_BASE }}
7575
repository: github/docs-content

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Used for:
2828
* {% data variables.copilot.copilot_gpt_52_codex %}
2929
* {% data variables.copilot.copilot_gpt_53_codex %}
3030
* {% data variables.copilot.copilot_gpt_54 %}
31+
* {% data variables.copilot.copilot_gpt_54_mini %}
3132

3233
These models are hosted by OpenAI and {% data variables.product.github %}'s Azure infrastructure.
3334

content/copilot/reference/ai-models/supported-models.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ The following table shows which AI models are available in each {% data variable
9090

9191
## Model multipliers
9292

93-
{% data reusables.copilot.sonnet-46-model-multiplier-note %}
93+
> [!NOTE]
94+
> The multiplier for these models are subject to change.
95+
>
96+
> * {% data variables.copilot.copilot_claude_sonnet_46 %}
97+
> * {% data variables.copilot.copilot_gpt_54_mini %}
9498
9599
Each model has a premium request multiplier, based on its complexity and resource usage. If you are on a paid {% data variables.product.prodname_copilot_short %} plan, your premium request allowance is deducted according to this multiplier.
96100

data/release-notes/enterprise-server/3-19/3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ date: '2026-03-10'
22
intro: |
33
{% warning %}
44
5-
**Warning**: {% data variables.product.prodname_ghe_server %} 3.19.3 has been unpublished for operatioan reasons. Please use the most recent available patch release of 3.19. [Updated: 2026-03-13]
5+
**Warning**: {% data variables.product.prodname_ghe_server %} 3.19.3 has been unpublished for operational reasons. Please use the most recent available patch release of 3.19. [Updated: 2026-03-13]
66
77
{% endwarning %}
88
sections:

data/release-notes/enterprise-server/3-20/0-rc1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
date: '2026-02-24'
22
release_candidate: true
3-
deprecated: false
3+
deprecated: true
44
intro: |
55
> [!NOTE] Release candidate (RC) builds are intended solely for use in a test environment. Do not install an RC in a production environment.
66
>

data/release-notes/enterprise-server/3-20/0.yml

Lines changed: 216 additions & 0 deletions
Large diffs are not rendered by default.

data/tables/copilot/model-comparison.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
- name: GPT-5.4
5656
task_area: Deep reasoning and debugging
5757
excels_at: Multi-step problem solving and architecture-level code analysis
58+
further_reading: '[GPT-5.4 model card](https://deploymentsafety.openai.com/gpt-5-4-thinking/introduction)'
59+
60+
- name: GPT-5.4 mini
61+
task_area: Agentic software development
62+
excels_at: Codebase exploration and is especially effective when using grep-style tools
5863
further_reading: 'Not available'
5964

6065
# Anthropic

data/tables/copilot/model-multipliers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@
9797
multiplier_paid: 1.0
9898
multiplier_free: Not applicable
9999

100+
- name: GPT-5.4 mini
101+
multiplier_paid: 0.33
102+
multiplier_free: Not applicable
103+
100104
- name: Grok Code Fast 1
101105
multiplier_paid: 0.25
102106
multiplier_free: 1

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@
8888
ask_mode: true
8989
edit_mode: true
9090

91+
- name: 'GPT-5.4 mini'
92+
provider: 'OpenAI'
93+
release_status: 'GA'
94+
agent_mode: true
95+
ask_mode: true
96+
edit_mode: true
97+
9198
# Anthropic models
9299
- name: 'Claude Haiku 4.5'
93100
provider: 'Anthropic'

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,15 @@
203203
xcode: true
204204
jetbrains: true
205205

206+
- name: GPT-5.4 mini
207+
dotcom: true
208+
cli: true
209+
vscode: true
210+
vs: true
211+
eclipse: true
212+
xcode: true
213+
jetbrains: true
214+
206215
- name: Grok Code Fast 1
207216
dotcom: true
208217
cli: false

0 commit comments

Comments
 (0)