| ▲ | thisisit 2 hours ago | |
I am curious - Is there a way to switch between models depending on the task? Because I believe Deepseek V4 is not multimodal and it will be good to switch back to Claude if vision or other capabilities are required. | ||
| ▲ | mewse-hn 31 minutes ago | parent [-] | |
I was looking into something similar because I wanted to test a local model for doing basic coding and smart model (deepseek) for planning. It's basically not possible with claude code, the api endpoint is a single environment variable and whatever models are on that endpoint are what's available. HOWEVER, if you run a proxy like LiteLLM, you can configure it to send requests to different api endpoints on the back end and expose them as different "models" on the front end, then configure claude code to switch between those virtual models. | ||