aider/copilot.md
2025-03-28 19:21:30 -10:00

781 B

parent nav_order
Connecting to LLMs 570

Github Copilot

Aider can connect to models provided by Github Copilot. You will need to have a Github Copilot subscription.

To use Github Copilot models with aider, you need to specify the model using the github_copilot/ prefix.

aider --model github_copilot/claude-3.7-sonnet-thought

{: .tip }

If you have not authenticated with Github Copilot before, the first time you run aider with the github_copilot model, you will be prompted to authenticate with Github Copilot using device code authentication. Follow the instructions in the terminal to authenticate.

More info

For more information on Github Copilot, refer to the official Github Copilot documentation.