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.