From 31545fd2c49fb2293d66551ca23d813c1e96393f Mon Sep 17 00:00:00 2001 From: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:59:18 -0800 Subject: [PATCH] JetBrains Copilot Multi-Model Selection Support [GA] (#54636) --- .../changing-the-ai-model-for-copilot-chat.md | 30 +++++++++++++++++++ ...ng-github-copilot-questions-in-your-ide.md | 4 +++ 2 files changed, 34 insertions(+) diff --git a/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md b/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md index 9eb865382691..61228174ad28 100644 --- a/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md +++ b/content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-chat.md @@ -132,3 +132,33 @@ To use multi-model {% data variables.product.prodname_copilot_chat_short %}, you 1. In the bottom right of the chat view, select the **CURRENT-MODEL** {% octicon "triangle-down" aria-hidden="true" %} dropdown menu, then click the AI model of your choice. {% endvisualstudio %} + +{% jetbrains %} + +## AI models for {% data variables.product.prodname_copilot_chat_short %} + +The following models are currently available through multi-model {% data variables.product.prodname_copilot_chat_short %}: + +* {% data reusables.copilot.model-description-gpt-4o %} +* {% data reusables.copilot.model-description-claude-sonnet-35 %} +* {% data reusables.copilot.model-description-gemini-flash %} +* {% data reusables.copilot.model-description-o1 %} +* {% data reusables.copilot.model-description-o3-mini %} + +* **OpenAI's GPT-4o, o1, and o3-mini models**: [Models](https://platform.openai.com/docs/models) in the OpenAI Platform documentation. +* **Anthropic's {% data variables.copilot.copilot_claude_sonnet %} models**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-claude-sonnet-in-github-copilot). +* **Google's {% data variables.copilot.copilot_gemini_flash %} model**: [AUTOTITLE](/copilot/using-github-copilot/ai-models/using-gemini-flash-in-github-copilot). + +## Changing the AI model for {% data variables.product.prodname_copilot_chat_short %} + +These instructions are for the JetBrains IDEs. For instructions on different clients, click the appropriate tab at the top of this page. + +{% data reusables.copilot.model-picker-enable-alternative-models %} + +{% data reusables.copilot.chat-model-limitations-ide %} + +1. Click the **{% octicon "copilot" aria-hidden="true" %}** icon in the status bar. +1. In the popup menu, click **Open {% data variables.product.prodname_copilot_chat %}**. +1. In the bottom right of the chat view, select an AI model of your choice from the {% octicon "chevron-down" aria-hidden="true" %} dropdown menu. + +{% endjetbrains %} diff --git a/content/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-your-ide.md b/content/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-your-ide.md index 605edd030342..627ffafa6564 100644 --- a/content/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-your-ide.md +++ b/content/copilot/using-github-copilot/copilot-chat/asking-github-copilot-questions-in-your-ide.md @@ -330,6 +330,10 @@ By default, {% data variables.product.prodname_copilot_chat_short %} will refere {% data reusables.copilot.using-skills %} +## AI models for {% data variables.product.prodname_copilot_chat_short %} + +{% data reusables.copilot.change-the-ai-model %} + ## Additional ways to access {% data variables.product.prodname_copilot_chat_short %} * **Built-in requests**. In addition to submitting prompts through the chat window, you can submit built-in requests by right clicking in a file, selecting **{% data variables.product.prodname_copilot %}**, then selecting one of the options.