Auto Model Selection for GitHub Copilot in VS Code Public Preview
Allison outlines the new Auto model selection capability in GitHub Copilot for Visual Studio Code, detailing how it streamlines model choice, offers premium request discounts to Pro users, and gives developers more flexibility and control.
Auto Model Selection for GitHub Copilot in VS Code Public Preview
GitHub Copilot has introduced an Auto model selection feature in Visual Studio Code, aiming to simplify the experience of choosing an AI model for code completion and chat. This feature is now available in public preview for Copilot Free, Pro, and Pro+ subscriptions. Support for Copilot Enterprise and Copilot Business is expected in the near future.
How Auto Model Selection Works
- Model Optimization: The Auto option dynamically picks from several available models, currently including GPT-5, GPT-5 mini, GPT-4.1, Sonnet 4, and Sonnet 3.5. Future updates will introduce additional models.
- Transparency: Users can see which model completed a particular request by hovering over the model response in the UI.
- User Control: At any time, developers can switch between Auto and specific model choices as needed.
- Policy Compliance: The Auto selection feature respects all user-defined model usage policies.
Premium Request and Billing Details
- Model-Based Premium Requests: The cost (in premium requests) for auto-selected models corresponds to the selected model’s multiplier. For more details, refer to the GitHub Copilot request billing documentation.
- Discounts for Pro Tiers: Copilot Pro and Pro+ subscribers receive a 10% discount on the premium request multiplier when Auto chooses a premium model. For example, if a model normally uses a 1x multiplier, Auto mode will draw down only 0.9 premium requests for Pro and Pro+ accounts.
Getting Started
- Access Copilot Chat within Visual Studio Code.
- In the model picker, select Auto.
- You can read more in the official documentation.
Looking Forward
This initial preview focuses on optimizing for model availability. GitHub’s team is actively developing more intelligent selection methods that will account for specific tasks in the future. Your feedback is encouraged—contribute in the ongoing Community discussion to help shape the direction of this feature.
Disclaimer: The Auto model selection UI is in public preview and may change before general availability.
This post appeared first on “The GitHub Blog”. Read the entire article here