Skip to content

Commit 8a28be4

Browse files
committed
Add model availability
1 parent 6b14b71 commit 8a28be4

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed
Lines changed: 2 additions & 2 deletions
Loading

release-notes/v1_103.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Welcome to the July 2025 release of Visual Studio Code. There are many updates i
2525
</tr>
2626
<tr>
2727
<td>Revamped tool picker experience <a href="#tool-picker-improvements"><br>Show more</a></td>
28-
<td>Restore to a previous good state with chat checkpoints <a href="#chat-checkpoints"><br>Show more</a></td>
28+
<td>GPT-5 is now available <a href="#openai-gpt-5-available-in-chat"><br>Show more</a></td>
2929
<td>Check out multiple branches simultaneously with Git worktrees <a href="#git-worktree-support"><br>Show more</a></td>
3030
</tr>
3131
<tr>
3232
<td>Enable more than 128 tools per agent request <a href="#tool-grouping-experimental"><br>Show more</a></td>
33-
<td>Fast code search for Azure DevOps repos <a href="#azure-devops-repos-remote-index-support"><br>Show more</a></td>
33+
<td>Restore to a previous good state with chat checkpoints <a href="#chat-checkpoints"><br>Show more</a></td>
3434
<td>Manage coding agent sessions in a dedicated view <a href="#chat-sessions-experimental"><br>Show more</a></td>
3535
</tr>
3636
</table>
@@ -69,6 +69,21 @@ Navigation End -->
6969

7070
## Chat
7171

72+
### OpenAI GPT 5 available in chat
73+
74+
TODO:
75+
- confirm if GPT-5 is available for all plans
76+
- update link to changelog post
77+
- update screenshot with GPT-5
78+
79+
You can now use the GPT-5 reasoning model for your chat conversations in VS Code. GPT-5 is OpenAI's latest and most sophisticated model, which can complete longer and more complex coding tasks and shows significant improvements to coding personality, front-end aesthetics and code quality. Learn more about the GPT-5 model availability in the [GitHub blog post](https://github.blog/changelog/).
80+
81+
To get started, open the Chat view and choose GPT-5 from the model picker.
82+
83+
![Screenshot of the model picker showing various models from providers such as Copilot and OpenRouter](images/1_103/modelpicker.png)
84+
85+
Learn more about [using language models in VS Code](https://code.visualstudio.com/docs/copilot/language-models).
86+
7287
### Chat checkpoints
7388

7489
**Setting**: `setting(chat.checkpoints.enabled)`

0 commit comments

Comments
 (0)