Skip to content

Commit cac84e1

Browse files
authored
Merge pull request #39719 from github/repo-sync
Repo sync
2 parents 4bb21ce + e0a2c31 commit cac84e1

File tree

16 files changed

+273
-84
lines changed

16 files changed

+273
-84
lines changed

content/code-security/securing-your-organization/introduction-to-securing-your-organization-at-scale/about-enabling-security-features-at-scale.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ You can customize {% data variables.product.prodname_security_configurations %},
4848

4949
You will only ever see enablement settings for features that have been installed on your {% data variables.product.prodname_ghe_server %} instance by an enterprise administrator.
5050

51+
To learn how to create {% data variables.product.prodname_custom_security_configurations %}, see [AUTOTITLE](/code-security/securing-your-organization/enabling-security-features-in-your-organization/creating-a-custom-security-configuration).
52+
5153
{% endif %}
5254

5355
{% data reusables.code-scanning.custom-security-configuration-enforcement-edge-cases %}

content/copilot/concepts/billing/copilot-requests.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,7 @@ Each model has a premium request multiplier, based on its complexity and resourc
9191

9292
If you use **{% data variables.copilot.copilot_free_short %}**, you have access to a limited number of models, and each model will consume one premium request when used. For example, if you make a request using the {% data variables.copilot.copilot_gemini_flash %} model, your interaction will consume **one premium request**, not 0.25 premium requests.
9393

94-
{% rowheaders %}
95-
96-
| Model | Multiplier for **paid plans** | Multiplier for **{% data variables.copilot.copilot_free_short %}** |
97-
|----------------------------------------------------------------|--------------------------------|-----------------------|
98-
| {% data variables.copilot.copilot_gpt_41 %} | 0 | 1 |
99-
| {% data variables.copilot.copilot_gpt_4o %} | 0 | 1 |
100-
| {% data variables.copilot.copilot_claude_sonnet_35 %} | 1 | 1 |
101-
| {% data variables.copilot.copilot_claude_sonnet_37 %} | 1 | Not applicable |
102-
| {% data variables.copilot.copilot_claude_sonnet_37 %} Thinking | 1.25 | Not applicable |
103-
| {% data variables.copilot.copilot_claude_sonnet_40 %} | 1 | Not applicable |
104-
| {% data variables.copilot.copilot_claude_opus_41 %} | 10 | Not applicable |
105-
| {% data variables.copilot.copilot_claude_opus %} | 10 | Not applicable |
106-
| {% data variables.copilot.copilot_gemini_flash %} | 0.25 | 1 |
107-
| {% data variables.copilot.copilot_gemini_25_pro %} | 1 | Not applicable |
108-
| {% data variables.copilot.copilot_o3 %} | 1 | Not applicable |
109-
| {% data variables.copilot.copilot_o4_mini %} | 0.33 | Not applicable |
110-
111-
{% endrowheaders %}
94+
{% data reusables.copilot.model-multipliers %}
11295

11396
## Examples of premium request usage
11497

content/copilot/how-tos/configure-personal-settings/configure-network-settings.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,15 @@ If you have configured a proxy but are still encountering connection errors, see
7474
While {% data variables.product.prodname_copilot_short %} for {% data variables.product.prodname_vs %} reads the proxy settings from Windows, it does not retrieve authentication credentials from those Windows settings.
7575

