Skip to content

Commit 00a637a

Browse files
authored
GPT-4.1 [GA] (#55541)
1 parent bc48217 commit 00a637a

15 files changed

+84
-86
lines changed

content/code-security/code-scanning/managing-code-scanning-alerts/responsible-use-autofix-code-scanning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ redirect_from:
2222

2323
{% data reusables.rai.code-scanning.copilot-autofix-note %}
2424

25-
{% data variables.product.prodname_copilot_autofix_short %} generates potential fixes that are relevant to the existing source code and translates the description and location of an alert into code changes that may fix the alert. {% data variables.product.prodname_copilot_autofix_short %} uses internal {% data variables.product.prodname_copilot %} APIs interfacing with the large language model GPT-4o from OpenAI, which has sufficient generative capabilities to produce both suggested fixes in code and explanatory text for those fixes.
25+
{% data variables.product.prodname_copilot_autofix_short %} generates potential fixes that are relevant to the existing source code and translates the description and location of an alert into code changes that may fix the alert. {% data variables.product.prodname_copilot_autofix_short %} uses internal {% data variables.product.prodname_copilot %} APIs interfacing with the large language model {% data variables.copilot.copilot_gpt_4o %} from OpenAI, which has sufficient generative capabilities to produce both suggested fixes in code and explanatory text for those fixes.
2626

2727
{% data variables.product.prodname_copilot_autofix_short %} is allowed by default and enabled for every repository using {% data variables.product.prodname_codeql %}, but you can choose to opt out and disable {% data variables.product.prodname_copilot_autofix_short %}. To learn how to disable {% data variables.product.prodname_copilot_autofix_short %} at the enterprise, organization and repository levels, see [AUTOTITLE](/code-security/code-scanning/managing-code-scanning-alerts/disabling-autofix-for-code-scanning).
2828

content/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,18 @@ Each model has a premium request multiplier, based on its complexity and resourc
4343

4444
| Model | Premium requests |
4545
|-------------------------------------------------------------------------|------------------------------------------------------------------------------|
46-
| Base model (currently {% data variables.copilot.copilot_gpt_4o %}) [^1] | 0 (paid users), 1 ({% data variables.product.prodname_copilot_free_short %}) |
46+
| Base model (currently {% data variables.copilot.copilot_gpt_41 %}) [^1] | 0 (paid users), 1 ({% data variables.product.prodname_copilot_free_short %}) |
47+
| {% data variables.copilot.copilot_gpt_4o %} | 1 |
48+
| {% data variables.copilot.copilot_gpt_45 %} | 50 |
4749
| {% data variables.copilot.copilot_claude_sonnet_35 %} | 1 |
4850
| {% data variables.copilot.copilot_claude_sonnet_37 %} | 1 |
4951
| {% data variables.copilot.copilot_claude_sonnet_37 %} Thinking | 1.25 |
5052
| {% data variables.copilot.copilot_gemini_flash %} | 0.25 |
5153
| {% data variables.copilot.copilot_gemini_25_pro %} | 1 |
52-
| GPT-4.5 | 50 |
5354
| {% data variables.copilot.copilot_o1 %} | 10 |
5455
| {% data variables.copilot.copilot_o3_mini %} | 0.33 |
5556

56-
[^1]: The base model at the time of writing is {% data variables.copilot.copilot_gpt_4o %}. This is subject to change. Response times for the base model may vary during periods of high usage. Requests to the base model may be subject to rate limiting.
57+
[^1]: The base model at the time of writing is powered by {% data variables.copilot.copilot_gpt_41 %}. This is subject to change. Response times for the base model may vary during periods of high usage. Requests to the base model may be subject to rate limiting.
5758

5859
## Additional premium requests
5960

content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ To use multi-model {% data variables.product.prodname_copilot_chat_short %}, you
147147
The following models are currently available through multi-model {% data variables.product.prodname_copilot_chat_short %}:
148148

149149
* {% data variables.copilot.copilot_gpt_4o %}
150-
* {% data variables.copilot.copilot_gpt_41 %} (preview)
150+
* {% data variables.copilot.copilot_gpt_41 %}
151151
* {% data variables.copilot.copilot_gpt_45 %} (preview)
152152
* {% data variables.copilot.copilot_claude_sonnet_35 %}
153153
* {% data variables.copilot.copilot_claude_sonnet_37 %}
@@ -221,7 +221,7 @@ These instructions are for the Eclipse IDE. For instructions on different client
221221
The following models are currently available through multi-model {% data variables.product.prodname_copilot_chat_short %}:
222222

223223
* {% data variables.copilot.copilot_gpt_4o %}
224-
* {% data variables.copilot.copilot_gpt_41 %} (preview)
224+
* {% data variables.copilot.copilot_gpt_41 %}
225225
* {% data variables.copilot.copilot_gpt_45 %} (preview)
226226
* {% data variables.copilot.copilot_claude_sonnet_35 %}
227227
* {% data variables.copilot.copilot_claude_sonnet_37 %}

content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-code-completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ topics:
1010

1111
## Overview
1212

13-
By default, {% data variables.product.prodname_copilot_short %} code completion uses the GPT-4o {% data variables.product.prodname_copilot_short %}, a fine-tuned GPT-4o mini based large language model (LLM). This model has been trained on a wide range of high quality public {% data variables.product.github %} repositories, providing coverage of over 30 programming languages. Its knowledge base is more current than the default model and you may find that it generates completion suggestions more quickly.
13+
By default, {% data variables.product.prodname_copilot_short %} code completion uses the {% data variables.copilot.copilot_gpt_4o %} {% data variables.product.prodname_copilot_short %}, a fine-tuned GPT-4o mini based large language model (LLM). This model has been trained on a wide range of high quality public {% data variables.product.github %} repositories, providing coverage of over 30 programming languages. Its knowledge base is more current than the default model and you may find that it generates completion suggestions more quickly.
1414

1515
<details>
1616
<summary>View the list of programming languages and technologies included in the training data.</summary>

0 commit comments

Comments
 (0)