Agent Mode - model recommendations #7158
Replies: 1 comment 1 reply
-
That's the same model laptop I have. I've had good results with command-r7b, and the cogito models up to about 14b (8b has been a pretty good balance of speed and accuracy for quicker little stuff). What I like about Command-r7b is that it's designed for RAG, so its whole shtick is analyzing what you've got. I've also gotten pretty good results with phi-4 (contrary to other people, apparently, but... 🤷♀️), but I haven't tried that one in agent mode. The smaller qwen3.5 models and codestral/devstral are supposed to work well, too, but personally, when I've tried them, they didn't output anything. That was a couple Continue releases back, though, so it might have been fixed, or otherwise YMMV. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm struggling to get any model (suitable for 32GB macbook m1, served via ollama) working very much at all with agent mode.
Can anyone offer some decent models (for python/k8s/go coding) that work well in agent mode/for tool calling (including mcp) specifically with the continue plugin in vscode?
It can be as simple an example as 'can you list what charts I have' in the context of helm charts for example.
A typical response would be
from the model, but not in the format continue agent mode appears to like
Beta Was this translation helpful? Give feedback.
All reactions