Copilot Model Switcher
Quickly switch between GitHub Copilot models with keyboard shortcuts.
Setup
- Install the extension
- Configure your shortcuts and models in VS Code settings
- Use your custom keybindings to switch models instantly
Configuration
Add to your settings.json:
{
"copilot-model-switcher.shortcuts": {
"alt+f11": "claude-sonnet-4.5",
"alt+f12": "grok-code-fast-1"
}
}
Finding Model Names
- Open Command Palette (
Ctrl+Shift+P)
- Run:
Copilot Model Switcher: Discover Commands
- Check the output panel for available models
Usage
- Press your configured shortcuts to switch models
- Models switch instantly in the chat interface
- Success notifications confirm the switch
Available Models
Common models include:
claude-sonnet-4.5 - Claude Sonnet 4.5
grok-code-fast-1 - Grok Code Fast 1
gpt-5 - GPT-5
auto - Auto selection
Run the discovery command to see all available models in your environment.
| |