can squad members have different models ? #463
Closed
PerkyZZ999
started this conversation in
General
Replies: 1 comment
|
Yes! Each agent can have a model preference set in their charter under the We actually just merged a fix (PR #491) that adds persistent model preference support via Layer 0 config in Example in a charter: And in {
"defaultModel": "claude-sonnet-4.5",
"agentModelOverrides": {
"backend-dev": "claude-opus-4.5"
}
}That said — the actual model used depends on your Copilot subscription and what models are available in your environment. Squad passes the preference along but the Copilot runtime makes the final decision. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Topic. Is it possible to set different model to different squad members ??
All reactions