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: 1 addition & 0 deletions content/copilot/reference/ai-models/model-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Used for:
* {% data variables.copilot.copilot_gpt_53_codex %}
* {% data variables.copilot.copilot_gpt_54 %}
* {% data variables.copilot.copilot_gpt_54_mini %}
* {% data variables.copilot.copilot_gpt_54_nano %}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ The person you invite to be your successor must have a {% data variables.product
1. Click **Add successor**.
{% data reusables.user-settings.sudo-mode-popup %}

The user you've invited will be listed as "Pending" until they agree to become your successor.
The user you've invited will be listed as "Pending" until they agree to become your successor. For more information about what happens after a successor is appointed, see [About successors](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/about-successors).
1 change: 1 addition & 0 deletions data/reusables/copilot/openai-codex-agent-models.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* {% data variables.copilot.copilot_gpt_52_codex %}
* {% data variables.copilot.copilot_gpt_53_codex %}
* {% data variables.copilot.copilot_gpt_54 %}
* {% data variables.copilot.copilot_gpt_54_nano %}
4 changes: 4 additions & 0 deletions data/tables/copilot/model-multipliers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
multiplier_paid: 0.33
multiplier_free: Not applicable

- name: GPT-5.4 nano
multiplier_paid: 0.25
multiplier_free: Not applicable

- name: Grok Code Fast 1
multiplier_paid: 0.25
multiplier_free: 1
Expand Down
7 changes: 7 additions & 0 deletions data/tables/copilot/model-release-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
ask_mode: true
edit_mode: true

- name: 'GPT-5.4 nano'
provider: 'OpenAI'
release_status: 'GA'
agent_mode: true
ask_mode: true
edit_mode: true

# Anthropic models
- name: 'Claude Haiku 4.5'
provider: 'Anthropic'
Expand Down
9 changes: 9 additions & 0 deletions data/tables/copilot/model-supported-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,15 @@
xcode: true
jetbrains: true

- name: GPT-5.4 nano
dotcom: false
cli: false
vscode: false
vs: false
eclipse: false
xcode: false
jetbrains: false

- name: Grok Code Fast 1
dotcom: true
cli: false
Expand Down
8 changes: 8 additions & 0 deletions data/tables/copilot/model-supported-plans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,14 @@
business: true
enterprise: true

- name: GPT-5.4 nano
free: false
student: true
pro: true
pro_plus: true
business: true
enterprise: true

- name: Grok Code Fast 1
free: true
student: true
Expand Down
1 change: 1 addition & 0 deletions data/variables/copilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ copilot_gpt_52_codex: 'GPT-5.2-Codex'
copilot_gpt_53_codex: 'GPT-5.3-Codex'
copilot_gpt_54: 'GPT-5.4'
copilot_gpt_54_mini: 'GPT-5.4 mini'
copilot_gpt_54_nano: 'GPT-5.4 nano'
# OpenAI 'o' series:
copilot_o3: 'o3'
copilot_o4_mini: 'o4-mini'
Expand Down
Loading