Skip to content

Commit 3cb8087

Browse files
committed
Add updates for models in chat
1 parent c5cc4d0 commit 3cb8087

File tree

1 file changed

+32
-6
lines changed

1 file changed

+32
-6
lines changed

docs/ide/copilot-add-custom-model.md

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Bring your own model to chat'
3-
description: Learn how to add and configure custom language models in GitHub Copilot Chat in Visual Studio, by using API keys from other providers.
2+
title: 'Using model in Copilot Chat'
3+
description: Learn how to select, configure, and use built-in or custom AI models in GitHub Copilot Chat for Visual Studio.
44
ms.date: 8/19/2025
55
ms.update-cycle: 180-days
66
ms.topic: get-started
@@ -11,11 +11,37 @@ ms.subservice: ai-tools
1111
ms.collection: ce-skilling-ai-copilot
1212
monikerRange: '>= vs-2022'
1313
---
14-
# Add and configure custom models in chat
14+
# Using models in Copilot Chat
15+
16+
With Visual Studio 17.14, Copilot in Visual Studio uses **GPT-4.1** as the default model (previously GPT-4o). GPT-4.1 provides faster response times, higher quality suggestions, and improved efficiency for coding tasks.
17+
18+
You can also select from additional models or add your own, allowing you to choose the model that best fits your workflow requirements.
19+
20+
## Available models
21+
22+
Choose from an expanded set of models in the model picker:
23+
24+
- Claude Sonnet 4
25+
- Claude Opus 4
26+
- GPT-5
27+
- Claude Sonnet 3.5
28+
- Claude 3.7 (thinking and non-thinking)
29+
- OpenAI o3-mini
30+
- Gemini 2.0 Flash
31+
- Gemini 2.5 Pro
32+
33+
**Model selection improvements**
34+
35+
- **Persistent selection**: The model you choose remains selected across chat threads.
36+
- **Enable models directly**: If a model is available in your plan but not yet enabled, you’ll see a prompt in the model picker to activate it.
37+
38+
> Model availability depends on your Copilot subscription and the current status of each model. For Copilot Enterprise and Business, administrators must enable the **Preview** policy in Copilot settings before models are available in Visual Studio.
39+
40+
## Add and configure custom models in chat
1541

1642
With the latest servicing release of 17.14, Visual Studio now supports adding your own language model to the chat experience. You can now use API keys from providers like Anthropic, Google, and OpenAI to integrate a wider range of models directly into Chat. This feature enables you to select and configure models based on your workflow requirements or to test new model capabilities as they become available.
1743

18-
## Benefits
44+
### Benefits
1945

2046
Using your own model provides the following capabilities:
2147

@@ -24,7 +50,7 @@ Using your own model provides the following capabilities:
2450
- **API management**: Monitor and control API usage, rate limits, and quotas directly with your chosen provider.
2551
- **Switching models**: Change between built-in and custom models as needed for different tasks or workflows.
2652

27-
## Get started
53+
### Get started
2854

2955
To add an API key from OpenAI, Anthropic, or Google:
3056

@@ -36,7 +62,7 @@ To add an API key from OpenAI, Anthropic, or Google:
3662

3763
> This feature is not available for Copilot Business or Copilot Enterprise users.
3864
39-
## Limitations and considerations
65+
### Limitations and considerations
4066

4167
- Custom model support is limited to the Chat experience in Visual Studio and does not affect code completions or other AI-assisted features, such as commit message generation.
4268
- Model capabilities depend on the provider; some third-party models may not support tool use, vision inputs, or advanced features.

0 commit comments

Comments
 (0)