claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[Feature] The ability to specify which model should be used per prompt

Open b-burton opened this issue 8 months ago • 1 comments

[Feature Request]

It would be cool if you could specify which model you want the system to use for a specific prompt. For example often the first major prompt of a project is complex and using the Opus might be helpful and the small tweaks after don't need the large model, or if sonnet has struggled on a fix you @Opus to have a go at it. Etc etc. I understand there would likely be some significant cost for having to load all the previous context into a new model, but that might still be worth it and as long as the user knows they could pick to use it or not.

b-burton avatar May 26 '25 09:05 b-burton

I believe you can do this using the /model command.

yahgwai avatar May 28 '25 06:05 yahgwai

I have certain slash-commands that I know could be used with Sonnet, others that should be run with Opus. It would be very useful to specify the model to use in the slashCommand prompt.

jasonswearingen avatar Jul 10 '25 15:07 jasonswearingen