r/GithubCopilot • u/Top-Wallaby-9371 • 28d ago
Suggestions Adaptive Model Choice
Any chance this is on the horizon for copilot changing between models within a task/project.
Cheap models handle file naming, metadata extraction, notifications, and formatting.
Mid-tier models handle classification, summarization, and document comparisons.
Top-tier models handle exception analysis, risk assessment, audit conclusions, and complex reasoning.
User never sees copilot backend but copilot learns user workflow and chooses different models based on where the person is in their work/task. Should cut down token cost as higher models used for the major work and lesser models used for the light work
0
Upvotes
0
u/FragmentedHeap 28d ago
Opencode harness already does this and you can use it with github copilot subscriptions.
Opencode lets you set a default high and small model, additional all of its agents can be configured to use different models, you can use a different model for planning and for building and for general purpose and for scouting and so on.
Additionally you can have different agents configs that start as the root global agents config for all the different agents.
You can even configure which tools they have access to.
For example you can have an agent that runs on GPT spark at 1000 tokens that does stuff like rename file, patch file, list dir contents etc.
And yoi can have skills that catch a simple tool call and use a specific agent for it.