7676
If you need to authenticate to a proxy, you can try one of the below:
77-
1. Enable passing default proxy credentials by setting the environment variable `COPILOT_USE_DEFAULTPROXY` to `true`.
78-
- **Windows example**: Open the Command Prompt and run the following command:
79-
```
77+
1. Enable passing default proxy credentials by setting the environment variable `COPILOT_USE_DEFAULTPROXY` to `true`.
78+
* **Windows example**: Open the Command Prompt and run the following command:
79+
80+
```bash
8081
setx COPILOT_USE_DEFAULTPROXY true
8182
```
83+
8284
This sets the variable permanently for your user account. Restart any applications that need to use this variable.
83-
2. You can include your credentials in the proxy URL (for example: `http://USERNAME:[email protected]:5187/`), then set this URL as one of the supported environment variables listed in [Proxy settings for {% data variables.product.prodname_copilot_short %}](/copilot/concepts/network-settings-for-github-copilot#proxy-settings-for-copilot).
85+
1. You can include your credentials in the proxy URL (for example: `http://USERNAME:[email protected]:5187/`), then set this URL as one of the supported environment variables listed in [Proxy settings for {% data variables.product.prodname_copilot_short %}](/copilot/concepts/network-settings-for-github-copilot#proxy-settings-for-copilot).
8486

8587
{% endvisualstudio %}
8688

content/copilot/how-tos/use-chat/use-chat-in-github.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ You can attach an image to {% data variables.product.prodname_copilot_short %} a
140140
1. If you see the AI model picker at the top of the page, select one of the models that supports adding images to prompts:
141141

142142
* {% data variables.copilot.copilot_gpt_41 %} (the default that's used if you don't see a model picker)
143+
* {% data variables.copilot.copilot_gpt_5 %}
143144
* {% data variables.copilot.copilot_claude_sonnet_35 %}
144145
* {% data variables.copilot.copilot_claude_sonnet_37 %}
145146
* {% data variables.copilot.copilot_gemini_flash %}

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

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Use this table to find a suitable model quickly, see more detail in the sections
2626
| Model | Task area | Excels at (primary use case) | Additional capabilities |
2727
|-------------------------------------------------------|-----------|-------------------------------|--------------------------|
2828
| {% data variables.copilot.copilot_gpt_41 %} | General-purpose coding and writing | Fast, accurate code completions and explanations | Agent mode, vision |
29+
| {% data variables.copilot.copilot_gpt_5 %} | Deep reasoning and debugging | Multi-step problem solving and architecture-level code analysis | Reasoning |
2930
| {% data variables.copilot.copilot_o3 %} | Deep reasoning and debugging | Multi-step problem solving and architecture-level code analysis | Reasoning |
3031
| {% data variables.copilot.copilot_o4_mini %} | Fast help with simple or repetitive tasks | Fast, reliable answers to lightweight coding questions | Lower latency |
3132
| {% data variables.copilot.copilot_claude_opus_41 %} | Deep reasoning and debugging | Complex problem-solving challenges, sophisticated reasoning | Reasoning, vision |
@@ -44,8 +45,8 @@ Use these models for common development tasks that require a balance of quality,
4445
|-------|---------------------|
4546
| {% data variables.copilot.copilot_gpt_41 %} | Reliable default for most coding and writing tasks. Fast, accurate, and works well across languages and frameworks. |
4647
| {% data variables.copilot.copilot_claude_sonnet_37 %} | Produces clear, structured output. Follows formatting instructions and maintains consistent style. |
47-
| {% data variables.copilot.copilot_gemini_flash %} | Fast and cost-effective. Well suited for quick questions, short code snippets, and lightweight writing tasks. |
48-
| {% data variables.copilot.copilot_o4_mini %} | Optimized for speed and cost efficiency. Ideal for real-time suggestions with low usage overhead. |
48+
| {% data variables.copilot.copilot_gemini_flash %} | Fast and cost-effective. Well suited for quick questions, short code snippets, and lightweight writing tasks. |
49+
| {% data variables.copilot.copilot_o4_mini %} | Optimized for speed and cost efficiency. Ideal for real-time suggestions with low usage overhead. |
4950

5051
### When to use these models
5152

@@ -66,11 +67,11 @@ These models are optimized for speed and responsiveness. They’re ideal for qui
6667

6768
### Recommended models
6869

69-
| Model | Why it's a good fit |
70-
|-------|---------------------|
71-
| {% data variables.copilot.copilot_o4_mini %} | A quick and cost-effective model for repetitive or simple coding tasks. Offers clear, concise suggestions. |
72-
| {% data variables.copilot.copilot_claude_sonnet_35 %} | Balances fast responses with quality output. Ideal for small tasks and lightweight code explanations. |
73-
| {% data variables.copilot.copilot_gemini_flash %} | Extremely low latency and multimodal support (where available). Great for fast, interactive feedback. |
70+
| Model | Why it's a good fit |
71+
|-----------------------------------------------------------|------------------------------------------------------------------------------------------------------------|
72+
| {% data variables.copilot.copilot_o4_mini %} | A quick and cost-effective model for repetitive or simple coding tasks. Offers clear, concise suggestions. |
73+
| {% data variables.copilot.copilot_claude_sonnet_35 %} | Balances fast responses with quality output. Ideal for small tasks and lightweight code explanations. |
74+
| {% data variables.copilot.copilot_gemini_flash %} | Extremely low latency and multimodal support (where available). Great for fast, interactive feedback. |
7475

7576
### When to use these models
7677

@@ -92,14 +93,15 @@ These models are designed for tasks that require step-by-step reasoning, complex
9293

9394
### Recommended models
9495

95-
| Model | Why it's a good fit |
96-
|-------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|
97-
| {% data variables.copilot.copilot_o3 %} | Strong at algorithm design, system debugging, and architecture decisions. Balances performance and reasoning. |
98-
| {% data variables.copilot.copilot_claude_sonnet_37 %} | Provides hybrid reasoning that adapts to both fast tasks and deeper thinking. |
99-
| {% data variables.copilot.copilot_claude_sonnet_40 %} | Improves on 3.7 with more reliable completions and smarter reasoning under pressure. |
100-
| {% data variables.copilot.copilot_claude_opus_41 %} | Anthropic’s most powerful model. Improves on {% data variables.copilot.copilot_claude_opus %}. |
101-
| {% data variables.copilot.copilot_claude_opus %} | Strong at strategy, debugging, and multi-layered logic. |
102-
| {% data variables.copilot.copilot_gemini_25_pro %} | Advanced reasoning across long contexts and scientific or technical analysis. |
96+
| Model | Why it's a good fit |
97+
|-------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
98+
| {% data variables.copilot.copilot_gpt_5 %} | Great at complex reasoning, code analysis, and technical decision-making. |
99+
| {% data variables.copilot.copilot_o3 %} | Strong at algorithm design, system debugging, and architecture decisions. Balances performance and reasoning. |
100+
| {% data variables.copilot.copilot_claude_sonnet_37 %} | Provides hybrid reasoning that adapts to both fast tasks and deeper thinking. |
101+
| {% data variables.copilot.copilot_claude_sonnet_40 %} | Improves on 3.7 with more reliable completions and smarter reasoning under pressure. |
102+
| {% data variables.copilot.copilot_claude_opus_41 %} | Anthropic’s most powerful model. Improves on {% data variables.copilot.copilot_claude_opus %}. |
103+
| {% data variables.copilot.copilot_claude_opus %} | Strong at strategy, debugging, and multi-layered logic. |
104+
| {% data variables.copilot.copilot_gemini_25_pro %} | Advanced reasoning across long contexts and scientific or technical analysis. |
103105

104106
### When to use these models
105107

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ contentType: reference
1919
Used for:
2020

2121
* {% data variables.copilot.copilot_gpt_41 %}
22+
* {% data variables.copilot.copilot_gpt_5 %}
2223
* {% data variables.copilot.copilot_o3 %}
2324
* {% data variables.copilot.copilot_o4_mini %}
2425

25-
{% data variables.copilot.copilot_gpt_41 %} is hosted by {% data variables.product.github %}'s Azure tenant when used in {% data variables.product.prodname_copilot %}. {% data variables.copilot.copilot_o3 %} and {% data variables.copilot.copilot_o4_mini %} models are hosted by OpenAI and {% data variables.product.github %}'s Azure tenant. OpenAI makes the [following data commitment](https://openai.com/enterprise-privacy/): _We [OpenAI] do not train our models on your business data by default_. {% data variables.product.github %} maintains a [zero data retention agreement](https://platform.openai.com/docs/guides/your-data) with OpenAI.
26+
{% data variables.copilot.copilot_gpt_41 %} is hosted by {% data variables.product.github %}'s Azure tenant when used in {% data variables.product.prodname_copilot %}.
27+
28+
{% data variables.copilot.copilot_gpt_5 %}, {% data variables.copilot.copilot_o3 %} and {% data variables.copilot.copilot_o4_mini %} models are hosted by OpenAI and {% data variables.product.github %}'s Azure tenant. OpenAI makes the [following data commitment](https://openai.com/enterprise-privacy/): _We [OpenAI] do not train our models on your business data by default_. {% data variables.product.github %} maintains a [zero data retention agreement](https://platform.openai.com/docs/guides/your-data) with OpenAI.
2629

2730
When using OpenAI's models, input requests and output responses continue to run through {% data variables.product.prodname_copilot %}'s content filters for public code matching, when applied, along with those for harmful or offensive content.
2831

0 commit comments

Comments
 (0)