Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change GitHub Copilot model in IntelliJ?

In VS Code there is simply a button at the bottom to pick what LLM model you want to use, I haven't been able to figure out how to do it in IntelliJ.

More specifically I would like to use Claude Sonnet, if anyone knows a work around.

like image 496
guy Avatar asked Dec 29 '25 07:12

guy


1 Answers

Update 2

This is available on the released plugin. If you don't see the option be sure to upgrade the plugin to the latest version.

Update

This is now available in the nightly build of the plugin: https://github.com/orgs/community/discussions/149173 (thank you fmsedrez!)

It took me a few tries for the drop down to show up (restarting IntelliJ, resizing the panel, etc). I'm not sure if the issue is in the UI or somewhere else.

Old answer

The IntelliJ plugin lags behind the VSCode plugin and switching models is not implemented (which sucks).

If you want to chat, you can go to the copilot chat page on github and select a different model. The main drawback is that the model won't have access to the context in IntelliJ so you would need to provide more data in your questions.

Another alternative is to have the project open on VSCode too and do any heavy chat there.

It's a real shame as GPT 4o often fails to answer questions or it goes into a loop repeating the last 2 answers compared to Claude 3.5 or o1.

Edit

If you would like to see this soon, please vote or comment on one or all of the open discussions that have raised this:

  • https://github.com/community/community/discussions/149173
  • https://github.com/community/community/discussions/147932
  • https://github.com/community/community/discussions/145565
like image 178
Augusto Avatar answered Dec 31 '25 19:12

Augusto