Skip to content

Commit 98f8431

Browse files
authored
Merge pull request #38300 from github/repo-sync
Repo sync
2 parents af41e1e + 6e0a5f5 commit 98f8431

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ The following models are currently available in the immersive mode of {% data va
3131

3232
* {% data variables.copilot.copilot_gpt_4o %}
3333
* {% data variables.copilot.copilot_gpt_41 %}
34-
* {% data variables.copilot.copilot_gpt_45 %}
34+
* {% data variables.copilot.copilot_gpt_45 %} (preview)
3535
* {% data variables.copilot.copilot_claude_sonnet_35 %}
3636
* {% data variables.copilot.copilot_claude_sonnet_37 %}
3737
* {% data variables.copilot.copilot_claude_sonnet_37 %} Thinking
3838
* {% data variables.copilot.copilot_gemini_flash %}
39-
* {% data variables.copilot.copilot_gemini_25_pro %}
39+
* {% data variables.copilot.copilot_gemini_25_pro %} (preview)
4040
* {% data variables.copilot.copilot_o1 %}
4141
* {% data variables.copilot.copilot_o3 %}
4242
* {% data variables.copilot.copilot_o3_mini %}
@@ -80,7 +80,7 @@ The following models are currently available through multi-model {% data variabl
8080

8181
* {% data variables.copilot.copilot_gpt_4o %}
8282
* {% data variables.copilot.copilot_gpt_41 %}
83-
* {% data variables.copilot.copilot_gpt_45 %}
83+
* {% data variables.copilot.copilot_gpt_45 %} (preview)
8484
* {% data variables.copilot.copilot_claude_sonnet_35 %}
8585
* {% data variables.copilot.copilot_claude_sonnet_37 %}
8686
* {% data variables.copilot.copilot_claude_sonnet_37 %} Thinking

content/copilot/using-github-copilot/ai-models/choosing-the-right-ai-model-for-your-task.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ The following table summarizes when an alternative model may be a better choice:
114114

115115
## GPT-4.5
116116

117+
> [!NOTE]
118+
> GPT-4.5 in {% data variables.product.prodname_copilot_chat_short %} is currently in {% data variables.release-phases.public_preview %} and subject to change.
119+
117120
OpenAI GPT-4.5 improves reasoning, reliability, and contextual understanding. It works well for development tasks that involve complex logic, high-quality code generation, or interpreting nuanced intent.
118121

119122
Compared to {% data variables.copilot.copilot_gpt_41 %}, GPT-4.5 produces more consistent results for multi-step reasoning, long-form content, and complex problem-solving. It may have slightly higher latency and costs than {% data variables.copilot.copilot_gpt_41 %} and other smaller models.
@@ -434,6 +437,8 @@ The following table summarizes when an alternative model may be a better choice:
434437

435438
## {% data variables.copilot.copilot_gemini_25_pro %}
436439

440+
{% data reusables.copilot.gemini-25-pro-public-preview-note %}
441+
437442
{% data variables.copilot.copilot_gemini_25_pro %} is Google's latest AI model, designed to handle complex tasks with advanced reasoning and coding capabilities. It also works well for heavy research workflows that require long-context understanding and analysis.
438443

439444
For more information about {% data variables.copilot.copilot_gemini_25_pro %}, see [Google's documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/models/gemini/2-5-pro).
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
> [!NOTE]
2+
> {% data variables.copilot.copilot_gemini_25_pro %} in {% data variables.product.prodname_copilot_chat_short %} is currently in {% data variables.release-phases.public_preview %} and subject to change.

src/ghes-releases/lib/enterprise-dates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"deprecationDate": "2026-03-11"
165165
},
166166
"3.17": {
167-
"releaseDate": "2025-05-20",
167+
"releaseDate": "2025-05-13",
168168
"deprecationDate": "2026-06-03"
169169
},
170170
"3.18": {

0 commit comments

Comments
 (0)